I am currently making a note writing application that will pop up as a sheet over the script that you are currently editing as a workflow to make it possible to write notes about your script, without needing to leave your script. (None of this matters, just some background.)
I am wondering how to make a delegate work for a view that has been made using the UI editor, and not created through the script as "ui.Button(title="button)". I really need this to use the delegate to find out when text has been inserted into a TextView. That way, every time the text changes on the TextView, I will have the delegate run the appropriate function to change the text of a label to display the total amount of characters on the TextView currently.
So basically: I want to figure out how to make delegates work for views created via UI designer, and not created through the script. That's all I need.
PLEASE POST CODE EXAMPLES, SO I CAN SEE WHAT IS GOING ON WITH THE CODE.
Much appreciated,
Sean.