Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two questions!
Message
 
À
15/08/1998 14:57:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Divers
Thread ID:
00127161
Message ID:
00127166
Vues:
32
>1. Any function to check a defined menu?

Check out the Set Mark Of Command in the help file...

>2. How to specify the font, size and style for a menu in menu designer?

Both the Define Popup and Define bar have a font clause. The following shortcut menu code was produced by the menu builder. I hacked the MPR and added the font clauses myself since you cannot do this in the menu builder. I think GenMenuX - from Andrew Ross MacNeill supports directives to handle this through the builder:

DEFINE POPUP shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
DEFINE BAR 1 OF shortcut Font "times new roman",14 Style "B" PROMPT "one"
DEFINE BAR 2 OF shortcut Font "arial", 24 Style "I" PROMPT "two"
DEFINE BAR 3 OF shortcut PROMPT "three"

ACTIVATE POPUP shortcut
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform