> 
>          [Bindable]
>          public function set test(value:String):void
>      {
>          _test = value;
>              Alert.show(_test);
>      }
> 
> So perhaps the constructor is simply called before the variable has been
> set?
You are correct! You should call the alert box after instantiating the class & 
passing in the value & not in the constructor.

As for datagrid column names, you could access the datagrid(& therefore its 
columns) by calling Filtermanager.datagrid.dataField if you wanted.
Don't know if that helps or is exactly what you were looking for :)
cheers
erick

Reply via email to