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
last name" label.text = "first name last name" None of these have worked. What is the secret? -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
