Reputation: 71
i'm trying to create chatbox on kivy python. one of the most difficult is to create class with super class Label, which can support select its text like a TextInput class. Can somebody help me?
Upvotes: 5
Views: 1085
Reputation: 1450
Why not just use a TextInput field? change the appearance parameters so it looks like a label and disable input to the field.
Upvotes: 3