Welcome to the Southern African Autolisp Website.

Afra-lISP


You are Visitor Number since 20th July 1999.


Back to Model....

DCL Model - DCL Coding


lisp51  : dialog {				//dialog name
          label = "Pipe Bends" ;		//give it a label

	: row {					//define a row
	  children_alignment = top ;		//align to top

	: popup_list {				//define list box
	  key = "lb1" ;				//give it a name
	}					//end list box

	: radio_column {			//define radio column
	  label = "Radius :";			//give it a label

	: radio_button {			//define radio button
	  label = "Long" ;			//give it a label
	  key = "rb1" ;				//give it a name
	}					//end radio button

	: radio_button {			//define radio button
	  label = "Medium";			//give it a label
	  key = "rb2" ;				//give it a name
	}					//end radio button

	: radio_button {			//define radio button
	  label = "Short";			//give it a label
	  key = "rb3" ;				//give it a name
	}					//end radio button

	}					//end radio column

	}					//end row

	spacer ;				//add a space

	: edit_box {				//define edit box
	  key = "eb1" ;				//give it a name
	  label = "Pipe Schedule :" ;		//give it a label
	}					//end edit box

	spacer ;				//add a space

        ok_cancel ;				//predefined OK/Cancel button

        }					//end dialog


All Tutorials and Code are provided "as-is" for purposes of instruction and
utility and may be used by anyone for any purpose entirely at their own risk.
Please respect the intellectual rights of others.
All material provided here is unsupported and without warranty of any kind.
No responsibility will be taken for any direct or indirect consequences
resulting from or associated with the use of these Tutorials or Code.

Copyright © 1999 by Kenny Ramage
All rights reserved.
Information in this document is subject to change without notice.
Site created and maintained by Kenny Ramage.
URL for areas of image outside of any defined elements.