RE: [flexcoders] Cairngorm FrontController

2007-03-16 Thread Dimitrios Gianninas
You should create your custom component so that it dispatches its own custom event. Then whenever that event is dispatch, you can then dispatch the appropriate Cairngorm even to perform whatever business logic you wish. That will allow you to also intercept which component instance is doing the

RE: [flexcoders] Cairngorm FrontController

2007-03-15 Thread Stembert Olivier (BIL)
.. Rgds, Olivier -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Mark Hawley Sent: Friday, March 16, 2007 12:37 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm FrontController You're doing something very weird, but I

Re: [flexcoders] Cairngorm FrontController

2007-03-15 Thread John Mark Hawley
You're doing something very weird, but I can't figure out exactly what since you've mucked with Cairngorm. The point of the Front Controller is that there's only one. If you have two components in your app, and they both are set to fire the same event when a certain action occurs, the same acti