RE: [flexcoders] possible nested repeater bug??

2006-11-06 Thread John Zhao
Jaime, It does seem to be a bug in Repeater. You can set recycleChildren to true on both repeaters and it should work around the problem for now. -John From: John Zhao Sent: Friday, November 03, 2006 3:40 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders

RE: [flexcoders] possible nested repeater bug??

2006-11-03 Thread John Zhao
Hi Jaime, I did reproduce the problem. While debugging, I notice that the arrayCollection does get populate properly. So it might be a bug with the display in the nested repeater. Still checking to see if there is any workaround. -John From: flexcoders@yahoogroups.com

RE: [flexcoders] Checkbox in Datagrid - checks disappear when scrolling

2006-11-02 Thread John Zhao
Try this as theItemRendererinstead. mx:Component className="inlineCB" mx:HBox horizontalAlign="center" backgroundAlpha="100" mx:Script ![CDATA[ public var selected:Boolean; ]] /mx:Script mx:CheckBox id="cb" selected="{data.isSelected}"

RE: [flexcoders] Remote Object Errors

2005-08-08 Thread John Zhao
Hi Josh, First make sure you use JRun4 U5. Also please post the complete stack from the JRun console. I wonder where you get the Apache FashHashMap. It shouldn't be there unless you have some extra Apache packages in your classpath. John -Original Message- From: