Multiple line in a label
Is it possible to display a text with multiple lines in a
label ?
i tried it with
lbl.setControlText( "Line 1\nLine2" );
lbl.setControlText( "Line 1<br>Line2" );
lbl.setControlText( "Line 1<br/>Line2" );
but it did not work.
Is there any trick ?
label ?
i tried it with
lbl.setControlText( "Line 1\nLine2" );
lbl.setControlText( "Line 1<br>Line2" );
lbl.setControlText( "Line 1<br/>Line2" );
but it did not work.
Is there any trick ?
Thomas Henrichs
July 1,