1 (edited by mikep99 2020-04-21 08:05:10)

Topic: Is it possible to have a Newline in Text String element?

Hi,

As above, I'd like to have my text go over 2 lines in the text string element.
Is this possible? either by using newline \n somehow or word wrap?

Many thanks

2

Re: Is it possible to have a Newline in Text String element?

Welcome,

No but you can add multiple text strings and add code to parse the newline and word wrap. I did this for a console, using a circular buffer to handle scrolling with a Slider, it worked nicely

http://remotexy.com/en/editor/5d2d1390a … 44077076a/

3

Re: Is it possible to have a Newline in Text String element?

ok - thanks for the reply.

Mike

4

Re: Is it possible to have a Newline in Text String element?

Guillaume wrote:

Welcome,

No but you can add multiple text strings and add code to parse the newline and word wrap. I did this for a console, using a circular buffer to handle scrolling with a Slider, it worked nicely

http://remotexy.com/en/editor/5d2d1390a … 44077076a/


I Like!