RE:[flexcoders] Re: watching and triggering events

2009-03-23 Thread Scott
@yahoogroups.com Subject: {Disarmed} [flexcoders] Re: watching and triggering events I agree with Tracy; using an MVC architecture handles this nicely. For a simpler approach, make the method in ListAndShow public; and call it from the parent; when the event is heard. -TH --- In flexcoders

RE: [flexcoders] Re: watching and triggering events

2009-03-23 Thread Tracy Spratt
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Scott Sent: Monday, March 23, 2009 2:33 PM To: flexcoders@yahoogroups.com Subject: RE:[flexcoders] Re: watching and triggering events DOH. Ok, that is a LOT easier than what I was trying to do! I think it's time for a break. =O Thanks

RE: [flexcoders] Re: watching and triggering events

2009-03-23 Thread Scott
: {Disarmed} RE: [flexcoders] Re: watching and triggering events Easier, but I would not wait too long to start using an event model. In response to your other question, forget my re-dispatch suggestion. Use a data model or call the function directly. Tracy Spratt, Lariat Services

RE: [flexcoders] Re: watching and triggering events

2009-03-23 Thread Tracy Spratt
: [flexcoders] Re: watching and triggering events Easier, but I would not wait too long to start using an event model. In response to your other question, forget my re-dispatch suggestion. Use a data model or call the function directly. Tracy Spratt, Lariat Services, development services

RE: [flexcoders] Re: watching and triggering events

2009-03-23 Thread Scott
Thanks, Tracy. sj From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Monday, March 23, 2009 8:38 PM To: flexcoders@yahoogroups.com Subject: {Disarmed} RE: [flexcoders] Re: watching and triggering events