PopupContol collection or array |
Post Reply |
Author | |
Alexey2
Senior Member Joined: 24 September 2006 Status: Offline Points: 124 |
Post Options
Thanks(0)
Posted: 30 June 2007 at 5:18am |
How can I show 10 Popup windows?
Do I need to place 10 PopupControls at the Form?
But what if I don't know how many Popups required for showing?
Can I place only one PopupContol at the Form and have show unlimited number of popups?
|
|
Alexey2
Senior Member Joined: 24 September 2006 Status: Offline Points: 124 |
Post Options
Thanks(0)
|
Is the PopupControl can be dynamically created? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Add one popupcontrol and set its index property to 0
now in code create popups:
For x = ID_POPUP0 To lastPane
Load PopupControl(x) Dim Popup As XtremeSuiteControls.PopupControl Set Popup = PopupControl(x) Next
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |