Page 2 of 2

Re: Skins: !Execute deprecated

Posted: July 23rd, 2012, 12:30 am
by VClouds
Trying to get rid of all the !Execute in some of my skins but it seems like you didnt killed !Execute completely as it is still needed in some cases? :???:

Code: Select all

[mStateButton]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=STATE
Substitute="0":"Play.png","1":"Pause.png","2":"Play.png"
IfEqualValue=0
IfEqualAction=!Execute [!SetOption ProgressFrame ImageTint #colorText3#][!SetOption ProgressBitmap ImageTint #colorText3#][!SetOption CoverFrame ImageTint #colorText3#][!ShowMeter NoMusic]
IfAboveValue=0
IfAboveAction=!Execute [!SetOption ProgressFrame ImageTint #colorText#][!SetOption ProgressBitmap ImageTint #colorText#][!SetOption CoverFrame ImageTint #colorText#][!HideMeter NoMusic]
Removing those two !Executes makes the switch - none functional...
Using Rainmeter 2.3.3

Re: Skins: !Execute deprecated

Posted: July 23rd, 2012, 3:14 am
by Kaelri
Can you post your complete skin code, please? I can't imagine why this wouldn't work for you.

Re: Skins: !Execute deprecated

Posted: July 23rd, 2012, 3:43 am
by VClouds
I spoke too soon. Its actually a problem with the jriver media player not with !Execute. sorry.