PANEL
Command:
PANEL
command is used to bring up a generic "panel" to which
controls and other graphical primitives can be attached.PLOT
and LIST2
.
![]() |
Click image for larger view. |
PANEL
will be running alongside other primitives, it will
need to be in a PIPE
section.
PANEL
will be on the first line inside the pipe section.
startmacro pipe on panel ... pipe off endmacro procedure processMessage m:msg say "Got message name=^msg.name info=^msg.info data=^msg.data" return