Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Toolbar frame color?
Message
De
06/03/2009 13:45:25
 
 
À
04/03/2009 22:53:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01385605
Message ID:
01386283
Vues:
88
>For the Tabs part you could maybe DIY or use something like these?
>
>http://weblogs.foxite.com/bernardbout/archive/2006/06/07/1704.aspx
>
>For the Toolbar, unfortunately that is how the VFP toolbars look. Better if you DIY here with a transparent container and a Rounded Rectangle Shape with buttons inserted. Or you can even insert these objects in a form, make it dockable, make it completely transparent (needs top level) etc. Just limited to your imagination. Just remember that if you use a form, the Deactivate/Activate of your other forms will fire but you can manage that as well using BindEvents to the win messages.
>
>Do you really need a toolbar control? Will your users ever un-dock it? If not then don't use the toolbar.
>
>PM me if you want more ideas.
>
>Bernard

The users do not un-dock the toolbars. They stay fixed where I dock them and people never move them.

I re-classed my toolbar to a Container, and that went pretty well, thanks to the VFP Class Browser Refine feature. So, now I have a container with command buttons in it. So how do I it to my app's runtime environment?

I do not want the toolbar in each form, as it is a common toolbar that is used by all forms. Each form knows the object reference to the CommonToolbar, and sets some properties on it when the form gets focus.

Maybe I should got the Form-as-Toolbar route? I'll take any advice or samples that you have.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform