On 9/30/05, jivankohinoor <[EMAIL PROTECTED]> wrote:

>                 <LinkNavigator id="sender" height="100%" width="75%"
> objkey="{objkey}" />
>                 <LinkNavigator id="receiver" sender="{sender}" height="100%"
> width="75%"  />
>
> Then in the LinkNavigator source, we have a function that creates the
> listener (called on creationComplete)
>
> ...
>                 function createListener()
>                 {
>                         if ( sender == null )
>                                 
> mx.core.Application.application.addEventListener("objectSelected",
> myDelegate);

Why are you listening for the event on the application when actually
the event is dispatched from the LinkNavigator component?  I think
that's the mistake.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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