RE: [flexcoders] Re: Embedding String Variable in dataprovider name

2008-02-06 Thread Tracy Spratt
Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brad Bueche Sent: Wednesday, February 06, 2008 5:21 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Embedding String Variable in dataprovider name So some

RE: [flexcoders] Re: Embedding String Variable in dataprovider name

2008-02-06 Thread Brad Bueche
ilto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, February 06, 2008 4:42 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Embedding String Variable in dataprovider name Yes, binding to lastResult is, as you are seeing, hard to debug. Use a result handler. Tracy

RE: [flexcoders] Re: Embedding String Variable in dataprovider name

2008-02-06 Thread Tracy Spratt
Yes, binding to lastResult is, as you are seeing, hard to debug. Use a result handler. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jer_ela Sent: Wednesday, February 06, 2008 9:34 AM To: flexcoders@yahoogroups.com Subject: [fl

RE: [flexcoders] Re: Embedding String Variable in dataprovider name

2008-02-05 Thread Brad Bueche
This gets rid of the data binding waring but then the chart itself blows up saying its getting null objects. brad -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jer_ela Sent: Monday, February 04, 2008 4:01 PM To: flexcoders@yahoogroups.com Subj

RE: [flexcoders] Re: Embedding String Variable in dataprovider name

2008-02-01 Thread Tracy Spratt
nt: Friday, February 01, 2008 3:18 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Embedding String Variable in dataprovider name That worked! I still get the following warning: Data binding will not be able to detect changes when using square bracket operator. For Array,

RE: [flexcoders] Re: Embedding String Variable in dataprovider name

2008-02-01 Thread Brad Bueche
That worked! I still get the following warning: Data binding will not be able to detect changes when using square bracket operator. For Array, please use ArrraCollection.getItemAt() instead. But it still works. brad -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAI