It is currently May 6th, 2024, 1:47 pm

Rainmeter skin config.exe and path

Get help with creating, editing & fixing problems with skins
suitome
Posts: 41
Joined: February 15th, 2011, 10:54 am

Rainmeter skin config.exe and path

Post by suitome »

I successfully configure the Rainmeter skin config.exe by fediaFedia. BUT I can't open config.exe through my skin:

Code: Select all

[Icon]
Meter=IMAGE
ImageName=#SKINSPATH#\MySkin\Resources\Images\RSSwhite.png
X=14
Y=14
AntiAlias=1
ToolTipText=Settings
LeftMouseDownAction==!Execute ["#SETTINGS#"]
With SETTINGS in UserVariables:

Code: Select all

SETTINGS=#SKINSPATH#\MySkin\Resources\Settings\config.exe
When I click on the RSSwhite.png, nothing happens. Where is the problem?

Thanks.
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Rainmeter skin config.exe and path

Post by smurfier »

LeftMouseDownAction==!Execute ["#SETTINGS#"]

You have two equal signs in that statement.
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
suitome
Posts: 41
Joined: February 15th, 2011, 10:54 am

Re: Rainmeter skin config.exe and path

Post by suitome »

Lmao :lol: , thank you!! :great: