Can anyone tell me why the following doesnt work:

 import mx.controls.CalendarLayout;
 import de.richinternet.utils.Dumper;
 
 class com.dr.containers.MultiCalendarLayout extends CalendarLayout {

        function keyUpHandler(e:Object)
             trace("IN KEY UP"); // Does NOT get called.
        {

        function keyDownHandler(e:Object)
             trace("IN KEY DOWN"); // Called just fine.
        {

 }

Do flex components no longer support Event Handler functions? I tried
this with several other components like SimpleButton.buttonDownHandler
and they do not work either.

Anyone?

Much appreciated!








------------------------ Yahoo! Groups Sponsor --------------------~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to