RE: [flexcoders] how to implement the copy&paste of chart in flex

2006-05-01 Thread Thomas W. Gonzalez
Sent: Monday, May 01, 2006 9:43 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] how to implement the copy&paste of chart in flex         Hi Tom. You can create your own BitmapData object, then blit the chart into it using the BitmapData.draw function (pass the chart as the f

RE: [flexcoders] how to implement the copy&paste of chart in flex

2006-05-01 Thread Ely Greenfield
:49 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] how to implement the copy&paste of chart in flex I am unclear on how you can convert a regular DisplayObject hierarchy (like a Chart) into a BitmapData object that you can then encode into a .jpg.   Has anyone blogged on this t

RE: [flexcoders] how to implement the copy&paste of chart in flex

2006-05-01 Thread Thomas W. Gonzalez
Mendels Sent: Saturday, April 29, 2006 6:02 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] how to implement the copy&paste of chart in flex   Hi,   It can be done, but a few extra steps.  Convert to JPEG first. This can help you get started: http://www.kaourantin.net/2005/10/more

RE: [flexcoders] how to implement the copy&paste of chart in flex

2006-04-29 Thread David Mendels
: Saturday, April 29, 2006 1:58 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] how to implement the copy&paste of chart in flex Not possible as far as I know. Snag-It is your next best bet.anjicn wrote:> I want to add the copy&paste support for charts in order

Re: [flexcoders] how to implement the copy&paste of chart in flex

2006-04-29 Thread jeremy lu
genearting jpg or png is possible, then let user download the file and import into word or paint.On 4/29/06, Tariq Ahmed < [EMAIL PROTECTED]> wrote:Not possible as far as I know. Snag-It is your next best bet. anjicn wrote:> I want to add the copy&paste support for charts in order to let user> s

Re: [flexcoders] how to implement the copy&paste of chart in flex

2006-04-28 Thread Tariq Ahmed
Not possible as far as I know. Snag-It is your next best bet. anjicn wrote: > I want to add the copy&paste support for charts in order to let user > select any chart, copy it and then paste it to some other editors > like "Office Word" or "MS Paint" for further use. > > Is it possible to do