[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

809.0. "Multi-Line Item for List Box Widget" by 16957::CHANG () Fri May 19 1989 14:51

	I need help in put multi-line items into the list box.  In UIL, 
	the items were coded with \n to start a new line.  The list box
	widget seems to know these items have more than one line space.
	However, I saw only the first line for each item, the second and 
	third line had been clipped (to a very thin line trash).

	This is what I did,

	operatortext : string_table
		('Sum', 'Integrate', 'y=f(x)','Kalman\nFilter',
		 'Reduction\nFilter','Low\nPass\nFilter',
		 'High\nPass\nFilter');

	object
		operatorlistbox : list_box{
			arguments {
				x = 0;
				y = 0;
				visiable_items_count = 3;
				items = operatortext;
				..............
				

	Any help will be sincerely appreciated.
                              


	Wayne

T.RTitleUserPersonal
Name
DateLines