[flexcoders] Dispatch PgDn to scroll down

2008-09-04 Thread itdanny2002
I tried to dispatch scroll down event when user press PgDn but in vain: case Keyboard.PAGE_DOWN: var PgDnEvt:ScrollEvent = new ScrollEvent(ScrollEvent.SCROLL); PgDnEvt.direction=ScrollEventDirection.VERTICAL; PgDnEvt.detail=ScrollEventDetail.PAGE_DOWN;

RE: [flexcoders] Dispatch PgDn to scroll down

2008-09-04 Thread Alex Harui
Which component? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of itdanny2002 Sent: Thursday, September 04, 2008 7:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dispatch PgDn to scroll down I tried to dispatch scroll down event when user press PgDn