Re: [flexcoders] Flex Charting

2009-08-17 Thread Angelo Anolin
Thanks a lot Tom. From: Tom Chiverton 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 as a separate file? Yup : h

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 **

[flexcoders] Flex Charting

2009-08-16 Thread Angelo Anolin
Hi. Am doing some flex coding using only a text editor and the SDK compiler.  I run across some examples of Chart and when I try to compile the application (using the MXMLC compiler), I am getting an error: Error: Could Not Resolve to a component implementation. I did a little research and I f

Re: [flexcoders] Flex charting

2009-03-18 Thread kotha poornima
the certification. Thanks in Advance, Poornima From: Brendan Meutzner 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 different typed

Re: [flexcoders] Flex charting

2009-03-17 Thread Brendan Meutzner
e bar and another 2 colors >> in one bar for the same key. I hope u got my point. >> >> Thanks and Regards, >> Poornima >> >> -- >> *From:* Brendan Meutzner >> *To:* flexcoders@yahoogroups.com >> *Sent:* Tuesday, Mar

Re: [flexcoders] Flex charting

2009-03-17 Thread Brendan Meutzner
.com > *Sent:* Tuesday, March 17, 2009 11:55:35 AM > *Subject:* Re: [flexcoders] Flex charting > > > > > > On Mon, Mar 16, 2009 at 10:48 PM, kotha poornima yahoo.com > > wrote: > >> Hi, >> Please find the code below. >>

Re: [flexcoders] Flex charting

2009-03-17 Thread kotha poornima
Subject: Re: [flexcoders] Flex charting On Mon, Mar 16, 2009 at 10:48 PM, kotha poornima wrote: Hi, Please find the code below. Thanks in Advance

Re: [flexcoders] Flex charting

2009-03-16 Thread Brendan Meutzner
> yField="Expenses" > displayName="Expenses"/> > > > > > > > Thanks in Advance, > Poornima > -- > *From:* duraibalaji > *To:* flexcoders@yahoogroups.com >

Re: [flexcoders] Flex charting

2009-03-16 Thread kotha poornima
: 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 kotha poornima wrote: > > Hi All, > > I have one arraycollection like this: > > public var expenses:Arra

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, Expense

Re: [flexcoders] FLEX CHARTING

2008-12-30 Thread Richard Rodseth
.Can you please give me an example?? > > Thanks > Poornima > -- > *From:* Richard Rodseth > *To:* flexcoders@yahoogroups.com > *Sent:* Tuesday, December 30, 2008 12:14:19 PM > *Subject:* Re: [flexcoders] FLEX CHARTING > > But you can us

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 To: flexcoders@yahoogroups.com Sent: Tuesday, December 30, 2008 12:14:19 PM Subject: Re: [flexcoders] FLEX CHARTING But you can use the dataFunction

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 wrote: > 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 ha

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

[flexcoders] FLEX CHARTING

2008-12-29 Thread kotha poornima
Hi All, I am using Column chart in my project. Here i need to plot uptime and downtime of the system using column chart. Uptime data will come from the database like this: 10 0 11 1 12 2

[flexcoders] Flex Charting DateTimeAxis is not showing more than two months data in days

2008-09-17 Thread kumar_vytla
I have a problem in the Flex Charting with the DateTimeAxis. I have requirement to show more than 60 days data in days using the line chart. When I tried that, chart showing x-axis data point in months instead of days even though dataUnits mentioned in days. When I observed Chart show data correctl

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 sou

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 m

[flexcoders] Flex Charting Issue with Data Effects

2008-09-04 Thread omnautic
Hi, I'm hoping someone can help me out. I seem to have found a bug with the Flex 3 charting components. Since the these components are not open source, perhaps this is the best way to get a quick response. I've searched high and low and have found nothing relating to my problem. So, here goes: I

[flexcoders] Flex Charting Trial watermark

2008-06-10 Thread Xiaochen DU
Hi there, We have a library (.swc) built in Flex Builder 2.0.1 with Flex Builder license and Flex Charting license. When I use this library in Flex Builder 3, it always shows the "Flex Charting Trial" watermark. I have Flex Builder 3 Professional Edition upgrade license. How can I get rid of the

RE: [flexcoders] Flex Charting with MySQL datetime field

2008-02-24 Thread Brad Bueche
: Saturday, February 23, 2008 10:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Charting with MySQL datetime field Hello Everyone, I have been digging into the flex charting components with nice success. Currently I have extracted a large dataset from a mysql database and would like to

[flexcoders] Flex Charting with MySQL datetime field

2008-02-23 Thread donvoltz
Hello Everyone, I have been digging into the flex charting components with nice success. Currently I have extracted a large dataset from a mysql database and would like to plot a line graph with the y-axis being a value and the x-axis being a time. Can anyone point me in the right direction to a

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-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-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]> w

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 an

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 F

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? >

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 hap

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 s

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 part

[flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Eduardo Dias
Is there any way with Flex Charting (or some 3rd party tool integrated with Flex) to output a FlexChart as a PDF or an image for inclusion in a report?

Re: [flexcoders] Flex Charting chart updated event?

2008-01-17 Thread Maciek Sakrejda
ssage- 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 Date

[flexcoders] Flex Charting

2008-01-17 Thread ravi6mrgn
Hi, I am using FB3. I have a question in using pie chart. i have assigned a dataprovider to pie chart and it shown like dividing into segment and each segments has a label which is callout through line. My question is i want to select the label and corresponding segment should get selected in th

Re: [flexcoders] Flex Charting chart updated event?

2008-01-16 Thread Maciek Sakrejda
t; Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Charting chart updated event? Date: Tue, 15 Jan 2008 22:24:26 -0800 I need to update some UI elements when a chart receives new data from its data provider and is done updating (specifically, it upda

[flexcoders] Flex Charting chart updated event?

2008-01-15 Thread Maciek
I need to update some UI elements when a chart receives new data from its data provider and is done updating (specifically, it updates the new minimums and maximums for its axes). I've looked at the Flex Charting events, and I don't see anything like this. Anyone know of related events I could list

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 la

[flexcoders] Flex Charting Width resetting after data comes back

2007-11-30 Thread jensen.axel
Forgive me for my ignorance, i'm new to the charting side of flex... 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... has anyone seen this or is it j

[flexcoders] flex charting style guide: missing manual

2007-05-25 Thread fuad_kamal
Hey I recently had a flex charting project, and found charting to be quite a powerful tool. It's great that the charts can be customized pretty much anyway you need. Charting components save a lot of development time - or they would, if there were some better reference docs. Where can I find a l

[flexcoders] Flex charting question

2007-05-24 Thread cardinalflexjeremy
I have a question for the group in regards to flex charting. I need to develop a chart like a line chart. The hard part is i need to basically show the data of a particular user, but at the same time, show a range of acceptable data values. Here is an example. The chart should show weight loss

Re: [flexcoders] Flex Charting Survey

2006-12-14 Thread Paul Andrews
t: RE: [flexcoders] Flex Charting Survey The former, the what's hot question. E.g., http://screening.nasdaq.com/heatmaps/heatmap_pmi.asp or what you see at http://www.labescape.com/ -- From: flexcoders@yahoogroups.c

RE: [flexcoders] Flex Charting Survey

2006-12-13 Thread Matt Chotin
OTECTED] 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 t

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 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

[flexcoders] Flex Charting Survey

2006-12-13 Thread Matt Chotin
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. http://www.surveymonkey.com/s.asp?u=756643034226

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-US&PROMOID=BI OZ&NR=0#loc=en_us&view=ols_prod&store=OLS-US&categoryOID=152 1318&distributionOID=103&PROMOID=BIOZ&NR=0 Cheers, Stace On 12/11/06 4:52 PM, "Valy Sivec" <[EMAIL PROTECTED]> w

[flexcoders] Flex Charting production licensing costs

2006-12-11 Thread Valy Sivec
How much it would cost the license for the charting package?. I need to include some charts in a Flex project that uses the free SDK framework. I'm not using FDS. Thanks, Valy Cheap talk? Check out Yahoo!

[flexcoders] flex charting watermark in loaded swf's

2006-11-30 Thread Angus Johnson
ok I'm stumped... I have an application which loads in sub applications. When the sub application has charting the watermark appears. I'm using mxmlc via an ant task to compile the main app with all libraries set to be included (the whole lot is compiled in, including charts.swc). The sub applic

[flexcoders] Flex Charting and showDataEffect rearrangeData - Bug?

2006-10-23 Thread Sönke Rohde
Hi, I have got a PlotChart and the showEffect rearrangeData works as expected, when I define all within my main application mxml. When I put the Plotchart in a custom mxml and include this in my main application mxml all looks fine except the effect does not show up anymore. Is this a known issue

[flexcoders] Flex Charting - DrillDown3

2006-08-03 Thread Pramod
Hey All, Another problem, i was working on a Drill down chart. Bascially it uses the code in http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml and option Data Drill Down 3 under the Misc Tech and Examples. I have no clue why dosnet this line of code work - it throws an error

RE: [flexcoders] Flex charting

2006-07-31 Thread Matt Horn
hth, matt horn flex docs > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Pramod > Sent: Monday, July 31, 2006 12:18 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Flex

[flexcoders] Flex charting

2006-07-31 Thread Pramod
Hi All, Maybe a basic question being a new to Flex. I was working the Charting Componets in Flex. Here's what i did: copied the code from - http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml (i guess it's not a new URL to this forum) and tried executing it locally. However when i

[flexcoders] Flex Charting Beta 3

2006-05-10 Thread Sachin Dharmapurikar
Hi Adobe Team,   I have downloaded Flex 2 Beta 3. It asked for a serial number at the time of installation. I didn’t have any and as per installation notes I just skipped the step. Now I can see on each chart there is a Flex Charting Trial watermark.   How to get rid of this? Can I pu

Re: [flexcoders] Flex charting components dont work

2006-02-03 Thread Johannes Nel
coders@yahoogroups.comSubject: [flexcoders] Flex charting components dont workAfther the instal of the framework the IDE and FES its ok, but thecharts dont work in Flex Sample Apps (Collaboration Dashboard and Real Time Data Feed)I think the error is because the NOTE:Errorid is specified but can't be

RE: [flexcoders] Flex charting components dont work

2006-02-03 Thread Matt Chotin
: flexcoders@yahoogroups.com Subject: [flexcoders] Flex charting components dont work Afther the instal of the framework the IDE and FES its ok, but the charts dont work in Flex Sample Apps (Collaboration Dashboard and Real Time Data Feed)I think the error is because the NOTE: Error id is

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 (Coll

[flexcoders] Flex charting components dont work

2006-02-03 Thread ze_fsaldanha
Afther the instal of the framework the IDE and FES its ok, but the charts dont work in Flex Sample Apps (Collaboration Dashboard and Real Time Data Feed)I think the error is because the NOTE: Error id is specified but can't be resolved to a component implementation But and i try to use charts

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 ~--> Fai

RE: [flexcoders] Flex Charting Components 2 distribution

2005-11-14 Thread Matt Chotin
I think the plan at the moment is separately, pricing hasn’t 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

[flexcoders] Flex Charting Components 2 distribution

2005-11-14 Thread Daniel Cascais
Will Flex Builder 2 include the Flex Charting Components 2 or will these be sold separately? If they are to be sold separately, could anyone point me to any [pricing] info regarding this? Thanks, -- Daniel Cascais Tel: +56 (0)2 4589495 Cel: +56 (0)9 9417355 Yahoo! Gro

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.

RE: [flexcoders] Flex Charting

2005-02-23 Thread Stephen Gilson
: Rich Tretola [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 7:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Charting OK so I am playing with the Flex charts, mainly the bar chart and have so many questions. Is there a good resourse site out there for this besides