--- In [email protected], "Anatole Tartakovsky" <[EMAIL PROTECTED]> wrote: > > As far as I recall, dropdown object can be "dropped" and recreated when the data model and other things change. If you do not reassign cellrenderer at that time it will be gone. It would make sense to me to subclass the object and override getDropdown function to assign cellrenderer on each call or at least when dropdown was not defined at the time of the call. > Thank you, > Anatole
i agree with you Anatole. infact this is what i'm doing for my subclassed combobox(flex1.5). i override the getDropdown() method. and instead of the dropdown being a List, it's a DataGrid (2 columns, no header). my use case for this kind of dropdown is i can show more information to the user. the only thing i don't like about this approach is its not supported. regards bod -- 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/ <*> 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/

