[flexcoders] popup systemManager not working

2009-05-28 Thread Mark Hosny
Hey guys, For some reason when I dispatch a custom event via the pop up, my main app isn't receiving the event. In my main app I have a custom component called search, which contains a button to open up a pop window called new member. In my pop up I have this: mx:Metadata

[flexcoders] cfc to VO pesky problem

2009-04-27 Thread Mark Hosny
Hey guys, I understand how to convert an array from my cfc into an array collection, populate a datagrid, and cast a selected Item to a VO. My problem is if I'm returning just 1 DB record and want to convert to a VO, so I can bind to a form (in other words, skip the populating a datagrid

[flexcoders] custom event not working in popup

2008-10-17 Thread Mark Hosny
Hey guys, I now know that my custom event is not working properly in my popup window when listening for the event in the main app. When I do this, it works: POPUP WINDOW mx:Metadata [Event(name=formUpdate,type=flash.events.Event)] /mx:Metadata dispatchEvent(new Event('formUpdate',true));