color in gets

Post Reply
User avatar
kajot
Posts: 309
Joined: Thu Nov 02, 2006 6:53 pm
Location: Poland

color in gets

Post by kajot »

how may I change color in gets
get in which there is cursor is yellow othets gets white
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

kajot,

Do you want white all of them ?

Or yellow the focused one ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
kajot
Posts: 309
Joined: Thu Nov 02, 2006 6:53 pm
Location: Poland

Post by kajot »

yellow the focused one
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

In any of the GETs that you use do this

@ ..., ... GET oGet VAR ...

oGet:SetColorFocus( nRGB( 140, 140, 140 ) )

It will modify ALL the GETs of your application
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
IBTC
Posts: 103
Joined: Sat Oct 18, 2008 8:13 pm
Location: Stuttgart, Germany
Contact:

Re:

Post by IBTC »

Antonio,
Antonio Linares wrote:It will modify ALL the GETs of your application
It would be nice if this will also work with COMBOBOX.

Thanks.
Best Regards,
Ruediger Alich

---
HMG 3.1.3 | FTDN/FWH 13.12 | Harbour 3.2 | BCC/MinGW | Windows XP/Vista/7/8/10 (32/64-Bit), Wine (Linux/Mac) - started 1999 with FW, 1989 with Clipper
Post Reply