The Photo cookbook menu

Hi everyone,

Does anyone know how to create photo menu like the one in “The Photo Cookbook” using Corona SDK? It looks very cool.

http://itunes.apple.com/au/app/id374473999?mt=8

Thanks
Puyo [import]uid: 48794 topic_id: 8387 reply_id: 308387[/import]

look at director class in the forums… app can easily be done in Corona [import]uid: 24 topic_id: 8387 reply_id: 30021[/import]

Hi Carlos, thank you for your reply but I’m not looking for scene control. Actually I’m looking for something like wheel picker with picture and text. As you can see from the images below

http://theappwhisperer.com/wp-content/uploads/2010/09/media_1277286324499.png

The wheel picker with header for each column and you can scroll up and download for different item. Once you select a item it will bring you to full details like this

http://theappwhisperer.com/wp-content/uploads/2010/09/media_1277286591687.png

I just wonder is there any example code to create a control like that.

I’m new to Lua and Corona and don’t know how to do it. I did found something similar from this thread but the link is broken.

http://developer.anscamobile.com/code/scrolling-list

Any help is much appreciated.
[import]uid: 48794 topic_id: 8387 reply_id: 30139[/import]

Actually I found a very good tutorial how to create scrolling list view created by Gilbert

http://blog.anscamobile.com/2010/09/create-scrolling-list-views-with-text-and-graphics-in-coronasdk-ios-android-tutorial/

and the table view library
http://developer.anscamobile.com/code/table-view-library

I don’t know how to put multiple list views vertically when the device rotated horizontally.

[import]uid: 48794 topic_id: 8387 reply_id: 30140[/import]