Android Question Problems in version 5.50?

Urishev

Member
Licensed User
Longtime User
Why in version 5.50 is not working code: Label.Text = "String1" & CRLF & "String2" ?
 

Urishev

Member
Licensed User
Longtime User
Thanks for the reply.
When I load your code LabelText1 - all is well.
When I enter your code - "Test1" & CRLF & "Test2" does not work. Prints only Test1. Why?
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Because the label does not auto-resize?
You are adding two lines of text to the label, if it's height cannot accommodate both lines, then only the first will show
 
Upvote 0

Urishev

Member
Licensed User
Longtime User
Thanks experts, Klaus and Cableguy. At first I thought about the lack of size the label. But the problem in something else.
There may be a problem in setting Project or Tools? Still doesn't always work autocomplete function.
 
Upvote 0
Top