[flexcoders] Dataprovider and events

2010-03-29 Thread Scott
I know I've ran into this before but for some reason my memory isn't kicking in. I've got a listbox that depends on a combobox to load before it fires its dataprovider. Without having the combobox loaded, the data provider for the listbox is null and it throws an error: #1009: Cannot access a

Re: [flexcoders] Dataprovider and events

2010-03-29 Thread Alex Harui
Post the entire stacktrace so we can see why it throws. On 3/29/10 11:33 AM, Scott h...@netprof.us wrote: I know I've ran into this before but for some reason my memory isn't kicking in. I've got a listbox that depends on a combobox to load before it fires its dataprovider. Without

RE: [flexcoders] Dataprovider and events

2010-03-29 Thread Scott
\projects\framework\src\mx\managers\LayoutManager.as:106 9] From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Monday, March 29, 2010 2:47 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Dataprovider

Re: [flexcoders] Dataprovider and events

2010-03-29 Thread Alex Harui
...@yahoogroups.com] On Behalf Of Alex Harui Sent: Monday, March 29, 2010 2:47 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Dataprovider and events Post the entire stacktrace so we can see why it throws. On 3/29/10 11:33 AM, Scott h...@netprof.us wrote: I know I've ran into this before

RE: [flexcoders] Dataprovider and events

2010-03-29 Thread Scott
Subject: Re: [flexcoders] Dataprovider and events Instead of using creationComplete, you might want to wait until you get a resultEvent from the server. On 3/29/10 1:12 PM, Scott h...@netprof.us wrote: It's throwing because