PDA

View Full Version : cellrenderer and datagrid



dmerino
June 13th, 2007, 08:12 PM
Can anyone help me figure out how to use the CellRenderer code in AS3.0 so that it functions similarly to AS2.0? Lets take for example... putting a checkbox in a datagrid... or a custom movie clip (like a progress bar - which is what I want to do). I've been working on it and it doesn't seem to work. I can get a movie clip into a cell, but when I scroll the DataGrid everything gets screwed up.

Anyone have experience with this? I need to use AS3.0 for the functionality of its uploading/downloading (like receiving data onComplete or uploads).

thanks a ton.

weblab
September 24th, 2007, 04:22 AM
i'm experiencing exactly the same problem, the checkboxes work and when i pickup the checkbox values they are correct, but when i scroll and the cells move - the checks jump to the cell taking its position. haven't found a solution yet so i hope someone with abit more indepth knowledge looks into this.