cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
%3CLINGO-SUB%20id%3D%22lingo-sub-664657%22%20slang%3D%22en-US%22%20mode%3D%22UPDATE%22%3EPermitir%20que%20TableBox%20tenga%20filas%20de%20alturas%20variables%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-664657%22%20slang%3D%22en-US%22%20mode%3D%22UPDATE%22%3E%3CP%3E%3CSTRONG%3E%C2%BFQu%C3%A9%20inspir%C3%B3%20esta%20solicitud%20de%20lista%20de%20deseos%3F%3C%2FSTRONG%3E%20Utilizo%20TableBox%20para%20simular%20un%20ListBox%20pero%20con%20formato%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3E%3CSTRONG%3E%C2%BFQu%C3%A9%20mejora%20le%20gustar%C3%ADa%20ver%3F%3C%2FSTRONG%3E%20Me%20gustar%C3%ADa%20que%20las%20filas%20de%20TableBox%20no%20tuvieran%20exactamente%20la%20misma%20altura.%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3E%3CSTRONG%3E%C2%BFPor%20qu%C3%A9%20es%20importante%20esta%20idea%3F%3C%2FSTRONG%3E%20Consideremos%20un%20TableBox%20con%20un%20solo%20elemento%20secundario%20adjunto%3A%20un%20ColBox%20con%20varios%20elementos.%20El%20TableBox%20tiene%20solo%20una%20columna%3B%20no%20hay%20raz%C3%B3n%20para%20forzar%20que%20todas%20las%20filas%20tengan%20la%20misma%20altura.%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3EConsidere%20el%20siguiente%20JSL%3A%20ser%C3%ADa%20bueno%20si%20la%20primera%20fila%20pudiera%20dimensionarse%20seg%C3%BAn%20su%20contenido%2C%20no%20seg%C3%BAn%20el%20contenido%20de%20la%20segunda%20fila.%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CPRE%3E%3CCODE%20class%3D%22%20language-jsl%22%3ENames%20Default%20To%20Here(%201%20)%3B%0ANew%20Window(%20%22Mountains%22%2C%0A%09tb%20%3D%20Table%20Box(%0A%09%09Col%20Box(%20%22Heights%22%2C%0A%09%09%09Text%20Box(%20%22Short%20Row%22%20)%2C%0A%09%09%09Spacer%20Box(%20Size(%20100%2C%20100%20)%2C%20%26lt%3B%3CBACKGROUND%20color%3D%22%22%3E%3C%2FBACKGROUND%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3CCODE%20class%3D%22%20language-jsl%22%3E%20%3C%2FCODE%3E%3C%2FP%3E%3CP%3E%3CCODE%20class%3D%22%20language-jsl%22%3E%20%3C%2FCODE%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CCODE%20class%3D%22%20language-jsl%22%3E%3CLINGO-LABS%20id%3D%22lingo-labs-664657%22%20slang%3D%22en-US%22%20mode%3D%22UPDATE%22%3E%3CLINGO-LABEL%3EAutomatizaci%C3%B3n%20y%20scripting%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3EOrganizaci%C3%B3n%20de%20contenido%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3EPersonalizaci%C3%B3n%20masiva%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3C%2FCODE%3E
Choose Language Hide Translation Bar

Allow TableBox to have rows of variable heights

What inspired this wish list request? I use TableBox to simulate a ListBox but with formatting

 

 

What is the improvement you would like to see? I would like to see TableBox rows not all be forced to the exact same height

 

 

Why is this idea important? Consider a TableBox with only one attached child -- a ColBox with various elements.  The TableBox has only one column -- there is no reason to force all rows to have the same height

 

Consider the following JSL -- it would be nice if the first row could be sized to it's content, not to the content of the second row.

 

Names Default To Here( 1 );
New Window( "Mountains",
	tb = Table Box(
		Col Box( "Heights",
			Text Box( "Short Row" ),
			Spacer Box( Size( 100, 100 ), <<Background Color( "Blue" ) )
		)
	)
);