Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where did the toolbar came from?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00018687
Message ID:
00018712
Vues:
42
>Dear Visual FoxPro users
>
>I haven't had a toolbar in my application, but yeasterday when I created a executable file I got VFP standared toolbar in my application. I haven't worked with any kind of toolbars, so I don't know where it came from. what should I SET or do If I don't want any kind of toolbar in my program? Thanks in advance.

You can hide foxpro's standard toolbar with the set sysmenu off. (I think that's the right one), however, you should strongly consider putting in your own custom toolbar. These have become a relative standard in most applications and users really like them. Make sure to put a tool tip over each button so the user can learn what the icon stands for. Once they do they really like it. In addition I have a form which stores up to 100 commands that the user would typically select and the icons for each. The form allows users to add and subtract to the toolbar and stores which buttons and where the toolbar is as part of the data on each user (in a field in my users table) Data is stored in a long character field like this ( 1|4|7|8| etc) which means include button 1, 4, 7, 8. That way each user has a toolbar just the way they like it. Really nice.
Todd Burstain, MD
infinitydoc@delphi.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform