Notifications
Clear all
[Closed] Edit text or label caption to run over multiple lines
Aug 30, 2007 6:01 pm
Hi,
I am trying to use a label caption or an edit text field to display a string which is changable in length, does anyone know how to let the caption or text run over more than one line for the odd occasion the string is wider than my interface dialog?
Thanks for any advice!
Spencee
2 Replies
Aug 30, 2007 6:01 pm
Use height => 18 in the text field. It’s multiline.
And use Enter for break line in interface or “
” if write text with code.