Re: [flexcoders] Flex Charting

2009-08-17 Thread Tom Chiverton
On Monday 17 Aug 2009, Angelo Anolin wrote: find it.  Is it downloaded as a separate file? Yup : http://download.macromedia.com/pub/flex/sdk/datavisualization_sdk3.3.zip -- Helping to paradigmatically deploy market-growth as part of the IT team of the year, '09 and '08

Re: [flexcoders] Flex Charting

2009-08-17 Thread Angelo Anolin
Thanks a lot Tom. From: Tom Chiverton tom.chiver...@halliwells.com To: flexcoders@yahoogroups.com Sent: Monday, 17 August, 2009 16:46:12 Subject: Re: [flexcoders] Flex Charting   On Monday 17 Aug 2009, Angelo Anolin wrote: find it.  Is it downloaded

Re: [flexcoders] Flex charting

2009-03-18 Thread kotha poornima
the certification. Thanks in Advance, Poornima From: Brendan Meutzner bmeutz...@gmail.com To: flexcoders@yahoogroups.com Sent: Tuesday, March 17, 2009 7:36:25 PM Subject: Re: [flexcoders] Flex charting The bottom example at this link with the BarChart with two

Re: [flexcoders] Flex charting

2009-03-17 Thread Brendan Meutzner
-- *From:* duraibalaji duraibal...@yahoo.com *To:* flexcoders@yahoogroups.com *Sent:* Monday, March 16, 2009 8:00:52 PM *Subject:* Re: [flexcoders] Flex charting Hi Poorni, Can you post the code, let me try to modify the same and send it to you. Regards DB

Re: [flexcoders] Flex charting

2009-03-17 Thread kotha poornima
, 2009 11:55:35 AM Subject: Re: [flexcoders] Flex charting mx:ColumnChart type=stacked On Mon, Mar 16, 2009 at 10:48 PM, kotha poornima poorni_agile@ yahoo.com wrote: Hi, Please find the code below. ?xml version=1.0? !-- charts/BasicColumn. mxml -- mx:Script![CDATA[ import

Re: [flexcoders] Flex charting

2009-03-17 Thread Brendan Meutzner
:* Tuesday, March 17, 2009 11:55:35 AM *Subject:* Re: [flexcoders] Flex charting mx:ColumnChart type=stacked On Mon, Mar 16, 2009 at 10:48 PM, kotha poornima poorni_agile@ yahoo.compoorni_ag...@yahoo.com wrote: Hi, Please find the code below. ?xml version=1.0? !-- charts/BasicColumn. mxml

Re: [flexcoders] Flex charting

2009-03-17 Thread Brendan Meutzner
and Regards, Poornima -- *From:* Brendan Meutzner bmeutz...@gmail.com *To:* flexcoders@yahoogroups.com *Sent:* Tuesday, March 17, 2009 11:55:35 AM *Subject:* Re: [flexcoders] Flex charting mx:ColumnChart type=stacked On Mon, Mar 16, 2009 at 10:48 PM, kotha poornima

Re: [flexcoders] Flex charting

2009-03-16 Thread duraibalaji
Hi Poorni, Can you post the code, let me try to modify the same and send it to you. Regards DB kotha poornima wrote: Hi All, I have one arraycollection like this: public var expenses:ArrayCollection = new ArrayCollection([ {Month:Jan, Profit:2000, loss:200, Expenses:1500},

Re: [flexcoders] Flex charting

2009-03-16 Thread kotha poornima
8:00:52 PM Subject: Re: [flexcoders] Flex charting Hi Poorni, Can you post the code, let me try to modify the same and send it to you. Regards DB kotha poornima wrote: Hi All, I have one arraycollection like this: public var expenses:ArrayColle ction = new ArrayCollection

Re: [flexcoders] FLEX CHARTING

2008-12-30 Thread Richard Rodseth
please give me an example?? Thanks Poornima -- *From:* Richard Rodseth rrods...@gmail.com *To:* flexcoders@yahoogroups.com *Sent:* Tuesday, December 30, 2008 12:14:19 PM *Subject:* Re: [flexcoders] FLEX CHARTING But you can use the dataFunction property to set

Re: [flexcoders] FLEX CHARTING

2008-12-29 Thread Brendan Meutzner
yField is just a reference to a property or node in your dataset... in your case uptime... if you want to do a calculation, you will have to perform that on your dataset prior to plotting in the ColumnChart... you can't perform a calculation on the field reference as you're trying to do. Brendan

Re: [flexcoders] FLEX CHARTING

2008-12-29 Thread Richard Rodseth
But you can use the dataFunction property to set a function that does calculations on the fly. On Mon, Dec 29, 2008 at 10:28 PM, Brendan Meutzner bmeutz...@gmail.comwrote: yField is just a reference to a property or node in your dataset... in your case uptime... if you want to do a

Re: [flexcoders] FLEX CHARTING

2008-12-29 Thread kotha poornima
Hi Richard, Thanks for the replies.Can you please give me an example?? Thanks Poornima From: Richard Rodseth rrods...@gmail.com To: flexcoders@yahoogroups.com Sent: Tuesday, December 30, 2008 12:14:19 PM Subject: Re: [flexcoders] FLEX CHARTING But you can use

Re: [flexcoders] Flex Charting Issue with Data Effects

2008-09-13 Thread Pan Troglodytes
Okay, I think I figured it out. I had the same problem in the 3.1 SDK. You were definitely being stumped because you didn't have the Pro source code. I went ahead and created a bug and entered the reason it's broken and how you can go about working around it. If you vote for the issue, there's

Re: [flexcoders] Flex Charting Issue with Data Effects

2008-09-13 Thread Pan Troglodytes
Ooops, the bug report is at: https://bugs.adobe.com/jira/browse/FLEXDMV-1879 On Sat, Sep 13, 2008 at 2:12 PM, Pan Troglodytes [EMAIL PROTECTED]wrote: Okay, I think I figured it out. I had the same problem in the 3.1 SDK. You were definitely being stumped because you didn't have the Pro source

RE: [flexcoders] Flex Charting with MySQL datetime field

2008-02-24 Thread Brad Bueche
I think you should be able to use a .string function and just (one way of doing it) match the positions (in the string) of the time (since it will always be the same -- give your formatting). I pull data from an oracle database. I do it via php though so I have php do the string parsing before

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-22 Thread Eduardo Dias
we know that itext can generate the pdf in the server, but and about the image? are there any way to generate an image from flex chart in the server-side? On Thu, Feb 21, 2008 at 6:31 AM, Paul Hastings [EMAIL PROTECTED] wrote: We're using java maybe have a look at iText.

RE: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-22 Thread Carl-Alexandre Malartre
-888-528-8066 Besoin d'aide en maths? www.Netmaths.net From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Dias Sent: Friday, February 22, 2008 8:49 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]Flex Charting - Export to PDF and Images we know

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-21 Thread Paul Hastings
We're using java maybe have a look at iText.

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-20 Thread Eduardo Dias
We're using java On Feb 20, 2008 5:41 PM, Derrick Anderson [EMAIL PROTECTED] wrote: what do you have available server side? i use CF and what i would do is setup a CF scheduled task to query the data, generate the reports in coldfusion and mail them as attachments. i wouldn't even

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-20 Thread Derrick Anderson
what do you have available server side? i use CF and what i would do is setup a CF scheduled task to query the data, generate the reports in coldfusion and mail them as attachments. i wouldn't even involve flex in this matter... On Wed, Feb 20, 2008 at 3:27 PM, Eduardo Dias [EMAIL PROTECTED]

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-20 Thread Eduardo Dias
Ok, We know that we can generate a PDF with alivePDF in the client and also send the data to the server to be process. However we also will need schedule a job that will generate an email with a pdf from charts. In this case we'll also need to create the services to receive and proccess the data

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-17 Thread Eduardo Dias
Ok, and what about converting a Flex chart into a JPG or other image? Does ALDS do that too? Or, some other Adobe tool? On Feb 17, 2008 3:03 AM, Andrew D. Goodfellow [EMAIL PROTECTED] wrote: We used the AlivePDF library on one of our client projects to generate PDF reports. I was very happy

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-17 Thread simonjpalmer
we convert to a png using this... http://www.kaourantin.net/2005/10/png-encoder-in-as3.html --- In flexcoders@yahoogroups.com, Eduardo Dias [EMAIL PROTECTED] wrote: Ok, and what about converting a Flex chart into a JPG or other image? Does ALDS do that too? Or, some other Adobe tool? On Feb

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-17 Thread Andrew D. Goodfellow
No, I don't think so. Use the AS3 Core Libraries for that. http://code.google.com/p/as3corelib/ On Feb 17, 2008 7:01 AM, Eduardo Dias [EMAIL PROTECTED] wrote: Ok, and what about converting a Flex chart into a JPG or other image? Does ALDS do that too? Or, some other Adobe tool? On Feb 17,

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Sherif Abdou
try the ImageSnapshot class - Original Message From: Eduardo Dias [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 9:40:34 PM Subject: [flexcoders]Flex Charting - Export to PDF and Images Is there any way with Flex Charting (or some 3rd party tool

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Andrew D. Goodfellow
We used the AlivePDF library on one of our client projects to generate PDF reports. I was very happy with the results. http://www.alivepdf.org/ http://code.google.com/p/alivepdf/ -Andy On Feb 16, 2008 9:40 PM, Eduardo Dias [EMAIL PROTECTED] wrote: Is there any way with Flex Charting (or

Re: [flexcoders] Flex Charting chart updated event?

2008-01-17 Thread Maciek Sakrejda
- From: Maciek Sakrejda [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Charting chart updated event? Date: Wed, 16 Jan 2008 14:51:41 -0800 I've looked into binding to the value of DateTimeAxis.maximum and DateTimeAxis.minimum

Re: [flexcoders] Flex Charting chart updated event?

2008-01-16 Thread Maciek Sakrejda
I've looked into binding to the value of DateTimeAxis.maximum and DateTimeAxis.minimum, but it looks like these are not being called when the range is established. I assume that the DateTimeAxis class just updates its private variables for max and min, without using the setters and getters, so

Re: [flexcoders] Flex Charting Width resetting after data comes back

2007-11-30 Thread Tom Chiverton
On Friday 30 Nov 2007, jensen.axel wrote: I have a vbox with a line chart in it's got 100% width at first until the data comes back, when the data gets back it shortens it's own width... i'm a little confused why it doesn't stretch out... Could it be adjusting itself due to having to draw

Re: [flexcoders] Flex Charting Survey

2006-12-14 Thread Paul Andrews
:[EMAIL PROTECTED] On Behalf Of Paul Hastings Sent: Wednesday, December 13, 2006 9:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Charting Survey On 12/14/06, Matt Chotin [EMAIL PROTECTED] wrote: Do you use charts in Flex or do you think you may in the future

Re: [flexcoders] Flex Charting Survey

2006-12-13 Thread Paul Hastings
On 12/14/06, Matt Chotin [EMAIL PROTECTED] wrote: Do you use charts in Flex or do you think you may in the future? Please take 2 minutes to take a survey on possible chart types and enhancements for a future release. It's two questions and will take you to flex.org when complete. what's a

RE: [flexcoders] Flex Charting Survey

2006-12-13 Thread Matt Chotin
A TreeMap might be similar too: http://www.appfusion.com/treemap/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hastings Sent: Wednesday, December 13, 2006 9:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex

RE: [flexcoders] Flex Charting Survey

2006-12-13 Thread Matt Chotin
] On Behalf Of Paul Hastings Sent: Wednesday, December 13, 2006 9:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Charting Survey On 12/14/06, Matt Chotin [EMAIL PROTECTED] mailto:mchotin%40adobe.com wrote: Do you use charts in Flex or do you think you may in the future? Please take

Re: [flexcoders] Flex Charting production licensing costs

2006-12-11 Thread Stacy Tyler Young
You can buy a standalone license for $299 here! https://store1.adobe.com/cfusion/store/index.cfm?store=OLS-USamp;PROMOID=BI OZamp;NR=0#loc=en_usamp;view=ols_prodamp;store=OLS-USamp;categoryOID=152 1318amp;distributionOID=103amp;PROMOID=BIOZamp;NR=0 Cheers, Stace On 12/11/06 4:52 PM, Valy

RE: [flexcoders] Flex charting

2006-07-31 Thread Matt Horn
Assuming you want to use this example with Flex 2, then yes, you have to change the namespace. You must also have the data.xml file in the same directory as the app (unless you change the way it's loaded). Here are some ideas. You can load the file directly as a source of a Model, as the

Re: [flexcoders] Flex charting components dont work

2006-02-03 Thread Michael Hansen
I had the same experience. I suspect it some setup that has to be done, but I have not had the time to investigate.cheers-michaelOn 2/3/06, ze_fsaldanha [EMAIL PROTECTED] wrote: Afther the instal of the framework the IDE and FES its ok, but the charts dont work in Flex Sample Apps

RE: [flexcoders] Flex charting components dont work

2006-02-03 Thread Matt Chotin
For the samples you need to get the charts.swc into samples web-inf/flex/libs. You can download the charting components separately. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ze_fsaldanha Sent: Thursday, February 02, 2006 6:46 PM

Re: [flexcoders] Flex charting components dont work

2006-02-03 Thread Johannes Nel
when my charts did not work (i first installed the standalone editor, then switched to the plugin bla bla) all i did was drag the swc into my project references and then that sorted it self out post an eclipse restart On 2/3/06, Matt Chotin [EMAIL PROTECTED] wrote: For the samples you need to

RE: [flexcoders] Flex Charting Components 2 distribution

2005-11-14 Thread Matt Chotin
I think the plan at the moment is separately, pricing hasnt been announced. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Daniel Cascais Sent: Monday, November 14, 2005 11:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex

Re: [flexcoders] Flex Charting Components 2 distribution

2005-11-14 Thread Daniel Cascais
Thanks for the info, Matt. On 11/14/05, Matt Chotin [EMAIL PROTECTED] wrote: I think the plan at the moment is separately, pricing hasn't been announced. Daniel Cascais Tel: +56 (0)2 4589495 Cel: +56 (0)9 9417355 Yahoo! Groups Sponsor ~-- Fair

RE: [flexcoders] Flex Charting

2005-02-23 Thread Ely Greenfield
Hi Rich. Flex 1.5 doesn't render any 3D charts. If you have specific questions about fine tuning the axis plotting, you can ask them here. Ely.