Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Popup control question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Popup control question

 Post Reply Post Reply
Author
Message
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Topic: Popup control question
    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
 
 
Back to Top
JamesH View Drop Down
Senior Member
Senior Member


Joined: 01 December 2004
Status: Offline
Points: 149
Post Options Post Options   Thanks (0) Thanks(0)   Quote JamesH Quote  Post ReplyReply Direct Link To This Post Posted: 26 April 2007 at 5:42pm
Can't you just use the PopupControl and set ShowDelay to be something very long?
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
JamesH View Drop Down
Senior Member
Senior Member


Joined: 01 December 2004
Status: Offline
Points: 149
Post Options Post Options   Thanks (0) Thanks(0)   Quote JamesH Quote  Post ReplyReply Direct Link To This Post 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...
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Posted: 29 April 2007 at 5:31am
do you know if/how itīs possible to make them non-modal ?
Back to Top
JamesH View Drop Down
Senior Member
Senior Member


Joined: 01 December 2004
Status: Offline
Points: 149
Post Options Post Options   Thanks (0) Thanks(0)   Quote JamesH Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.