Penguin Member Licensed User Longtime User May 14, 2020 #1 Is it possible to make text in a label selectable with a long press, so that the user can copy it?
DonManfred Expert Licensed User Longtime User May 14, 2020 #2 You can create a longclick event for the label and when the event is raised. Offer the Label Text to the User showing it in a Editfield or whatever you want to do with the Text. Labels are not Selectable. Upvote 0
You can create a longclick event for the label and when the event is raised. Offer the Label Text to the User showing it in a Editfield or whatever you want to do with the Text. Labels are not Selectable.
Erel B4X founder Staff member Licensed User Longtime User May 15, 2020 #3 You can use TextView and make it not editable. There is such a property in the designer. Upvote 0