flex2? cellrenderer is now listItemRenderer --- In [email protected], Arnaud GARCIA <[EMAIL PROTECTED]> wrote: > > hi all, > > Any Idea for this error: > Could not resolve <mx:cellRenderer> to a component implementation ?? > > I use a simple datagrid.... > > <mx:DataGrid dataProvider="{orders}" > > <mx:columns> > <mx:DataGridColumn headerText="Pourcentage"> > ERROR ====> <mx:cellRenderer> > <mx:Component> > <mx:VBox> > > <mx:ProgressBar minimum="0" maximum="100" label="{dataObject.PERCENT}" > direction="right" /> > </mx:VBox> > </mx:Component> > </mx:cellRenderer> > </mx:DataGridColumn> > > > many thanks for help, > > Arnaud >
-- 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/

