It is currently March 28th, 2024, 3:35 pm

Skins: !Execute deprecated

Changes made during the Rainmeter 2.5 beta cycle and earlier.
User avatar
VClouds
Posts: 77
Joined: April 7th, 2010, 2:34 pm

Re: Skins: !Execute deprecated

Post 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
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am
Contact:

Re: Skins: !Execute deprecated

Post by Kaelri »

Can you post your complete skin code, please? I can't imagine why this wouldn't work for you.
User avatar
VClouds
Posts: 77
Joined: April 7th, 2010, 2:34 pm

Re: Skins: !Execute deprecated

Post by VClouds »

I spoke too soon. Its actually a problem with the jriver media player not with !Execute. sorry.
Post Reply