RE: [flexcoders] scrollToIndex with TileList

2007-05-29 Thread Alex Harui
Can you post an example? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jthieret Sent: Monday, May 28, 2007 3:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] scrollToIndex with TileList Can't get this to work. The

Re: [flexcoders] scrollToIndex with TileList

2007-05-29 Thread Ben Marchbanks
As an alternative method could you use myTileList.selectedIndex = (myTileList.dataProvider.length()-1) jthieret wrote: > Can't get this to work. The call returns true, saying the list was > scrolled, but it hasn't. I have read everything I can find on > problems with scrollToIndex in the for

[flexcoders] scrollToIndex with TileList

2007-05-29 Thread jthieret
Can't get this to work. The call returns true, saying the list was scrolled, but it hasn't. I have read everything I can find on problems with scrollToIndex in the forums and have tried validateNow(). Nothing works. Anyone else have this problem? Anyone found the fix? The tilelist has 8 rows