RE: [flexcoders] PieSeries labelPosition - SOLVED

2007-05-11 Thread Sandy Saline
I was missing some quotes. For others: myPieSeries.setStyle(labelPosition, inside); From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of myasandy2 Sent: Friday, May 11, 2007 12:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] column chart - XML data display problem -SOLVED

2007-04-19 Thread Sandy Saline
I'm sure there is another way, but this is all I have time for now. I rewrote the XML into an array collection as in the Using column charts example at http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp. htm?context=LiveDocs_Partsfile=1231.html The key was being

RE: [BULK] RE: [flexcoders] charting and predefined axis styles

2007-04-05 Thread Sandy Saline
Thanks, Ely. Where do I find AxisRenderer.initStyles? Nothing comes up in the Help which has been my primary source of information. Is there other documentation that I am missing? Sandy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] Passing id to a function

2007-02-01 Thread Sandy Saline
When I click on a canvas that was created dynamically and given an id, I am trying to pass the id on to a function that changes the alpha value of the canvas. I am using an EventListener and var myID:String = event.currentTarget.id; When I use a trace statement, I know the id value is being

[flexcoders] hotspot

2006-12-29 Thread Sandy Saline
I am trying to find information on how to isolate areas of a graphic to make hot spots that will trigger different events. I am looking for something like the map tag in HTML or a hotspot interaction in Authorware. Any ideas about what I should search on or examples would be appreciated.