Re: [flexcoders] Re: Populate ComboBox from database - NOT using Flex Data Services

2007-03-06 Thread rottmanList
ect:* [flexcoders] Re: Populate ComboBox from database - NOT using Flex Data Services Thank you for everyone's responses, but I'm still not having any luck. I'm not getting any errors - but my combobox is not populating. Again, I'm really new to Flex. My app is called PreTr

RE: [flexcoders] Re: Populate ComboBox from database - NOT using Flex Data Services

2007-03-05 Thread Piotrowski, John
PROTECTED] ** From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of April Sent: Monday, March 05, 2007 10:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Populate ComboBox from database - NOT using Flex Data Services Thank you for everyone&#

[flexcoders] Re: Populate ComboBox from database - NOT using Flex Data Services

2007-03-05 Thread April
Thank you for everyone's responses, but I'm still not having any luck. I'm not getting any errors - but my combobox is not populating. Again, I'm really new to Flex. My app is called PreTraffic with the following structure: PreTraffic cfc (folder) job.cfc JobSearch.cfc **

Re: [flexcoders] Re: Populate ComboBox from database - NOT using Flex Data Services

2007-03-03 Thread Steve Gustafson
First you need to change your mx:RemoteObject to Then add a result handler: private function getJobResult(event:Object):void { jobNameCB.dataProvider = event.result as ArrayCollection; } Steve On 3/2/07, April <[EMAIL PROTECTED]> wrote: Thank you very much for this response. I thi

[flexcoders] Re: Populate ComboBox from database - NOT using Flex Data Services

2007-03-02 Thread April
Thank you very much for this response. I think this is still a bit over my head at this point (I have only done tutorials, and none of the tutorials interact with a database the way I will be) but I will give it a stab and see what I can do with it. I was looking at an article on Ben Forta'