Other Multiline text not always working?

udg

Expert
Licensed User
Longtime User
Is it me in a crying need for some coffe or does labels multiline text not always work?

Please find attached a .bal file I am experimenting with.
It is intended to be loaded as a CLV's item; I generally make those items by code but today I wanted to experiment a bit.

What surprised me is that, although it has plenty of space, Label2 doesn't wrap on last three devices showed on UI Cloud (Samsung I900 4", Samsung Pocket 2.8" and Kindle Fire).
Why?

TIA
 

Attachments

  • lytcateg.bal
    2.3 KB · Views: 261

udg

Expert
Licensed User
Longtime User
Another test example. This one is even simpler: just a label covering the whole activity.
But again no word-wrap.

Edit: thank you Erel, I'll try and report back.
 

Attachments

  • lytsimlpest.bal
    1.6 KB · Views: 262
Upvote 0

rag1out

Member
Licensed User
Longtime User
Like UDG I am testing on UI Cloud.
I have set the number of lines in code but only get one line on those UI Cloud devices mentioned by UDG.
I guess UI Cloud is just looking at the Layout so cannot know about the code.
Maybe there is no way of knowing if setting the number of lines in code works without running on a physical device.
 
Upvote 0
Top