Modal dialog won't go away
Posted: Thu Sep 28, 2006 4:40 pm
Hello, I have a strange problem. In the updates script I have a need to display a dialog with an OK button (essentially a MessageBox). The beahvior I want is to display a message balloon alerting the user and including a "click here" type message. When the user clicks the tray icon my new dialog would display with extended information. When the user clicks OK in that dialog, the script would continue.
Well everything works just fine, except that when the user clicks the OK button in the dialog, the dialog remains displayed. The script continues its execution but the dialog will not be dismissed (visually). I know it sounds like I may have the the dialog non-modal, but I haven't - it is modal. I even tried a Hide Dialog just for grins, but no effect.
Any ideas? Thanks.
Well everything works just fine, except that when the user clicks the OK button in the dialog, the dialog remains displayed. The script continues its execution but the dialog will not be dismissed (visually). I know it sounds like I may have the the dialog non-modal, but I haven't - it is modal. I even tried a Hide Dialog just for grins, but no effect.
Any ideas? Thanks.