For first let's fix the scrolling issue. No, unfortunately you didn't do what I suggested, namely:However... I did what you suggested about the times the text should scroll but... it didn't work...
- Replace the IfTrueAction option of the [MeasureCount] measure by this: IfTrueAction=[!CommandMeasure "MeasureCounter" "Stop 1"]. You kept the previously existing option: IfTrueAction=[!SetVariable X "(0.5*[MeterShapeRectangle:W])"][!SetVariable Count "(#Count#+1)"][!UpdateMeasure "MeasureCount"][!UpdateMeter "MeterReminder"][!Redraw]. Replace it.
- Replace the IfTrueAction option of the [MeasureCounter] measure by this: IfTrueAction=[!SetVariable X "(0.5*[MeterShapeRectangle:W])"][!SetVariable Count "(#Count#+1)"][!UpdateMeasure "MeasureCount"][!UpdateMeter "MeterReminder"][!Redraw].
- Take care not to mix these measurea and the IfTrueActions.
Statistics: Posted by balala — Today, 2:41 pm