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

Help: Rainmeter Skins • Re: Hide meters when no value available from WebParser

$
0
0
How do I do this?
To do this, you need IfMatch options. This options when used checks if the string returned by the measure in which they are used, match the posted expression. If it is, IfMatchAction is executed, otherwise the IfNotMacth option.
So, try adding such set of options to each of the [MeasureItem1] - [MeasureItem5] measures:

Code:

[MeasureItem1]...IfMatch=^$IfMatchAction=[!HideMeter "Item1Box"][!HideMeter "Item1"][!HideMeter "Item1Separator"][!Redraw]IfNotMatchAction=[!ShowMeter "Item1Box"][!ShowMeter "Item1"][!ShowMeter "Item1Separator"][!Redraw]
I posted here only the options related to the [MeasureItem1] measure. Obviously you have to add similar options to the other four measures as well. Hope you can add them. Please come back if you get problems on adding them.

Statistics: Posted by balala — Yesterday, 9:05 pm



Viewing all articles
Browse latest Browse all 811

Trending Articles