Android Question CRLF can not split different row in B4A

metro12a

New Member
Hi I'm newbie for B4A. I tried to follow B4XGettingStarted.html. In the section a label with a comment:
lblComments.Text = "Enter the result" & CRLF & "and click on OK"
I hope the result will be:
Enter the result
and click on OK
But the result is : Enter the result and click on OK (in one row, can not split).

I'm using Java 14 & Java 23 but I get the same result. What I have to do? Please anyone help me... Thank you
 

klaus

Expert
Licensed User
Longtime User
Your Label is probably set to SingleLine = True
Make sure that in the Designer the SingleLine property is not checked.

1728037688791.png
 
Upvote 0
Top