PopupControl not Unloading |
Post Reply |
Author | |
Woody
Newbie Joined: 07 July 2004 Status: Offline Points: 20 |
Post Options
Thanks(0)
Posted: 28 January 2005 at 1:56am |
I need to show several popups, so using PopupControls in an array, and
using Load PopupControl(index) and PopupControl(index).Show.
this is working fine, but when I use PopupControl(index).Close, then this control is hidden/removed but not Unloaded. Unload PopupControl(index) crashes VB, and Load PopupControl(*same index) generates the error 'Object already loaded' Is it me, or a bug? any advice greatly appreciated. |
|
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
I had a problem with the popup control crashing as well when I tried to close it. I didnt get any feedback on it and ended up just trying loads of different workarounds (whats new) until I found something that worked. Here is the link in case there is anything that can help you.
|
|
Woody
Newbie Joined: 07 July 2004 Status: Offline Points: 20 |
Post Options
Thanks(0)
|
Thanks, but the problem I'm having is Unloading the PopupControl after
creating it with the Load method. You can do this with other controls
ie. Picturebox without errors.
Doesn't seem to be a workaround for this. |
|
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 |