Can someone explain to me how I can insert line breaks into control text?
So I have a line in a script looks like
I tried the following:Code:ctrlSetText [_idc, "Text which is just too long to fit in the dialog appropriately, best would be to insert a line break some words before...."];
Changed the textbox type to CT_STRUCTURED_TEXT as it is written here in the biki. Then tried both
as well as I triedCode:_control ctrlSetStructuredText parseText "First line<br/>Second line"
but did not succedd yet. Any help would be appreciated.Code:_control ctrlSetStructuredText composeText["First Line", linebreak, "Second line"];
In both cases the text is not shown. Its no syntax errors (all arguments and parameters are of the needed type), so it must be just the wrong way.
HOME
Reply With Quote



