Re: [flexcoders] Hslider problem

2006-10-03 Thread Matias Nicolas Sommi
Hello, you have the function: private function getSliderLabel(value:String): void it hasn't return value... you must specify a return type if you want to return something... like getSliderLabel(value:String):String... remember: function name(par:parType):funcReturnType. 2006/10/2,

[flexcoders] Hslider problem

2006-10-02 Thread g_vaccarezza
Guys, I got this XML data month label=Jan/ month label=Feb/ month label=Mar/ month label=Apr/ /data I want to make a time range selector for a column chart. I copied this code from Macromedia's webblog: (http://weblogs.macromedia.com/flex_samples/charts_explorer/line/LineS lider.mxml)