In GraphicalProductListViewHelper.as, there is this line:
view.dispatchEvent( { type:"select" } );

In the view, which is GraphicalProductList.mxml, it advertises that it
broadcasts this event: 
<mx:Metadata>
     [Event("select")]
</mx:Metadata>

Where is this event actually caught or handled? I have read thru all
the files several times and cannot find it.

The reason I am looking is that in my Master/Detail screen, when
Master updates the Model, the Detail, that is bound to the model,
doesn't notice it. I think I need to broadcast that a change has
occurred, they way they did.

thanks,
Libby





------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/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