SCOPE dialog element
Syntax
DIALOG ADD, SCOPE,<name>,<top>,<left>,<width>,<height>,<value>,<tooltip>,<styles>
Description
This dialog element creates a moving "oscilloscope" display at the position and size specified, using styles given. The display scrolls to the left automatically. The plotted value is set using the DIALOG SET command, with a value in the range 0..100.
Styles
In addition to user-defined styles to change the default color, the following styles may be used with this dialog element:
| CLICK | The element will generate a <name>CLICK event when it is clicked. |
| FAST | The display will scroll at its fastest speed. |
| MEDIUM | The display will scroll at medium speed. |
| SLOW | The display will scroll at its slowest speed. |
| <cursor style> | The cursor will change to the named style when the pointer is over the dialog element. Valid styles are: NONE, ARROW, CROSS, IBEAM, SIZE, NESW, NS, NWSE, WE, UP, WAIT, DRAG, NODROP, HSPLIT, VSPLIT, MULTI, SQL, NO, HELP, HAND. |