[flexcoders] Coustom cellRenderer in AS3 for a DataGrid

2006-03-03 Thread harald_dehn
Hello, does anyone know how to write a custom cellrenderer for a datagrid in AS3. All examples i have found using MXML or were written for flash8 (using setValue function). Unfortunealy this approach doesn't work in AS3... Harry -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Coustom cellRenderer in AS3 for a DataGrid

2006-03-03 Thread jeremy lu
what you want to do with it ?On 3/3/06, harald_dehn [EMAIL PROTECTED] wrote: Hello,does anyone know how to write a custom cellrenderer for a datagrid inAS3. All examples i have found using MXML or were written for flash8(using setValue function). Unfortunealy this approach doesn't work in

AW: [flexcoders] Coustom cellRenderer in AS3 for a DataGrid

2006-03-03 Thread Harald Dehn
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von jeremy lu Gesendet: Freitag, 3. März 2006 16:09 An: flexcoders@yahoogroups.com Betreff: Re: [flexcoders] Coustom cellRenderer in AS3 for a DataGrid what you want to do with it ? On 3/3/06, harald_dehn [EMAIL PROTECTED] wrote

RE: [flexcoders] Coustom cellRenderer in AS3 for a DataGrid

2006-03-03 Thread Stephen Gilson
lf Of Harald DehnSent: Friday, March 03, 2006 10:20 AMTo: flexcoders@yahoogroups.comSubject: AW: [flexcoders] Coustom cellRenderer in AS3 for a DataGrid Hi here ist the sourcecode I am experimenting with… Unfortunealy the setValue function (I found a lot of examples for flash 8) doesn’t wo

Re: [flexcoders] Coustom cellRenderer in AS3 for a DataGrid

2006-03-03 Thread jeremy lu
as Stephen said, setValue is not needed anymore, the whole structure changed, Using Cell Renderers and Cell Editors is a must read.On 3/4/06, Stephen Gilson [EMAIL PROTECTED] wrote: If you have the Flex 2.0 Beta, the architecture has changed completely from AS2. You can read about