I don't know for sure, but there is a multiline property on Jewel Label,
which is false by default. Did you try setting that true?


On Fri, Feb 12, 2021 at 9:54 AM Bilbosax <[email protected]> wrote:

> I have a label that I need to put a linebreak in.  I cant figure out how to
> get a newline in my Jewel Label.  In the text property for the label, I
> have
> tried:
>
> label.text = "first name<br/>last name"
> label.text = "first name\nlast name"
> label.text = "first name\rlast name"
> label.text = "first name\n\rlast name"
> label.text = "first name&NewLine;last name"
> label.text = "first name&#10;last name"
>
>
> None of these have worked.  What is the secret?
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>

Reply via email to