hi experts,
i'm trying to stick a movieclip with a textfield nested inside it into a
scroll pane (component)...even though the text is in the pane the scrollbars
are not adjusting themselvs nor does the pane scroll...here;s the code...

       pScrollPane = this.attachMovie("ScrollPane", "sPane", 0);
       pScrollPane.setStyle('borderStyle', 'none');
       pScrollPane.tabChildren = false;
       pScrollPane.tabEnabled = false;
       pScrollPane.__hScrollPolicy = "auto";
       pScrollPane.__vScrollPolicy = "auto";
       pScrollPane.contentPath = 'mcEventText';

       pScrollPane.setSize(292, 180);
       pScrollPane._x = mcEventText._x;
       pScrollPane._y = mcEventText._y;

any ideas?

thanks

p
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to