Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar separators
Message
From
27/10/2017 17:01:29
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
27/10/2017 16:52:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Miscellaneous
Thread ID:
01655238
Message ID:
01655242
Views:
52
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform