Didn't (and won't, due to data sensitivity) test the code, but once the variable was set correctly, you'd typically update the measure using it, as well as other sections using or displaying it, and optionally redraw the skin (didn't add the latter since that part exists in the measure's If...Actions anyway):EmailCheckerSimple plugin uses a meter to get all data (as far as I can see, I might wrong here).
I'm trying to take the new mail count from the meter, use that to set a variable, and then use that variable within a measure.
So far, I've gotten the variable set correctly, however the measure doesn't function.
Code:
OnUpdateAction=[!SetVariable NumberOfEmails [&msEmail:GetData("(count)")]][!UpdateMeasure MeasureCountEmails]
References (note the behavior of IfActions):
- https://docs.rainmeter.net/manual/measures/general-options/ifactions/
- https://docs.rainmeter.net/manual/measures/calc/
Statistics: Posted by Yincognito — Today, 7:42 pm