Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbars order
Message
De
09/05/2007 04:32:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Toolbars order
Divers
Thread ID:
01223689
Message ID:
01223689
Vues:
57
Hi,

Is there any way to define the order of toolbars in screen? I have created a class with three toolbars this is the code to activate them but the order in screen is different that the creation order
SET CLASSLIB TO qdctollbar ADDITIVE

otoptoolbar = CREATEOBJECT( "Archivi" )
otoptoolbar.DOCK(0)
otoptoolbar.VISIBLE = .T.
otoptoolbar.SHOW()
otoptoolbar.SHOWTIPS=.T.
otoptoolbar.MOVABLE=.t.

otoptoolbar1 = CREATEOBJECT( "Movimenti" )
otoptoolbar1.DOCK(0)
otoptoolbar1.VISIBLE = .T.
otoptoolbar1.SHOW()
otoptoolbar1.SHOWTIPS=.T.
otoptoolbar1.MOVABLE=.t.

otoptoolbar2 = CREATEOBJECT( "Analisi" )
otoptoolbar2.DOCK(0)
otoptoolbar2.VISIBLE = .T.
otoptoolbar2.SHOW()
otoptoolbar2.SHOWTIPS=.T.
otoptoolbar2.MOVABLE=.t.
Any idea?

Thanks
Luigi
Répondre
Fil
Voir

Click here to load this message in the networking platform