I am loading plain text into a textbox using loadVariables.
I am also watching when that text gets loaded by using the undocumented changed event handler.
However, the changed event seems to always fire whether it is dynamic or input JUST BEFORE the text gets loaded. I don't get it. I want to use the event to know what the maxscroll property is for a scrollbar I am using.
IE - Changed event fires .maxscroll = 1, text populates box, .maxscroll = 35
Any ideas?
Kevin
I am also watching when that text gets loaded by using the undocumented changed event handler.
However, the changed event seems to always fire whether it is dynamic or input JUST BEFORE the text gets loaded. I don't get it. I want to use the event to know what the maxscroll property is for a scrollbar I am using.
IE - Changed event fires .maxscroll = 1, text populates box, .maxscroll = 35
Any ideas?
Kevin