You are absolutely correct. I've learned now that IfConditions go with measures and of the existence of magic quotes---useful! With those implementations and using Enable/Disable Instead of Toggles, the thing does what it's supposed to do, EXCEPT, the final click breaks the formatting of the collapsed state??!There are a few mistakes in your code
Code:
[MeasureClickCount]Measure=CalcFormula=(MeasureClickCount)%(#MaxClickCount#+1)DynamicVariables=1UpdateDivider=-1IfCondition=MeasureClickCount = 1IfTrueAction=[!SetOption MeterHitBox LeftMouseUpAction """[!PauseMeasureGroup System] [!ShowMeterGroup Expanded] [!HideMeterGroup Collapsed] [!UpdateMeasureGroup Collapsed] [!UpdateMeasure MeasureClickCount] [!Redraw]"""]IfFalseAction=[!EnableMouseAction MeterHitBox "MouseOverAction|MouseLeaveAction"]
Statistics: Posted by mmmajorthommm — Today, 3:39 pm