Hi Everyone, I just wondered if there's a change event for label. Has anybody coded a solution? It may be simpler than I think it is...
I would like to catch the change of text property. Something like:
I know label is not ment to be treated this way but I have one certain layout full of labels, and it would be easier for me to do so.
I would like to catch the change of text property. Something like:
B4X:
Sub lblMyLabel_Changed(changed as Boolean)
End Sub
I know label is not ment to be treated this way but I have one certain layout full of labels, and it would be easier for me to do so.
Last edited: