Quote:
Originally posted by jamesbooth97
here is the problem.. I really really can make the component scroll bar work when the data is in the text field IF THE DATA IS IN THE FIELD from the start!
The problem is when i have dynamically added data to the field.
For example, i have a scrollbar component linked to a BLANK text field, and everytime i click a button, i want to ADD information into the text field. As i add data and the text field begins to overflow the text field, the scrolling doesn't start working.
After looking at the code, it seems, ( i could be wrong) that the scrolling decisions are made, when the component is initiallized, therefore, if the text is not in the box when it is initiallized, it thinks there is nothing to scoll.
Did you find a solution to the Dynamic text problem? If so, I'd be interested in knowing what it turned out to be!