Even though I haven’t finished my first project yet I’m planning my next one.
I want to build a catalog type app. Basically to find parts based on a vehicle.
The process is to keep selecting from a list of possible choices. Each time a selection is made we drill further down the tree.
I.e. year is entered and a list of possibles is built for make, make is entered and a list is presented of models for that year and make, etc.
I plan to let the server do all the grunt work, passing info back and forth via sockets/xml.
My intent is to built a drop-down, or? using the information coming back from the server.
The process continues until I get a list of parts for the vehicle/application.
So my question, how do I build a drop-down or some other selection method?
I’m trying to wrap my head around the TableView example so see if I could apply that perhaps?
Open to any/all ideas/suggestions/direction.
TIA - Heinz
[import]uid: 6547 topic_id: 1138 reply_id: 301138[/import]
everything that you can create via Coronas event mechanism and with graphics is possible. Looks at the listview example. Your dropdown thingy would be something that could work similar.
Michael [import]uid: 5712 topic_id: 1138 reply_id: 3114[/import]
Listview type scheme is what I had in mind but the sample is missing an example of selecting an entry and then doing something, like creating another table, I.e. drilling down.
I also looked at the “in progress” sample but unfortunately in same boat.
Does anyone have anything in use along these lines that they can share? or suggestions where I might something. Been digging into lua examples but still stumped.
TIA - Heinz [import]uid: 6547 topic_id: 1138 reply_id: 3138[/import]