RE: [flexcoders] watching and triggering events

2009-03-23 Thread Tracy Spratt
Have the parent re-dispatch the event and listen for it in listAndshow One way to handle issues like this it to have a central bindable data model. A 'singleton is often used for this. Any component anywhere in the app that needs to react when some data value changes can listen to the model,

RE: [flexcoders] watching and triggering events

2009-03-23 Thread Scott
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Monday, March 23, 2009 1:11 PM To: flexcoders@yahoogroups.com Subject: {Disarmed} RE: [flexcoders] watching and triggering events Have the parent re-dispatch