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
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