RE: [flexcoders] how to implement the copypaste of chart in flex

2006-05-01 Thread Thomas W. Gonzalez










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



- Tom









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Mendels
Sent: Saturday, April 29, 2006
6:02 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] how to
implement the copypaste 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-fun-with-image-formats-in-as3.html



-David















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tariq Ahmed
Sent: Saturday, April 29, 2006
1:58 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] how to
implement the copypaste 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 copypaste 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 so, or can I just generate a .jpg or .bmp file for 
 each chart, that will also be acceptable.

 Anyone who has such experience, please help me. Thanks.





 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

 Yahoo! Groups Links



 



 











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] how to implement the copypaste of chart in flex

2006-05-01 Thread Ely Greenfield








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 
first parameter).


Ely


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas W. 
GonzalezSent: Monday, May 01, 2006 8:49 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] how to implement 
the copypaste 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 topic?

- 
Tom




From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David MendelsSent: Saturday, April 29, 2006 6:02 
AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] how to implement 
the copypaste 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-fun-with-image-formats-in-as3.html

-David



  
  
  
  
  From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tariq AhmedSent: Saturday, April 29, 2006 1:58 
  AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] how to 
  implement the copypaste 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 
  copypaste 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 so, 
  or can I just generate a .jpg or .bmp file for  each chart, that will 
  also be acceptable. Anyone who has such experience, please 
  help me. Thanks. -- 
  Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
   Yahoo! Groups Links 
   





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] how to implement the copypaste of chart in flex

2006-05-01 Thread Thomas W. Gonzalez










Perfect !!!





BTW, great job on the FisheEye
component. This was actually one of my use cases  turning charts
into something I could add as an image item to the FishEye.



- Tom













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield
Sent: Monday, May 01, 2006 9:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] how to
implement the copypaste 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 first parameter).





Ely









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Thomas W. Gonzalez
Sent: Monday, May 01, 2006 8:49 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] how to
implement the copypaste 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 topic?



- Tom









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Mendels
Sent: Saturday, April 29, 2006
6:02 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] how to
implement the copypaste 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-fun-with-image-formats-in-as3.html



-David















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tariq Ahmed
Sent: Saturday, April 29, 2006
1:58 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] how to implement
the copypaste 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 copypaste 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 so, or can I just generate a .jpg or .bmp file for 
 each chart, that will also be acceptable.

 Anyone who has such experience, please help me. Thanks.





 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

 Yahoo! Groups Links



 



 















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] how to implement the copypaste of chart in flex

2006-04-29 Thread Tariq Ahmed



Not possible as far as I know. Snag-It is your next best bet.


anjicn wrote:
 I want to add the copypaste 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 so, or can I just generate a .jpg or .bmp file for 
 each chart, that will also be acceptable.

 Anyone who has such experience, please help me. Thanks.





 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links



 



 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] how to implement the copypaste 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 copypaste 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 so, or can I just generate a .jpg or .bmp file for each chart, that will also be acceptable. Anyone who has such experience, please help me. Thanks.
 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] how to implement the copypaste of chart in flex

2006-04-29 Thread David Mendels





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-fun-with-image-formats-in-as3.html

-David



  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Tariq 
  AhmedSent: Saturday, April 29, 2006 1:58 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] how to 
  implement the copypaste 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 copypaste 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 so, or can I just generate 
  a .jpg or .bmp file for  each chart, that will also be 
  acceptable. Anyone who has such experience, please help me. 
  Thanks. -- Flexcoders 
  Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
   Yahoo! Groups Links 
   





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] how to implement the copypaste of chart in flex

2006-04-28 Thread anjicn



I want to add the copypaste 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 so, or can I just generate a .jpg or .bmp file for 
each chart, that will also be acceptable.

Anyone who has such experience, please help me. Thanks.









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.