[flexcoders] Re: Send an object via an ItemRenderer in a DataGrid

2009-02-25 Thread yossi.baram
Ok I got it, just using the properties function, Thanks man --- In flexcoders@yahoogroups.com, "yossi.baram" wrote: > > --- In flexcoders@yahoogroups.com, Johannes Nel > wrote: > > > Thanks man, > Where do i place my variable exactly? > I created the instance: > var renderer:IFactory= new Clas

[flexcoders] Re: Send an object via an ItemRenderer in a DataGrid

2009-02-25 Thread yossi.baram
--- In flexcoders@yahoogroups.com, Johannes Nel wrote: > Thanks man, Where do i place my variable exactly? I created the instance: var renderer:IFactory= new ClassFactory(cellValueRenderer); my cellValueRenderer contains in its constructor a string let say, how d I set it in my renderer instance