Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
@ GET COLOR not setting correctly
Message
De
22/04/2007 18:28:32
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
@ GET COLOR not setting correctly
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01218709
Message ID:
01218709
Vues:
68
GET edit region does not change regardless of the COLOR RGB setting. ?! It will display correctly from the command window to the system window, but not in my program that displays the screen. It is not being overwritten either.

Update: Ok, if I add a SAY (I added it below) the "JAY:" changes to the correct color, but the edit area does not change. Anyone know why? Thanks!

Update 2: Ok, I figured it out. Needed this:
	COLOR ,&get_color,,,,,,,,&disabl_color ;
@ ( sch_disp + 0.9 ) * row_incr, 54 SAY "JAY:" GET disp_doc ;
	FONT "Arial", 8 ;
	SIZE 1, 2 ;
	COLOR RGB(0,0,128,0,255,255) ;
	VALID v_doc() ;
	ERROR ( msgerror )
Répondre
Fil
Voir

Click here to load this message in the networking platform