Hello everyone,
I keep getting an error 1084 when i use this line of code
[Bindable()]
public var gaugeValue:uint=UIUtils.sum(collector_Array, fld:String="rate");
Thanks
Well, start with this:
[Bindable]
public var gaugeValue:uint = UIUtils.sum(collector_Array, fld:String="rate");
But, I have no idea what UIUtils.sum does, but you are probably shouldn't be passing in fld:String="rate", it it asks for a String, just pass in rate or the variable fld.
i.e.
[Bindable]
public var gaugeValue:uint = UIUtils.sum(collector_Array, fld);
North America
Europe, Middle East and Africa
Asia Pacific