[flexcoders] Re: modules httpservice

2007-09-12 Thread keithtucci
::UIComponent/::callLaterDispatcher () On Sep 11, 2007, at 4:31 PM, keithtucci wrote: i am attempting to use ModuleLoader to load a module that is using httpservice and i keep getting a 1009 error. i am not sure if this is a known issue or i am just doing something

[flexcoders] modules httpservice

2007-09-11 Thread keithtucci
i am attempting to use ModuleLoader to load a module that is using httpservice and i keep getting a 1009 error. i am not sure if this is a known issue or i am just doing something incorrectly... any ideas...? TypeError: Error #1009: Cannot access a property or method of a null object

[flexcoders] how to call a method in a custom mxml component

2006-08-30 Thread keithtucci
how do i go about calling a method in a custom mxml component from the main applciation... currently in my mxml component, 'creationcomplete' calls my init method, but it only fires one time, when the applciation loads, but i need to fire that init method at other times, after the application

[flexcoders] arraycollection to xml

2006-08-18 Thread keithtucci
i have an xml as my source for a model which i use as the source for arraycollection. in my array collection i may add or remove items. i would like to get the modified arraycollection back to xml format. the reason for needing the arraycollection in xml format is i use zinc to save the xml