When a Databound component performs an operation it shows a loading dialog.
The problem is that for some unknown reason this dialog is always appearing behind the other windows so it's impossible to the user to see it. Also it is not disabling the other windows in the application as it was expected since it is a modal dialog.
The same thing happens when I call fetchData manually or when I invoke a RPC/DMI call.
How can I get this dialog appearing correctly?
The problem is that for some unknown reason this dialog is always appearing behind the other windows so it's impossible to the user to see it. Also it is not disabling the other windows in the application as it was expected since it is a modal dialog.
The same thing happens when I call fetchData manually or when I invoke a RPC/DMI call.
How can I get this dialog appearing correctly?
Comment