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]
[import]uid: 6645 topic_id: 1138 reply_id: 9817[/import]