hi, we have an issue where by we have a floating window open. We click a button which goes off and does some work, via a web service and when it returns it then loads up 1 or 2 new floating windows depending upon certain data.
The problem is if you click the button and then the application looses focus, when the focus is reapplied the new floating windows opened apear behind the original window.
I can easily recreate this in a test application. Load a floating window with a button on it coded to sleep the thread for 5 seconds and then open 2 more floating windows.
click the button and then move the focus away from the app, just by selecting a window on your task bar, then relesect the app via the task bar, as it is still sleeping, it will not fully focus, untill the thread sleep has finished and then the new windows are loaded behind.
This is anoying our users, are you aware of this, has it been fixed...???
We are using version 2.4.3.1. If you want the test app let me know
Cheers
J