when i click gamma button i would highlight the "night" mode.
here's attached my OFF screen, ON has icons and text highlighted.
What I can do?!?! help me please!!!
Printable View
when i click gamma button i would highlight the "night" mode.
here's attached my OFF screen, ON has icons and text highlighted.
What I can do?!?! help me please!!!
currently you'd have to make something with variables and a custom indicator to set/reset the indicator when pressing the button -- there are multiple ways of doing this. For next release I intend to add support for indicators with variables.
thanks! where can i find a guide or an example?
make an indicator with this code: "!NIGHTMODE"
Then change the "GAMMA" button to this:
"GAMMAIND"
then add this to exectbl.ini:
"GAMMAIND","BYVAR;NIGHT;TONIGHT<<TODAY||GAMMA"
"TONIGHT","SETIND;!NIGHTMODE;ON||SETVAR;NIGHT; 1"
"TODAY","SETIND;!NIGHTMODE;OFF||SETVAR;NIGHT;0 "
This should work in the same manner as other indicators do.. (ON/OFF layer of the skin) -- I can easily add a built-in indicator code for that later.
thanks guino!!! it works great!!!