Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbar separators
Message
De
27/10/2017 17:01:29
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
27/10/2017 16:52:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Divers
Thread ID:
01655238
Message ID:
01655242
Vues:
53
>Thanks.
>
>It seems difficult to work with the toolbar visually - the toolbar in developer mode is like it is in production - it wants to resize and move about the controls as I am working. And then the separator does not show up at all (and there does not seem to be a way to make them visible). I wonder if it might be easier for me to add the controls programmatically.

That's what I'd do - create a little builder... in command window :).

modi form mytoolbar
aselobj(aa)
oT=aa[1]
ot.newobject("cmdFirst", "myFirstButtonClass", "buttons.vcx")
ot.newobject...
ot.newobject("sep1", "separator")
ot.newobject...

and so on.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform