[flexcoders] Resize children of a Tile container: Solved (sort of) but questions remain...

2007-01-02 Thread Jim Robson
It took a while, but I finally discovered the cause of the problem: the set data() function for each renderer in the DataGrid is called every time one of the renderers is resized. Does anyone know why set data() is called? Here is more detail: 1) I extended the Tile container to use it as an

RE: [flexcoders] Resize children of a Tile container: Solved (sort of) but questions remain...

2007-01-02 Thread Tracy Spratt
Perhaps you should look into using updateDisplayList() funtion to do the resizing instead of set data()? I am not good enough with item renderers to know for sure, or why, but I get the feeling that this is the method to use for some visual manipulations. There has been some discussion, search