[flexcoders] Cairngorm Question about the Store Example

2005-12-14 Thread Libby
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

RE: [flexcoders] Cairngorm Question about the Store Example

2005-12-14 Thread Steven Webster
] Cairngorm Question about the Store Example 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