The LAMP Application

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

lamp_mac/

dial_pad_init.pro


top dial_PAD_init

result = dial_PAD_init(dummy)

******* ************* ** See Manual about Dials for a good understanding. ** This is a template to construct a PAD in the GEORGE-LAMP main interface. ** The PAD is used to send control-commands to dial_'generic'_send procedure. ** You must return a 5*n string area. ** First line is for the input widget_text, the others for buttons. ** ACTION 's' to send the COMMAND , 't' to put the COMMAND into widget_text. ** 'c' to create the command from a GUI. ** '-' for a menu button. ** 'i' concern the first line (Important: generic must be the same for 'i' & 't'). ** ** LABEL COMMAND ACTION PROCEDURE WAIT seconds ** 'Input Widget_text' '' 'i' ,'generic' ,'0' ** 'Button label' 'Command to send' 's' ,'generic' ,'0' ** 'Button label' 'Command to show' 't' ,'generic' ,' ' ** 'Button menu' '' '-' ,'' ,' ' ** '-sub button' 'Command to send' 's' ,'generic' ,' ' ** '-sub button' 'Command to show' 't' ,'generic' ,' ' ** '-sub menu' '' '-' ,'' ,' ' ** '--sub sub but' 'Command to send' 's' ,'generic' ,' ' **etc..

Parameters

dummy

File attributes

Modification date: Tue Oct 1 14:36:01 2013
Lines: 49