Popup control question |
Post Reply |
Author | |
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Posted: 26 April 2007 at 2:28pm |
Hi,
I have a simple vb.net 2005 application with which I want users to inform about system events ! In the case of an event I want a popup control to be displayed !
The popup control should be displayed as long as the user not closes it !
But how can I make my application continue work while the popup is displayed ?
Thanks a lot
|
|
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
|
Can't you just use the PopupControl and set ShowDelay to be something very long?
|
|
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
|
I donīt think so ! Because the popup in any case should stay displayed until the user closes it. The second reason is that I think my application is busy while a popupwindow is displayed and canīt handle other events in this time !?
Thanks
|
|
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
|
Ahh yes you'd have to check if the user closed it and then force it re-open.. but the aler t popups should be non-modal...
|
|
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
|
do you know if/how itīs possible to make them non-modal ?
|
|
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
|
AFAIK you don't need to do anything specail to make them non-modal. I just call:
spAlertPopup->Show();
And the popup comes up and I can still interact with the application while it's down in the corner.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |