Back, Timers and Reset Objects
Home ] Up ] General Object Information ] Label Object ] Button Object ] Text Object ] Banner Object ] Scrolling Text Object ] List Object ] Drop-Down Object ] Check Box Object ] Plotting Object ] Slider Object ] Bar Object ] Meter and Gauge Objects ] Image Object ] Image Button Object ] [ Back, Timers and Reset Objects ]

bulletTimers:
StampPlot has 2 Timer objects. Set an Interval (0-60 seconds) and enter code.  At the specified intervals the code will be processed.  Use time of 0 to disable the timer. 
!POBJ oTimer0=0
!POBJ oTimer1=10
!POBJ oTimer1.C=!POBJ Update

bulletBack:
Under the oBack setting you may select a color for the object background.
You may also write click-event code for when the background is clicked.
!POBJ oBack.C=!BELL

Drawing may be performed on the background also.
@POBJ oBack.Draw=IMGP 40,40,60,60,comp\led_red_1.jpg

The background has drawing coordinates of 0,0 lower left to 100,100 upper right.
Values:
(oBack.X) - The X coordinate for the background where the mouse was last clicked, or moved with the left button down..
(oBack.Y) - The Y coordinate for the background where the mouse was last clicked or moved, with the left button down..

bulletoReset
When a plot reset occurs, this object will be triggered and code entered will be executed.
!POBJ oReset.C=~PWAV flush