Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move toolbar objects
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01557053
Message ID:
01557054
Vues:
68
This message has been marked as the solution to the initial question of the thread.
>Having a toolbar with several objects, how would it be possible to rearrange the objects in code?
>For testing I create a toolbar but I can't find any way to move command 2 to the first position of the toolbar.
>
>lo = NEWOBJECT("Toolbar")
>lo.Visible = .T.
>lo.AddObject("cmd1","Commandbutton")
>lo.cmd1.Visible = .T.
>lo.cmd1.Caption = "Command 1"
>lo.AddObject("cmd2","Commandbutton")
>lo.cmd2.Visible = .T.
>lo.cmd2.Caption = "Command 2"
>
>Any ideas?

Did you try playing with ZOrder?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform