Hello Using a spark List with a TileLayout which resizes the content/items dynamically via rowAlign="justifyUsingHeight" columnAlign="justifyUsingWidth" results in a freezing application when resizing the window... (see example code below)
I am using the sdk 4.13 with flashplayer 15 debug standalone (but the same results when falling back to sdk 4.6/flashplayer 11.x) It seems the TileLayout has the same problems as my custom layout discussed here <http://apache-flex-users.2333346.n4.nabble.com/Infinite-recursion-in-custom-layout-td5148.html> : It only happens with horizontalScrollPolicy="auto" verticalScrollPolicy="auto" on the component (List). Setting this to "on" or "off" makes it work as expected. so there is a infinite loop in the updateDisplayList function inside the TileLayout class I guess.... example which simulates a very basic calendar layout: Should I fill a bug in the apache flex jira? Micha P. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/TileLayout-dynamic-size-freezes-application-tp8584.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
