Hola, to be honest, this question is for rainmeter, but since script language is the same, I hope it's not a problem to ask
I found a gmail-notifier skin, which extracts the info (from rss) in the following form:
| Code: |
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=#Update#
Url=#Url#
RegExp="(?siU){fullcount}(.*){/fullcount}(.+{title}.+{/title}|)"
StringIndex=1
|
Since {fullcount} stores the number of mails, a string can display it like Text="%1 new mail"
What I want to do is to hide this string in case of zero... but how can I measure the value/string index %1?
If I guess right, I have to associate IfBelowValue with the string value with the action below...but how?
| Code: |
IfBelowAction=!execute [!RainmeterHideMeter notifier]
|
Thanks for everyone in advance
(Edit: whoops, I didn't noticed that html tags have been cut. replaced html tag wraps with {}