Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic windows pad
Message
From
13/05/1999 16:04:59
 
 
To
13/05/1999 15:32:30
Paul Robinshaw
Silkworm Technologies Limited
Macclesfield, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00218596
Message ID:
00218630
Views:
19
In the form's init do something like this:

nBar = CNTBAR("_MWINDOW") + 1

DEFINE BAR nBAR OF _WINDOW PROMPT This.Caption

ON SELECTION BAR nBar OF _MWINDOW ACTIVATE WINDOW (This.Name)


In the form's destroy you should also release the bar. It'd be helpful to keep track of nBar in a custom form property so you know what bar number to release.

For more details go to the Flash web site and download Codebook. This is part of their framework.

Dick
Previous
Reply
Map
View

Click here to load this message in the networking platform