Can you give an example? How is the text of the label supposed to be changed? Which ever way this is going to happen, it will surely be a result of your app, thus you can call a textChanged sub from the position at which you're changing this text.
I want to show some information in some Views. I don't want to let the user to change the information and I want these Views to be transparent to background. So I must use labels and not EditText Views.
The information on these labels is going to be changed from the application of course but from more than one sub depending on some conditions.
So I have two choices.
Automatically execute some code if is it possible to raise an event when the values of those labels changed or to call the TextChange sub from every sub that is going to change the values of these labels.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.