Hi i 've got very weird situation, for some reason TileList ( orr HorizontalList ) stop responding after i submit a httpservice.send() for a second time. ( the first time everything works ). All items becomes unselectable until i use the scroolbar.
If i use mx:List, everything works. using the same itemRenderer and same properties. The problem occurs only wirh TileList and HorizontalList its is not cache, since the (real) application uses the headers to ensure that ( and also uses post forms ). i 'm not sure if i'm doing something wrong, but i spend 2 days searching for similar reports, i got 5-7 similar problems, but i found no solution. i made a very little example: http://www.hostname.org/Test2/bin/Test2.html ( just click the button twice , and you should see the items are not selectable anymore) ( now try to move the scroll to the end, and go back to start , the items are back to normal) If i do: thumbs.scrollToIndex(lastitem_pos) and thumbs.scrollToIndex(0) it also 'fixes' the items. ( but only if there is a scrolllbar ). Anybody have any ideia how to fix that? or have a working titlelist/horizlist that reload/refresh using httpservice? Thanks!

