[flexcoders] Embedding String Variable in dataprovider name

2008-02-01 Thread brad.bueche
Really what I need to be able to do is insert the variable name in this: dataProvider="{chartXML2.lastResult.month.day}" I need to replace the "month" with a string variable name (i.e public var monthName = "January";) I also need to do the same for the categoryfield as it will not let me do cat

Re: [flexcoders] Embedding String Variable in dataprovider name

2008-02-01 Thread Maciek Sakrejda
Subject: [flexcoders] Embedding String Variable in dataprovider name Date: Fri, 01 Feb 2008 15:40:25 - Really what I need to be able to do is insert the variable name in this: dataProvider="{chartXML2.lastResult.month.day}" I need to replace the "month" with a strin

RE: [flexcoders] Embedding String Variable in dataprovider name

2008-02-01 Thread Maciek Sakrejda
ps.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Embedding String Variable in dataprovider name Date: Fri, 1 Feb 2008 13:32:14 -0500 Maciek, Thanks for the quick reply. That generates the following errors: Syntax error: expecting rightparen before rightbrace. [Generated code (use -keep t

RE: [flexcoders] Embedding String Variable in dataprovider name

2008-02-01 Thread Brad Bueche
age- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Maciek Sakrejda Sent: Friday, February 01, 2008 12:34 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Embedding String Variable in dataprovider name I'm no e4xpert, but dataProvider="{chartXML2.las

RE: [flexcoders] Embedding String Variable in dataprovider name

2008-02-01 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brad Bueche Sent: Friday, February 01, 2008 1:32 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Embedding String Variable in dataprovider name Maciek, Thanks for the quick reply. That generates the