I’d like to be able to just input numeric values in field, rather than full character set. Is there a way to do this currently with SDK 1.1 or is this a new feature?
Andrew Wilson [import]uid: 3867 topic_id: 726 reply_id: 300726[/import]
I’d like to be able to just input numeric values in field, rather than full character set. Is there a way to do this currently with SDK 1.1 or is this a new feature?
Andrew Wilson [import]uid: 3867 topic_id: 726 reply_id: 300726[/import]
Bug. We will added into the next release…
Carlos
[import]uid: 24 topic_id: 726 reply_id: 1443[/import]
hmm, next release, hmm, so I know a roadmap is in the works, but Carlos would you say the next release is this month or at some time beyond next month? I realize you guys are working your guts out but a roadmap would really help everyone to schedule and work around issues/bugs. Thanks for all the great work, looking forward to Corona SDK 1.2
Andrew [import]uid: 3867 topic_id: 726 reply_id: 1454[/import]
We are revamping our site completely and guess what one of the items is on the website?
The RoadMap !
We will publish the roadmap in about a week at the 360iDevconference. We are a sponsor and we will be making a major announcement.
Carlos [import]uid: 24 topic_id: 726 reply_id: 1455[/import]
Didn’t see ability to input numbers on Conora SDK 2.0 beta, will numeric input be in final 2.0? Andrew [import]uid: 3867 topic_id: 726 reply_id: 1766[/import]
Yes it will be … We are also going to increase the frequency of releases/bug fixes/feature drops
Carlos [import]uid: 24 topic_id: 726 reply_id: 1779[/import]
What would be a reasonable expectation for this issue to be fixed? say next week or next month?
Andrew [import]uid: 3867 topic_id: 726 reply_id: 1866[/import]
I needed this too, so I made a Numeric Keypad module,
see http://developer.anscamobile.com/code/numeric-keypad-plugin-module-ipad-format [import]uid: 6114 topic_id: 726 reply_id: 5975[/import]
The native.textField supports a number-only input. You can see an example of all the keyboard types in the NatvieKeyboard2 sample app shipped with the SDK.
-Tom [import]uid: 7559 topic_id: 726 reply_id: 6100[/import]