Re: [flexcoders] Cairngorm and TitleWindow issue

2006-04-13 Thread Darron J. Schall
Suzy Lawson wrote: > HOWEVER...it does work if I do this. > > var event : MyEvent = new MyEvent ( eventVO ); > Application.application.dispatchEvent( event ); > > It seems like the core Application can't pick up events dispatched > from a TitleWindow. Is this a known issue or am i missing somethin

[flexcoders] Cairngorm and TitleWindow issue

2006-04-13 Thread Suzy Lawson
I have a screen where a user can click an item in a List which pops open a TitleWindow containing a form to update and save the data of the items clicked. When the user clicks "Save"...the dispatched event never reaches the FrontController (with the code like so): // MyEvent extends CairngormEvent