Image display based on inputed variables.

Hello all,

I apologize if this question has already been asked. I searched and couldn’t find it. I’m writing an app that isn’t a game. I’m also 100% new to development. I’ve got the basics of my ui done. So now it’s on to the meat and potatoes of the app.

I need to be able to have the input fields that will take numbers only. Based on the inputs put in these fields i need ultimately at the end be able to display specific images.

I have no idea how to even attempt this. Any help would be greatly appreciated. [import]uid: 7733 topic_id: 1510 reply_id: 301510[/import]

Hi,

a good start is to study the twitter example. There you can see how input with the keyboard is done. Then you need to study how you can call up the telephone keyboard, for only number related input. I am not 100% if you can control that. If that doesn’t work, then you need to create your own keyboard which has only numbers. There you can control everything.

Cheers
Michael Hartlef

http://www.whiteskygames.com
http://www.twitter.com/mhartlef [import]uid: 5712 topic_id: 1510 reply_id: 4246[/import]