How to create an app which can load(select) image?

I was wondering, we can read/write file in our Mac by the app simulator, can we chose which image to load in our app via a “open” command? Just like create an iphone app, to select which image to be load on screen

if yes, can the guru share the codes?

Thanks [import]uid: 10373 topic_id: 3535 reply_id: 303535[/import]

Hi Weilies,

when you develop for the Mobile, you will have to *think* a little differently.

You can recreate the File->Open paradigm, or just list all the files in a particular directory in a Table offering the user to click on that item to open it.

Try to look at the sample code available in resources, running the sample code will help you learn a lot, then your questions will be slightly more focused on particular issues than generic.

hope that helps.

cheers,

Jayant C Varma [import]uid: 3826 topic_id: 3535 reply_id: 10828[/import]