ivasonn
ivasonn

Reputation: 71

Label with selectable text

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

Answers (1)

Alan Hoover
Alan Hoover

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

Related Questions