Was just a quick example. I was on the phone. Like this:So you are setting the entire X value of the Shape meter? That doesn't make sense to me. You don't want the "container" to move.
Code:
[Rainmeter]Update=1000AccurateText=1DynamicWindowSize=1[Variables]ToggleState=0;[ButtonOnOff]Meter=ShapeShape=Rectangle 2,2,25,10,5 | Fill Color 0,0,0,150 | StrokeWidth 2 | Stroke Color 0,0,0,180Shape2=Rectangle (#ToggleState#=0?2:16),2,10,10,10 | Extend MyModifiers1 | Fill Color 0,255,0,255DynamicVariables=1LeftMouseUpAction=[!SetVariable ToggleState (([#ToggleState]+1)%2)][!UpdateMeter ButtonOnOff][!Redraw]
Statistics: Posted by RicardoTM — Today, 7:49 pm