Welcome to the Southern African Autolisp Website.

Afra-lISP


You are Visitor Number since 21st June 1999.


tab_truncate

tab_truncate

List Box with Tabs NOT Truncated.

tab_truncate

List Box with Tabs Truncated.

This attribute specifies whether the text in a 'list_box' or 'popup_list'
is truncated if it is larger than the associated tab stop.
Possible values are true or false.
Default : false.


DCL Code Sample

lisp49ag : dialog {				//dialog name
          label = "tab_truncate" ;		//give it a label

	: list_box {				//define a list box
	  key = "lb1";				//give it a name
	  label = "Choose Date:";		//give it a label
	  allow_accept = true;			//allow double clicking
	  tabs = "5 16 24";			//set tabs
	  list = "Jan\t28th\t1999\n
	          Feb\t16th\t1997\n
		  September\t6th\t2000\n
		  Jul\t14th\t1998\n
		  Mar\t12th\t1996";		//define list
	  tab_truncate = true;			//truncate
	  height = 6;				//give it a height
	  fixed_height = true;			//fix the height
	}					//end list box

        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.