Re: [flexcoders] Re: Getting a reference to a itemRenderer of a chart series

2008-09-08 Thread Fernando Ghisi
The question here is not if charts uses styles for itemRenderers or not - it´s fact, it really uses it. It´s working like this: I created my CustomItemRenderer extending BoxItemRenderer and I´m setting the series itemRenderers with setStyle method, like this: //For each columnSeries

Re: [flexcoders] Re: Getting a reference to a itemRenderer of a chart series

2008-09-08 Thread Fernando Ghisi
! Fernando Ghisi 2008/9/8 Tim Hoff [EMAIL PROTECTED]: Not arguing with you, but why would you use setStyle instead of: mx:ColumnSeries id=mySeries itemRenderer=mx.charts.renderers.CustomtemRenderer/ Does mySeries.items[0] not give you a reference? -TH --- In flexcoders

Re: [flexcoders] Re: Getting a reference to a itemRenderer of a chart series

2008-09-08 Thread Fernando Ghisi
Yeah, it´s a good link. I will use it now, for the next issues that I have to solve (legend ones). Thanks. 2008/9/8 Amy [EMAIL PROTECTED]: --- In flexcoders@yahoogroups.com, Fernando Ghisi [EMAIL PROTECTED] wrote: The question here is not if charts uses styles for itemRenderers

[flexcoders] Getting a reference to a itemRenderer of a chart series

2008-09-05 Thread Fernando Ghisi
How can I get a reference to a itemRenderer of a chart series? If I use getStyle method, I´ll get the reference of the ClassFactory Ex: Series(chart.series[index]).getStyle(itemRenderer) Looking for any property that I could use, I´ve found in the ColumnSeries a property called

[flexcoders] Re: Getting a reference to a itemRenderer of a chart series

2008-09-05 Thread Fernando Ghisi
So, nobody can help me? 2008/9/5 Fernando Ghisi [EMAIL PROTECTED]: How can I get a reference to a itemRenderer of a chart series? If I use getStyle method, I´ll get the reference of the ClassFactory Ex: Series(chart.series[index]).getStyle(itemRenderer) Looking for any property that I

Re: [flexcoders] Re: Getting a reference to a itemRenderer of a chart series

2008-09-05 Thread Fernando Ghisi
[EMAIL PROTECTED] wrote: Assuming chart is a ColumnChart, chart.series[0].items[0] will get you a rference to the first ColumnSeriesItem. Charts don't have itemRenderers and an itemRenderer is not a style. -TH --- In flexcoders@yahoogroups.com, Fernando Ghisi [EMAIL PROTECTED] wrote: So

Re: [flexcoders] Re: Getting a reference to a itemRenderer of a chart series

2008-09-05 Thread Fernando Ghisi
And if you want examples... http://livedocs.adobe.com/flex/3/html/help.html?content=charts_formatting_12.html And now, I´m still worng? 2008/9/6 Fernando Ghisi [EMAIL PROTECTED]: I can´t agree with you. Just take a look on the styles of ColumnSeries in http://livedocs.adobe.com/flex/3

[flexcoders] Remove Button´s Border

2008-07-01 Thread Fernando Ghisi
Anybody knows how can I do a simple thing like remove a button's border? I just can't do this - there are no styles for it (like borderStyle, or borderAlpha). Thanks -- Fernando Ghisi

Re: [flexcoders] Remove Button´s Border

2008-07-01 Thread Fernando Ghisi
-- Fernando Ghisi -- Fernando Benedet Ghisi

[flexcoders] CairngormEvent - Place to put the static variable that stores the name of the event

2008-02-25 Thread Fernando Ghisi
Where is the best place to put the static variable that stores the name of an event, in the class of this event (extends CairngormEvent) or in the class that extends FrontController and consumes this event? There are many examples with both ways... -- Fernando Ghisi

Re: [flexcoders] CairngormEvent - Place to put the static variable that stores the name of the event

2008-02-25 Thread Fernando Ghisi
, GetSomeDataCommand); hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com Fernando Ghisi wrote: Where is the best place to put the static variable that stores the name of an event, in the class of this event (extends CairngormEvent) or in the class that extends

[flexcoders] Problems with an example hosted in cairngormdocs (Cafe Townsend Multi-View Contact Management”)

2008-02-22 Thread Fernando Ghisi
file:///C:/Projetos/Flex/Cairngorm/CafeTownsend/bin-debug/CafeTownsend.swf Both assets folder (where is Employees.xml file) and the com.adobe.cafetownsend package are in the src folder. Any idea about what it's happening here? -- Fernando Ghisi

Re: [flexcoders] Problems with an example hosted in cairngormdocs (Cafe Townsend Multi-View Contact Management”)

2008-02-22 Thread Fernando Ghisi
No, I was not doing this. It solved my problem. Thanks Tom. 2008/2/22, Tom Chiverton [EMAIL PROTECTED]: On Friday 22 Feb 2008, Fernando Ghisi wrote: *** Security Sandbox Violation *** Connection to assets/Employees.xml halted - not permitted from file:///C:/Projetos/Flex/Cairngorm