Picker Wheel on tablet is HUGE! Possible to make a li'l popover?

I’m adding some user input to my app, and one of them requires restricted numeric input, like “10, 25, 50, 100, 200” etc. So I added a picker wheel, which was very easy btw, but it was quite large and ridiculous looking on an iPad screen.

Is there some kind of popover, a little modal dialog window I can pop up to contain the pickerwheel and then hide it after input so it’s not so crazy looking and taking up screen real estate? [import]uid: 22423 topic_id: 33011 reply_id: 333011[/import]

At the moment there is no inbuilt functionality to do this.

Please see the notes in this blog post: http://www.coronalabs.com/blog/2012/11/06/new-widgets-part-1/

Basically we completely remaking our old widgets, so in the future things like this will be available to you right out of the box [import]uid: 84637 topic_id: 33011 reply_id: 131055[/import]

As its not possible, another option would be to use some conditional code and use a slightly different input method for your ipad app.

something like

[lua]if iPhone == true then
–show pickerweel
else
–show pickerwheel alternation.
end[/lua] [import]uid: 62706 topic_id: 33011 reply_id: 131060[/import]

At the moment there is no inbuilt functionality to do this.

Please see the notes in this blog post: http://www.coronalabs.com/blog/2012/11/06/new-widgets-part-1/

Basically we completely remaking our old widgets, so in the future things like this will be available to you right out of the box [import]uid: 84637 topic_id: 33011 reply_id: 131055[/import]

As its not possible, another option would be to use some conditional code and use a slightly different input method for your ipad app.

something like

[lua]if iPhone == true then
–show pickerweel
else
–show pickerwheel alternation.
end[/lua] [import]uid: 62706 topic_id: 33011 reply_id: 131060[/import]

Yeah I was thinking about some kind of arrow buttons that would increment the index over an array of values, or possibly a little zoomy button where you just stroke it to change the value. Picker wheel seems like overkill for just a few numbers anyway.

edit: Maybe just a slider… duh! [import]uid: 22423 topic_id: 33011 reply_id: 131187[/import]

Yeah I was thinking about some kind of arrow buttons that would increment the index over an array of values, or possibly a little zoomy button where you just stroke it to change the value. Picker wheel seems like overkill for just a few numbers anyway.

edit: Maybe just a slider… duh! [import]uid: 22423 topic_id: 33011 reply_id: 131187[/import]

Hello friend I found this topic useful and found great app software to make free calls for iPhone and android using this free app for calls. [import]uid: 234713 topic_id: 33011 reply_id: 144855[/import]

Hello friend I found this topic useful and found great app software to make free calls for iPhone and android using this free app for calls. [import]uid: 234713 topic_id: 33011 reply_id: 144855[/import]

Hello friend I found this topic useful and found great app software to make free calls for iPhone and android using this free app for calls. [import]uid: 234713 topic_id: 33011 reply_id: 144855[/import]

Hello friend I found this topic useful and found great app software to make free calls for iPhone and android using this free app for calls. [import]uid: 234713 topic_id: 33011 reply_id: 144855[/import]