Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Text Field Scroll Bar

Status
Not open for further replies.

overyde

Programmer
May 27, 2003
226
ZA
Hi,
I'm pulling info from an external source (php page/mysql dbase) into a dynamic text field with mutiline on and word wrap. Problem is this: when I try to add the uiscrollbar component it does not work...I see the info I've pulled in from my php source but the scroll bar does not work(i.e. not activated). I placed normal text in the field (to test if the scroll bar works normally) and it worked. So question is...what's up with this scrollbar?

On root of movie:
Code:
onClipEvent (load) {
  //assuming you have a personal web server and PHP installed locally
  loadVariables("sched.php", this, "GET");
  testvar.text = var_schedule;
  }

Thx

Reality is built on a foundation of dreams.
 
Guys...
Don't worry...sorted out.
You have to load the data first then run the text field then load the scrollbar!!!

Reality is built on a foundation of dreams.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top