Hello
I’m trying to understand whether is possible to use a widget like texteditor in order to output some text to the user (like a small display area).
I defined it as:
texteditor bounds(176, 16, 400, 121), channel(“debug1”), fontSize(“12”), active(“1”), scrollbars(1), wrap(1), fontColour(124, 210, 0), colour(0, 0, 0, 100)
I’m trying to use it with instruct:
cabbageSet “debug1”, “text”, SText
But nothing happens, except for the first time, the other times the text will not change.
Thank you
Sergio