[flexcoders] Re: Dispatch PgDn to scroll down

2008-09-04 Thread itdanny2002
Success ! Thank you very much. I think too much on this issues !

RE: [flexcoders] Re: Dispatch PgDn to scroll down

2008-09-04 Thread Alex Harui
Just set verticalScrollPosition to the y position of the Text you want to see From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of itdanny2002 Sent: Thursday, September 04, 2008 9:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Dispatch PgDn to scroll down I

[flexcoders] Re: Dispatch PgDn to scroll down

2008-09-04 Thread itdanny2002
I put VBox on stage with many Text component. Some Text components are below the screen. If I use mouse to click the right scrollbar, it will move down. Anyway, I wanna to click some button and move fast to see hidden Text component which is far away from top. Actually, it likes html-page. We cli