Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic windows pad
Message
De
13/05/1999 16:04:59
Richard Felcher
Rwf Consulting, Inc.
Waco, Texas, États-Unis
 
 
À
13/05/1999 15:32:30
Paul Robinshaw
Silkworm Technologies Limited
Macclesfield, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00218596
Message ID:
00218630
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform