DavideV Active Member Licensed User Longtime User Oct 27, 2018 #1 Hello developers, I would like to know if it's possible ellipsize a text into a label as we do in B4A. For now I need only the "END" ellipsize with 3 dots. In the meantime I used a shadow to simulate the text truncation, but it's not really nice: Thanks in advance! Davide
Hello developers, I would like to know if it's possible ellipsize a text into a label as we do in B4A. For now I need only the "END" ellipsize with 3 dots. In the meantime I used a shadow to simulate the text truncation, but it's not really nice: Thanks in advance! Davide
jimmyF Active Member Licensed User Longtime User Oct 27, 2018 #2 Try this: B4X: Label1.Ellipsize="End" hth -j EDIT: Whoops. This is B4J not B4A Last edited: Oct 27, 2018 Upvote 0
stevel05 Expert Licensed User Longtime User Oct 27, 2018 #3 In B4j the label automatically has the end ellipsis set, is the label width constrained by the pane it is on or does it overlap it? Upvote 0
In B4j the label automatically has the end ellipsis set, is the label width constrained by the pane it is on or does it overlap it?
DavideV Active Member Licensed User Longtime User Oct 28, 2018 #4 Thanks stevel05, I'm pretty sure I have tried before writing the post. After your answer i tried again and the dots were there Upvote 0
Thanks stevel05, I'm pretty sure I have tried before writing the post. After your answer i tried again and the dots were there