Hi,
I have a very strange problem and can't come up with a solution. There is a datasource field with overridden lookupReference method. In the modified method of the table a dialog will be opened when the field is changed. Now the following behaviour appears: You open the lookup, choose a record and the dialog appears, however the lookup is still there and it's on top of the dialog. It would be correct if the dialog was on top of the lookup which happens as soon as you click on the dialog. But this should be default behaviour. I tried getting the dialog to the front or hiding the lookup, but with no success. Opening the dialog at a different place of the screen (as in not behind the lookup) would work as well.
Any ideas what causes the dialog to be behind the lookup?