[flexcoders] Cairngorm 2 - Event propagation problem

2006-08-17 Thread hemantkamatgi
Hi, I am trying to use Cairngorm 2 framework with Flex 2. This issue is that the event (login) does not seem to reach the FrontController. I am listing my application files with the significant code snippets: I have been struggling with this for the past 2 days but aint seem to figure out the

Re: [flexcoders] Cairngorm 2 - Event propagation problem

2006-08-17 Thread Thomas Rühl -akitogo-
Hi hemantkamatgi, just a few things I recognized: 1. When dispatching the Cairngorm event, you shouldn't create two instances of the LoginEvent here... just one and pass it! // { var eventObject : LoginEvent = new LoginEvent(); // CairngormEventDispatcher.getInstance().dispatchEvent(new

RE: [flexcoders] Cairngorm 2 - Event propagation problem

2006-08-17 Thread Darren Houle
to hear the cairngorm events. Other than that your code looks fine. Darren From: hemantkamatgi [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm 2 - Event propagation problem Date: Thu, 17 Aug 2006 05:20:25 - Hi, I am