Jump to content

[SOLVED] Text wrapping not working with WidgetEditText


photo

Recommended Posts

Posted

Font wrapping doesn't seem to work on WidgetEditText. It doesn't have any effect event after setFontWrap(1).

 

For a quick repro, replace WidgetLabel with WidgetEditText in font_00 sample project.

  • 3 weeks later...
Posted

We have no wrap and rich text options for WidgetEditText, because it's designed for simple text editing.

Posted

Ok. It was kind of misleading to have the setFontWrap() in the Widget base class.

However it would be great to have wrap and rich text options for WidgetEditText.

Posted

Not planned, sorry. WidgetEditText is basically really simple multi-line strings. I've added information that this class does not support wrap and rich text options options into docs.

Posted

Good enough.

 

But I will miss the addLine capability of WidgetEditText in WidgetLabel :)

×
×
  • Create New...