Hi,
I’m trying to emulate a LCD display in my GUI. I need a multiline (readonly) textbox widget which can have it’s text set programmatically by passing in a string with something like “\n” as newline indicator. And also don’t auto scale the text to the entire bounds of the widget, like the label widget.
Is this possible within Cabbage?
The TextBox widget seems to have the behaviour which i’m looking for, except F.A.I.K. it only reads data from file. Is there a way to add a text attribute that accepts multiline text?
Kind regards,
Bastiaan