Re: [Flashcoders] Which way is best...

2009-02-18 Thread Joel Stransky
Sounds like a job for an MVC pattern. Of course that may be too much work depending on the future plans for this app. Probably best to combine the model and controller as Jason mentioned. On Wed, Feb 18, 2009 at 10:47 AM, Weyert de Boer wrote: > Hi Glen, > > I would just let the button bubble th

Re: [Flashcoders] Which way is best...

2009-02-18 Thread Weyert de Boer
Hi Glen, I would just let the button bubble the events upwards to one of the parent objects and then handle the event there. Easiest ;) Yours, Weyert ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/

RE: [Flashcoders] Which way is best...

2009-02-18 Thread Merrill, Jason
book. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike Sent: Wednesday, February 18, 2009 10:18 AM To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Which way is best... Hi, I am loo

[Flashcoders] Which way is best...

2009-02-18 Thread Glen Pike
Hi, I am looking into the architecture of an application where components are instanciated and configured generally at runtime, although some components maybe placed on the stage at author time and "wired up" runtime. The application is pretty much an interface to control system which we