Hi,
I am showing a timeline of events for a period o5 6 years. The text is preformatted HTML loaded using LoadVards(). I have the UI ScrollBar attached to the text field, but the scroll bar never appears. The code I use is as follows…
stop();
Ext_text = new LoadVars();
Ext_text.onLoad = addText;
Ext_text.load("1999.txt");
function addText() {
bcontent.html=true;
bcontent.htmlText = this.hcontent;
}
It shows the scrollbar, but without the scroll buttons. I don’t know what else to do. The anme of my dynamic text field is bcontent. I have enabled HTML through the property inspector and code. please help me…