how may I change color in gets
get in which there is cursor is yellow othets gets white
best regards
kajot
kajot
how may I change color in gets
get in which there is cursor is yellow othets gets white
kajot,
Do you want white all of them ?
Or yellow the focused one ?
yellow the focused one
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
Antonio Linares wrote:It will modify ALL the GETs of your application