Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DEFINE BAR Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01042694
Message ID:
01042713
Vues:
18
Something like this:
Define Popup your_List

Define Bar 1 of your_List;
	Prompt "hello 1";
	Color, RGB(255,255,255,192,0,0)
....
As in VFP Help on DEFINE BAR command:
*----------
COLOR ColorPairList
Specifies the colors for an individual menu item, overriding the default colors or the colors specified with DEFINE POPUP. You can specify the colors of all menu items, mark characters, and messages.
By default, the colors of menu items are determined by color scheme 2 of the current color set.

For more information on color schemes and color pairs, see Colors Overview.
*-----------------------


>I need an example of how to use the COLOR clauses of the DEFINE BAR
>command.
>
>When/how should they be used?
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform