RE: [flexcoders] Programatically Setting DataProvider - Help!

2005-11-08 Thread Tracy Spratt
: flexcoders@yahoogroups.com Subject: [flexcoders] Programatically Setting DataProvider - Help! I have an mxml component whose data source needs to change dynamically. In my .as file I successfully get a reference to it via getChild(); It appears in the debugger that I am successfully switching the

[flexcoders] Programatically Setting DataProvider - Help!

2005-11-08 Thread Libby
I have an mxml component whose data source needs to change dynamically. In my .as file I successfully get a reference to it via getChild(); It appears in the debugger that I am successfully switching the dataProvider, but the change never appears on the screen. So what am I missing here, or what is