On 11/7/06, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Tuesday 07 November 2006 15:20, kribot wrote: > > No, for the moment I just use the dataProvider property and give it an > > Array of string or int. I don't get it, how you could add a bitmap & a > > string in the same row.. > > You said "I create a class which extends List". > In this new class, you'd replace the storage internals with something that can > store any type of thing. > > Now you're talking about using the dataProvider of something - a DataGrid or > something ? You might want to look at a custom itemRenderer. >
Yep, I said i create a new class in which I want to had a function to add an image in a specific row but I don't see how :) So for the time being, i used the dataprovider thing to fill my List but now i'll try to see what I could do with the setItem and itemRenderer. Thx for your help ! -- krib -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

