Print Page | Close Window

Popup control question

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=6995
Printed Date: 16 November 2024 at 11:52pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Popup control question
Posted By: tobi
Subject: Popup control question
Date 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
 
 



Replies:
Posted By: JamesH
Date Posted: 26 April 2007 at 5:42pm
Can't you just use the PopupControl and set ShowDelay to be something very long?


Posted By: tobi
Date Posted: 27 April 2007 at 1:57am
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


Posted By: JamesH
Date Posted: 27 April 2007 at 11:37am
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...


Posted By: tobi
Date Posted: 29 April 2007 at 5:31am
do you know if/how itīs possible to make them non-modal ?


Posted By: JamesH
Date Posted: 30 April 2007 at 4:25pm
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.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net