Vertical Slide Image Thumbs

Dear sirs,

I would like to display several small images, like thumbnails, vertically, allowing user to slide up ou down.

It is something like a SlideView, but just for a small rectangle area, like a thin vertical band.

Please, could you share some sample code?

Thank you!
Marcos Tito. [import]uid: 62613 topic_id: 31089 reply_id: 331089[/import]

You should use the scrollView. Just insert the images in scrollView. Then you can put some “if” on move event if you want to scroll a fixed value every time you move the image.
You could also do it without scrollView.
Actually scrollView doesn’t work. Ansca staf should fix this but I don’t know how much time it will take.
Maybe weeks or months ??? [import]uid: 138389 topic_id: 31089 reply_id: 124371[/import]

Thank you sir.

But is it possible to use ScrollView in a small rectangle of screen ? [import]uid: 62613 topic_id: 31089 reply_id: 124455[/import]

Yes. you should use a mask.
http://docs.coronalabs.com/api/library/graphics/newMask.html
There are some tutorials on site. [import]uid: 138389 topic_id: 31089 reply_id: 124525[/import]

You should use the scrollView. Just insert the images in scrollView. Then you can put some “if” on move event if you want to scroll a fixed value every time you move the image.
You could also do it without scrollView.
Actually scrollView doesn’t work. Ansca staf should fix this but I don’t know how much time it will take.
Maybe weeks or months ??? [import]uid: 138389 topic_id: 31089 reply_id: 124371[/import]

Thank you sir.

But is it possible to use ScrollView in a small rectangle of screen ? [import]uid: 62613 topic_id: 31089 reply_id: 124455[/import]

Yes. you should use a mask.
http://docs.coronalabs.com/api/library/graphics/newMask.html
There are some tutorials on site. [import]uid: 138389 topic_id: 31089 reply_id: 124525[/import]