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.
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.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
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.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
thanks guino!!! it works great!!!
Bookmarks