10-17-2006 09:44 AM
10-17-2006 10:47 AM
Radha,
If you post a snippet of your code, it would help us to help you. My first guess to your problem is that you are in some kind of a loop while the panel is active and not processing the user interface events. This can also happen if you have a long sequence of code that isn't neccessarily in a loop. Try to insert a call to ProcessSysytemEvents() somewhere while your panel is up.
My second guess is that if you made the panel visible by an InstallPopup() call, then it has precedent. No other panels created in that thread can be user-operated.