Page 1 of 1

Get color

Posted: Wed Dec 21, 2016 6:11 pm
by Jack
Hi,
When a get value is empty, i want that the backgroud is green and when it is not empty then yellow .

It must bee the case not only in the init process but also when contents of gets is changed .

Some samples ?

Thanks

Re: Get color

Posted: Wed Dec 21, 2016 6:43 pm
by karinha
maybe:

Code: Select all

TGet():SetColorFocus( nRGB( 200, 120, 120 ) )
 

Re: Get color

Posted: Wed Dec 21, 2016 6:45 pm
by karinha
\samples\testget3.prg