yes, I put a simple trace, and it returns my simple string

--- In flexcoders@yahoogroups.com, "markgoldin_2000"
<[EMAIL PROTECTED]> wrote:
>
> Does handleDataChanged actually fire?
> 
> --- In flexcoders@yahoogroups.com, "quantum_ohm" <charly.antoine@> 
> wrote:
> >
> > ok, now I have this, which doesn't throw any errors, but nothing
> > happens...? Do I forget something ?
> > 
> > private function init():void{
> > addEventListener( "change", handleDataChanged );
> > }
> > public function handleDataChanged( event:ListEvent ):void{
> > var _column:DataGridColumn = new DataGridColumn();
> > _column = DataGrid( listData.owner ).columns[2];
> > ClassFactory( _column.itemRenderer ).properties = {enabled: true};
> > }
> > 
> > *(I had errors with the AdvancedDataGridColumn)
> > 
> > 
> > --- In flexcoders@yahoogroups.com, "markgoldin_2000"
> > <markgoldin_2000@> wrote:
> > >
> > > Try 
> > > ClassFactory(Column.itemRenderer).properties = ...
> > >
> >
>


Reply via email to