You would essentially have to iterate over the TileList's dataprovider,
making the data that your button has to the data in the dataprovider item.
 When you get a match, set the TileList's selectedItem to the pointer into
the dataprovider.

Keep in mind that the item you find may not be onscreen (or even rendered
yet), which will require scrolling the TileList (vertically/horizontally)
to that item.


On Tue, Apr 2, 2013 at 8:27 AM, Marcio Fermino
<prologicasiste...@gmail.com>wrote:

> Friends, anyone know any way for me to find an item in the TileList?
>
>
>
> example:
>
>
> http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/
>
>
>
>
>
> By clicking a button I select the item DreamWeaver for example?
>
>
> Thank you;

Reply via email to