I tried to dispatch an event registered with the Cairngorm controller from a titlewindow but without much luck.
The following code doesn't work used from the TitleWindow but works when called from the main panel that creates the TitleWindow.
// dispatch event
var evnt : SaveIndividualEvent = new SaveIndividualEvent(model._individual);
dispatchEvent( evnt );
The event is registered with the controller just fine but it looks that cannot dispatch the event from the TitleWindow. Am I missing something here?. Had the same scenario in Flex 1.5 and didn't have any issue with it.
Any suggestions?
Thanks,
Valy
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

