Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbar class
Message
De
11/07/2000 11:13:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Toolbar class
Divers
Thread ID:
00390745
Message ID:
00390745
Vues:
58
Hi,
I've created a toolbar class and added it to my project. I initiate the class from a program called from a menu option.

* main.prg
set classlib to form_arrange && containing the toolbar class: tbr_arrangewin

* mpr code
ON SELECTION BAR 2 OF _mwindow do s_arrange

* s_arrange.prg
local oTemp
oTemp = createobject('tbr_arrangewin')
oTemp.show
oTemp.visible

However, this my toolbar just initiates and is immediately released. Do I need to initiate the class somewhere else?

Ramil 7/11
ramil
~~ learning to stand still
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform