Does rainmeter have any functionality for merging / combining section options?
For instance: I have a meter and a meterstyle section. I want the LeftMouseUpAction of the meterstyle to merge with the defined LeftMouseUpAction in the Meter. How would this work?Desired Outcome:
For instance: I have a meter and a meterstyle section. I want the LeftMouseUpAction of the meterstyle to merge with the defined LeftMouseUpAction in the Meter. How would this work?
Code:
[aMeterStyle]LeftMouseUpAction=[!Log "World"][aMeter]Meter=StringMeterStyle=aMeterStyleText=Click MeFontSize=30LeftMouseUpAction=[!Log "Hello"]
- "Hello" is logged
- "World" is logged
- "Hello" is logged
- No other actions executed
Statistics: Posted by Hazrd — Today, 8:00 am — Replies 2 — Views 69