Howto wordwrap in XML dialogue text gadget?
Posted: Thu Aug 28, 2014 12:29 pm
Hello,
I like to add some explaining text in an XML dialogue like this:
Obviously, txtInfo contains a very long text and the dialogue is getting way to wide trying to do all in one line. I tried to insert linebreaks but this seems not possible. Best would be to have the field hitting a maximum width and then do wordwrap. The height has to automatically fit so that the following elements are in good position.
How to do?
Kukulkan
I like to add some explaining text in an XML dialogue like this:
Code: Select all
<text name='txtInfo' text='This is to help you setting up your e-mail account settings. Please enter your e-mail address and password. Now click on -Check- to detect your mailserver settings.' />
<button name='btnCheck' text='Check' />
<hbox>
<button name='btnCancel' text='Cancel' />
<button name='btnOK' text='OK'/>
</hbox>
How to do?
Kukulkan