"BYIND;1stIndicator;SETIND;2ndIndicator;ON"
Does exist a way to have two indicators into a screen with the second only visible if the first status's indicator is True ?
Thanks for your help !!!
"BYIND;1stIndicator;SETIND;2ndIndicator;ON"
I think that example don't run if the indicators are build by a plugin !
And i think that in your example the second indicators is on or off and not visible or hidden !
You can also put a "-" (minus) in front of the indicator name and it will on when the ind is off, aka a NOT
ex.
I,x,y,h,w,"MUTE" is TRUE when master volume is muted (ind is shown when vol is muted)
I,x,y,h,w,"-MUTE" is FALSE when master volume is muted (ind is shown when vol is NOT muted)
from the 8/15/2010 RR history.txt entry
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
Thanks Blue ZX3 for this help, but with this other example , the indicator exist always ,of or on.
I have had an idea, is to use an include with a variable (INC,$includefile$) into my screen with the second indicator :
My include file indicator.txt:
Into my exectbl.ini file:I,354,13,70,53,"Ind2:b",1000,500,"Indicators\Ind2_ *.png"
Is it correct ?BYIND;Ind1;SETVAR;INCLUDEFILE;<<SETVAR;INCLUDEFILE ;indicator.txt
I don't think it makes any difference where the indicator is coming from, RR native or plugin.
The state ON/OFF for indicators is VISIBLE/HIDDEN. If you don't have an image on the _Off.skin and only
on the _ON.skin then you can have the indicator VISIBLE or HIDDEN.
ON my MENU.skin, I have and Indicator when I am ONLINE, the PHONE indicator is VISIBLE.
If the ONLINE indicator is OFF, my PHONE indicator is HIDDEN.
This is my COde in exectbl.ini
"TIMER","BYIND;ONLINE;SETIND;!PHONE;OFF<<SETIND;!P HONE;ON",MENU.skin
See 2 screen shots.
Thanks MGD, that is a good idea !
Bookmarks