[flexcoders] help needed with TextFields (not updating)

2006-12-18 Thread sp0rarb3jd3r
I'm working with a textfield. I wan't to be able to display textcontent only of a specific width and abbreviate the contents whenever the original text exceeds my chosen width. Say I want to write havannahhotdog, and the widthparamameter will only let me fit havannahh then the textfield string

[flexcoders] Currently encountering a problem indigineous to the ie6 browser only

2006-08-02 Thread sp0rarb3jd3r
Currently encountering a problem indigineous to the ie6 browser only We are using flex 2 to develop a survey chart of various web traffic parameters. To do so we need to load XML served to the flashapp on request by an sql-server. When we try it out in the firefox browser, the opera browser, even

[flexcoders] addressing lineseries chartItems

2006-07-19 Thread sp0rarb3jd3r
I have been trying to do a lot of maneuvers on the linechart that involves singleing the specific chartItems of a lineseries by certain criteria. And the only way I have found as of yet is super-complicated, involving writing my own itemRenderer that sort of leaves a trace for the

[flexcoders] addressing individual chartItems

2006-07-17 Thread sp0rarb3jd3r
Working with the linechart component is there any way of addressing the individual chartItems? One by one. Let's say you want at certain significant ChartItem to turn red is there an index that you could traverse. Something along the lines: for (i - lineseries.ItemArray)

[flexcoders] Re: Getting rid of rectangle on axis (FB2.3 charts)

2006-06-20 Thread sp0rarb3jd3r
rectangle you're referring to. E. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sp0rarb3jd3r Sent: Monday, June 19, 2006 6:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Getting rid of rectangle on axis (FB2.3

[flexcoders] Re: Getting rid of rectangle on axis (FB2.3 charts)

2006-06-20 Thread sp0rarb3jd3r
THANK YOU PROFOOUNDLY! yes, I had to shout!!! Y! mx:verticalAxisRenderer mx:AxisRenderer mx:axisStroke mx:Stroke color=#33 weight=1 / /mx:axisStroke /mx:AxisRenderer /mx:verticalAxisRenderer - Original Message - From: sp0rarb3jd3r To: flexcoders

[flexcoders] Getting rid of rectangle on axis (FB2.3 charts)

2006-06-19 Thread sp0rarb3jd3r
Is there anyway to get rid of the little rectangle* that forms around the vertical axis on the linecharts. I can't seem to find the style that turns it off. If that is possible, mind. Y! *It's the bit that is there to ensure you spot the tick-lines. Yahoo! Groups

[flexcoders] Re: trouble with second axis in linechart (Scaling capabilities)

2006-06-13 Thread sp0rarb3jd3r
Thank you for taking the time to look into it. I managed to get it working, though. Y! Yahoo! Groups Sponsor ~-- Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM

[flexcoders] Getting datapoints in linechart/plotchart Flex2.3 Beta

2006-06-13 Thread sp0rarb3jd3r
I am trying to overlay/add flags to some of the origianal charting components. What I am aiming at is something like what can be found on google analytics (http://finance.google.com/finance?cid=4112)... My hack attempt at doing so, was to redefine the plotrendererso that it changed each of

[flexcoders] trouble with second axis in linechart (Scaling capabilities)

2006-06-08 Thread sp0rarb3jd3r
i am having trouble getting the second axis in my chart to update. i am parsing xml-data into a chart. the client needs more than one feed displayed, so I supply a combobox. but when i switch from xml with larger numbers to an xml-feed with a smaller, the second axis retains it's scale. where as

[flexcoders] Re: how to shut off the DropshadowEffect of the lineChartSeries

2006-06-02 Thread sp0rarb3jd3r
fantastic. you guys are the greatest. -- 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

[flexcoders] how to shut off the DropshadowEffect of the lineChartSeries

2006-06-01 Thread sp0rarb3jd3r
well basically i just want to shut of the drop shadow effect of the line charts so that i get only the straight-on lines. I tried to apply another line renderer but either i declare it wrong or it gets overridden. does anyone know how to do this? incidentally...if there is a noble and very