Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1164

Help: Rainmeter Skins • Re: !CommandMeasure "MeasureName" not found

$
0
0
EDIT: Sorry, Yincognito beat me again!
So I have an image being used as a button in one skin to try and trigger a sliding skin but nothing happens when clicked and rainmeter's logs say the measure cannot be found.
The LeftMouseUpAction=[!CommandMeasure MeasureSliderUpwards "Execute 1"] option in the [MeterShowPicture1] meter of Skin A skin invokes the [MeasureSliderUpwards] measure, which doesn't exist in this skin, just into Skin B. If you invoke a measure, Rainmeter doesn't know it exist into another skin, if you don't tell it where to look for that measure. But you can do this, by adding a third parameter to the !CommandMeasure bang, this way: LeftMouseUpAction=[!CommandMeasure MeasureSliderUpwards "Execute 1" "Config-Of-Skin-B"]. The red parameter has to be the name of the config of Skin B. This is the path of the skin starting from the Skins folder, to the last folder which contains the skins .ini file. For instance the config of the Skins\illustro\Clock\Clock.ini skin is illustro\Clock, this is what you should have to use as last parameter of the !CommandMeasure bang, if Skin B were Skins\illustro\Clock\Clock.ini. I obviously don1T know what is the precise config name of your skin, but if you add the proper name, the !CommandMeasure will work and the message will be avoided.

Statistics: Posted by balala — Yesterday, 7:31 pm



Viewing all articles
Browse latest Browse all 1164

Trending Articles