RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-13 Thread Ely Greenfield







you need to set it on the pie series, not the pie 
chart.

Ely.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, July 12, 2006 2:23 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Setting fill value of 
a pie chart programmatically



How in the 
world do u set the fill style of a pie chart in AS3 ?

I tried 
pie.setStyle( "fills", someArray ); and it does 
nothing.

Dimitrios 
Gianninas
RIADeveloper
Optimal 
Payments Inc.


  
  

  AVIS 
  IMPORTANT

  WARNING
  

  Ce message 
  électronique et ses pièces jointes peuvent contenir des renseignements 
  confidentiels, exclusifs ou légalement privilégiés destinés au seul usage 
  du destinataire visé. L’expéditeur original ne renonce à aucun privilège 
  ou à aucun autre droit si le présent message a été transmis 
  involontairement ou s’il est retransmis sans son autorisation. Si vous 
  n’êtes pas le destinataire visé du présent message ou si vous l’avez reçu 
  par erreur, veuillez cesser immédiatement de le lire et le supprimer, 
  ainsi que toutes ses pièces jointes, de votre système. La lecture, la 
  distribution, la copie ou tout autre usage du présent message ou de ses 
  pièces jointes par des personnes autres que le destinataire visé ne sont 
  pas autorisés et pourraient être illégaux. Si vous avez reçu ce courrier 
  électronique par erreur, veuillez en aviser 
l’expéditeur.

  This 
  electronic message and its attachments may contain confidential, 
  proprietary or legally privileged information, which is solely for the use 
  of the intended recipient. No privilege or other rights are waived by any 
  unintended transmission or unauthorized retransmission of this message. If 
  you are not the intended recipient of this message, or if you have 
  received it in error, you should immediately stop reading this message and 
  delete it and all attachments from your system. The reading, distribution, 
  copying or other use of this message or its attachments by unintended 
  recipients is unauthorized and may be unlawful. If you have received this 
  e-mail in error, please notify the 
sender.

__._,_.___





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



  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] Setting fill value of a pie chart programmatically

2006-07-13 Thread Dimitrios Gianninas





yes noticed that too, thx Ely.

Dimitrios 
Gianninas
RIADeveloper
Optimal 
Payments Inc.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ely 
GreenfieldSent: Thursday, July 13, 2006 10:19 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Setting fill 
value of a pie chart programmatically





you need to set it on the pie series, not the pie 
chart.

Ely.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, July 12, 2006 2:23 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Setting fill value of 
a pie chart programmatically



How in the 
world do u set the fill style of a pie chart in AS3 ?

I tried 
pie.setStyle( "fills", someArray ); and it does 
nothing.

Dimitrios 
Gianninas
RIADeveloper
Optimal 
Payments Inc.


  
  

  AVIS 
  IMPORTANT

  WARNING
  

  Ce message 
  électronique et ses pièces jointes peuvent contenir des renseignements 
  confidentiels, exclusifs ou légalement privilégiés destinés au seul usage 
  du destinataire visé. L’expéditeur original ne renonce à aucun privilège 
  ou à aucun autre droit si le présent message a été transmis 
  involontairement ou s’il est retransmis sans son autorisation. Si vous 
  n’êtes pas le destinataire visé du présent message ou si vous l’avez reçu 
  par erreur, veuillez cesser immédiatement de le lire et le supprimer, 
  ainsi que toutes ses pièces jointes, de votre système. La lecture, la 
  distribution, la copie ou tout autre usage du présent message ou de ses 
  pièces jointes par des personnes autres que le destinataire visé ne sont 
  pas autorisés et pourraient être illégaux. Si vous avez reçu ce courrier 
  électronique par erreur, veuillez en aviser 
l’expéditeur.

  This 
  electronic message and its attachments may contain confidential, 
  proprietary or legally privileged information, which is solely for the use 
  of the intended recipient. No privilege or other rights are waived by any 
  unintended transmission or unauthorized retransmission of this message. If 
  you are not the intended recipient of this message, or if you have 
  received it in error, you should immediately stop reading this message and 
  delete it and all attachments from your system. The reading, distribution, 
  copying or other use of this message or its attachments by unintended 
  recipients is unauthorized and may be unlawful. If you have received this 
  e-mail in error, please notify the 
sender.


__._,_.___





--
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] Setting fill value of a pie chart programmatically

2006-07-12 Thread Matt Horn
You want to do it on the series, not on the chart object itself; eg:

series1.setStyle(fills,[0x00,0x00FF00]);

hth,

matt horn
flex docs

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas
 Sent: Wednesday, July 12, 2006 2:23 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Setting fill value of a pie chart 
 programmatically
 
 How in the world do u set the fill style of a pie chart in AS3 ?
  
 I tried pie.setStyle( fills, someArray ); and it does nothing.
  
 Dimitrios Gianninas
 RIA Developer
 Optimal Payments Inc.
  
 AVIS IMPORTANT
 
 WARNING
 
 Ce message électronique et ses pièces jointes peuvent 
 contenir des renseignements confidentiels, exclusifs ou 
 légalement privilégiés destinés au seul usage du destinataire 
 visé. L'expéditeur original ne renonce à aucun privilège ou à 
 aucun autre droit si le présent message a été transmis 
 involontairement ou s'il est retransmis sans son 
 autorisation. Si vous n'êtes pas le destinataire visé du 
 présent message ou si vous l'avez reçu par erreur, veuillez 
 cesser immédiatement de le lire et le supprimer, ainsi que 
 toutes ses pièces jointes, de votre système. La lecture, la 
 distribution, la copie ou tout autre usage du présent message 
 ou de ses pièces jointes par des personnes autres que le 
 destinataire visé ne sont pas autorisés et pourraient être 
 illégaux. Si vous avez reçu ce courrier électronique par 
 erreur, veuillez en aviser l'expéditeur.
 
 This electronic message and its attachments may contain 
 confidential, proprietary or legally privileged information, 
 which is solely for the use of the intended recipient. No 
 privilege or other rights are waived by any unintended 
 transmission or unauthorized retransmission of this message. 
 If you are not the intended recipient of this message, or if 
 you have received it in error, you should immediately stop 
 reading this message and delete it and all attachments from 
 your system. The reading, distribution, copying or other use 
 of this message or its attachments by unintended recipients 
 is unauthorized and may be unlawful. If you have received 
 this e-mail in error, please notify the sender.
 
  
 


 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

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

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





RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Dimitrios Gianninas





Thx that worked!

Dimitrios 
Gianninas
RIADeveloper
Optimal 
Payments Inc.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Matt 
HornSent: Wednesday, July 12, 2006 3:11 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Setting fill 
value of a pie chart programmatically


You want to do it on the series, not on the chart object itself; 
eg:series1.setStyle("fills",[0x00,0x00FF00]);hth,matt 
hornflex docs -Original Message- From: [EMAIL PROTECTED]ups.com 
 [mailto:[EMAIL PROTECTED]ups.com] 
On Behalf Of Dimitrios Gianninas Sent: Wednesday, July 12, 2006 2:23 
PM To: [EMAIL PROTECTED]ups.com 
Subject: [flexcoders] Setting fill value of a pie chart  
programmatically  How in the world do u set the fill style of a 
pie chart in AS3 ?  I tried pie.setStyle( "fills", someArray ); 
and it does nothing.  Dimitrios Gianninas RIA 
Developer Optimal Payments Inc.  AVIS IMPORTANT 
 WARNING  Ce message électronique et ses pièces jointes 
peuvent  contenir des renseignements confidentiels, exclusifs ou 
 légalement privilégiés destinés au seul usage du destinataire  
visé. L'expéditeur original ne renonce à aucun privilège ou à  aucun 
autre droit si le présent message a été transmis  involontairement ou 
s'il est retransmis sans son  autorisation. Si vous n'êtes pas le 
destinataire visé du  présent message ou si vous l'avez reçu par erreur, 
veuillez  cesser immédiatement de le lire et le supprimer, ainsi que 
 toutes ses pièces jointes, de votre système. La lecture, la  
distribution, la copie ou tout autre usage du présent message  ou de ses 
pièces jointes par des personnes autres que le  destinataire visé ne 
sont pas autorisés et pourraient être  illégaux. Si vous avez reçu ce 
courrier électronique par  erreur, veuillez en aviser 
l'expéditeur.  This electronic message and its attachments may 
contain  confidential, proprietary or legally privileged information, 
 which is solely for the use of the intended recipient. No  
privilege or other rights are waived by any unintended  transmission or 
unauthorized retransmission of this message.  If you are not the 
intended recipient of this message, or if  you have received it in 
error, you should immediately stop  reading this message and delete it 
and all attachments from  your system. The reading, distribution, 
copying or other use  of this message or its attachments by unintended 
recipients  is unauthorized and may be unlawful. If you have received 
 this e-mail in error, please notify the sender.  
 
__._,_.___





--
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] Setting fill value of a pie chart programmatically

2006-07-12 Thread Jerre Teague












How do you make the individual parts of a
pie series clickable to link to a view stack?











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Horn
Sent: Wednesday, July 12, 2006
3:11 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Setting
fill value of a pie chart programmatically











You want
to do it on the series, not on the chart object itself; eg:

series1.setStyle(fills,[0x00,0x00FF00]);

hth,

matt horn
flex docs

 -Original Message-
 From: [EMAIL PROTECTED]ups.com

 [mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of Dimitrios Gianninas
 Sent: Wednesday, July 12, 2006 2:23 PM
 To: [EMAIL PROTECTED]ups.com
 Subject: [flexcoders] Setting fill value of a pie chart 
 programmatically
 
 How in the world do u set the fill style of a pie chart in AS3 ?
 
 I tried pie.setStyle( fills, someArray ); and it does nothing.
 
 Dimitrios Gianninas
 RIA Developer
 Optimal Payments Inc.
 
 AVIS IMPORTANT
 
 WARNING
 
 Ce message électronique et ses pièces jointes peuvent 
 contenir des renseignements confidentiels, exclusifs ou 
 légalement privilégiés destinés au seul usage du destinataire 
 visé. L'expéditeur original ne renonce à aucun privilège ou à 
 aucun autre droit si le présent message a été transmis 
 involontairement ou s'il est retransmis sans son 
 autorisation. Si vous n'êtes pas le destinataire visé du 
 présent message ou si vous l'avez reçu par erreur, veuillez 
 cesser immédiatement de le lire et le supprimer, ainsi que 
 toutes ses pièces jointes, de votre système. La lecture, la 
 distribution, la copie ou tout autre usage du présent message 
 ou de ses pièces jointes par des personnes autres que le 
 destinataire visé ne sont pas autorisés et pourraient être 
 illégaux. Si vous avez reçu ce courrier électronique par 
 erreur, veuillez en aviser l'expéditeur.
 
 This electronic message and its attachments may contain 
 confidential, proprietary or legally privileged information, 
 which is solely for the use of the intended recipient. No 
 privilege or other rights are waived by any unintended 
 transmission or unauthorized retransmission of this message. 
 If you are not the intended recipient of this message, or if 
 you have received it in error, you should immediately stop 
 reading this message and delete it and all attachments from 
 your system. The reading, distribution, copying or other use 
 of this message or its attachments by unintended recipients 
 is unauthorized and may be unlawful. If you have received 
 this e-mail in error, please notify the sender.
 
 
 






__._,_.___





--
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] Setting fill value of a pie chart programmatically

2006-07-12 Thread Dimitrios Gianninas

If you look in the API docs the pie chart has a itemClick event that you can 
use to do that.

-Original Message-
From: flexcoders@yahoogroups.com on behalf of Jerre Teague
Sent: Wed 7/12/2006 4:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Setting fill value of a pie chart programmatically
 
How do you make the individual parts of a pie series clickable to link to a 
view stack?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt 
Horn
Sent: Wednesday, July 12, 2006 3:11 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Setting fill value of a pie chart programmatically

 

You want to do it on the series, not on the chart object itself; eg:

series1.setStyle(fills,[0x00,0x00FF00]);

hth,

matt horn
flex docs

 -Original Message-
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On 
 Behalf Of Dimitrios Gianninas
 Sent: Wednesday, July 12, 2006 2:23 PM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] Setting fill value of a pie chart 
 programmatically
 
 How in the world do u set the fill style of a pie chart in AS3 ?
 
 I tried pie.setStyle( fills, someArray ); and it does nothing.
 
 Dimitrios Gianninas
 RIA Developer
 Optimal Payments Inc.
 
 AVIS IMPORTANT
 
 WARNING
 
 Ce message électronique et ses pièces jointes peuvent 
 contenir des renseignements confidentiels, exclusifs ou 
 légalement privilégiés destinés au seul usage du destinataire 
 visé. L'expéditeur original ne renonce à aucun privilège ou à 
 aucun autre droit si le présent message a été transmis 
 involontairement ou s'il est retransmis sans son 
 autorisation. Si vous n'êtes pas le destinataire visé du 
 présent message ou si vous l'avez reçu par erreur, veuillez 
 cesser immédiatement de le lire et le supprimer, ainsi que 
 toutes ses pièces jointes, de votre système. La lecture, la 
 distribution, la copie ou tout autre usage du présent message 
 ou de ses pièces jointes par des personnes autres que le 
 destinataire visé ne sont pas autorisés et pourraient être 
 illégaux. Si vous avez reçu ce courrier électronique par 
 erreur, veuillez en aviser l'expéditeur.
 
 This electronic message and its attachments may contain 
 confidential, proprietary or legally privileged information, 
 which is solely for the use of the intended recipient. No 
 privilege or other rights are waived by any unintended 
 transmission or unauthorized retransmission of this message. 
 If you are not the intended recipient of this message, or if 
 you have received it in error, you should immediately stop 
 reading this message and delete it and all attachments from 
 your system. The reading, distribution, copying or other use 
 of this message or its attachments by unintended recipients 
 is unauthorized and may be unlawful. If you have received 
 this e-mail in error, please notify the sender.
 
 
 

 


-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from