Windows8/Panels/Firefox
Panels/Firefox
E:\Florian\Documents\Rainmeter\Skins\Windows 8\Panels\Firefox
But Nothing happens...

First, you need to understand what a "config" is.FlorianG wrote:ok, i have tried this many times...
Windows8/Panels/Firefox
Panels/Firefox
E:\Florian\Documents\Rainmeter\Skins\Windows 8\Panels\Firefox
But Nothing happens...
Somehow, my !SetOptionGroup command is being ignored,[INPUT9]
Measure=Plugin
Plugin=InputText.dll
Command1= [!SetOptionGroup "Gen" Hidden "1"][!SetOptionGroup "Tab" Hidden "0"][!SetOptionGroup "Pad" Hidden "1"]
Command2=["#ADDONSPATH#RainRGB4\RainRGB4.exe" "VarName=SongbtnColor" "FileName=#@#Variables.inc"]
Command3=[!ShowMeterGroup Tab]
I see, well my problem is that I was hoping "Command 2" and the Commands thereafterjsmorley wrote:RainRGB by default refreshes all loaded skins when you click "ok". If you want to only refresh certain skins, you use the RefreshConfig option to specify one or more config names separated by "|".
I'm not sure I understand. Did you want RainRGB to "not" refresh when the colors are set?
I have a feeling I'm doing it wrong...moshi wrote:Brian's RunCommand plugin would be a solution.
as InputText Command2 you would execute RainRGB from the RunCommand plugin
avoid refreshing your skin with specifing to refresh a no existing skin in the command line arguments.
there would be no Command3 in the InputText plugin. this would become the FinishAction for the RunCommand plugin
[INPUT9]
Measure=Plugin
Plugin=InputText.dll
Command1=[!SetOptionGroup "Gen" Hidden "1"][!SetOptionGroup "Tab" Hidden "0"][!SetOptionGroup "Pad" Hidden "1"]
Command2=[!CommandMeasure Input9A Run]
[Input9A]
Measure=Plugin
Plugin=RunCommand
Program=""%UserName%\Documents\Rainmeter\Skins\Stealthy\@Resources\Addons\RainRGB4.exe""
FinishAction=[!UpdateMeterGroup Tab][!ShowMeterGroup Tab][!Redraw]
IfEqualValue=1
IfEqualAction=["#@#\Addons\RainRGB4.exe" "VarName=SongbtnColor" "FileName=#@#Variables.inc" "RefreshConfig=None"]