Hi,
I think the subject says it all - is there any way currently of showing the built in iOS or Android keyboard without having to use TextInputDialog? Ideally I'd like to use the built in keyboard but handle the display of entered characters myself without having the ugly dialog boxes show up.
I'm guessing the answer is no but thought I'd ask in case the documentation isn't complete (there are things not in the docs, such as the gamekit API so it's worth a check!)
Cheers,
Gareth
Comments
http://blog.magnusviri.com/gideros-icade-plugin.html
My apps: http://www.yummyyellow.com
As this one: http://www.giderosmobile.com/forum/discussion/comment/12497#Comment_12497
I've decided to implement it after seeing Draw Something (attached the picture). I think it's not that bad
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
It sends a key at release because the keyboard doesn't send continuous information so in order to know when the joystick has been released a key has to be sent when the button is released.
I haven't looked at my iCade stuff in awhile. @atilim said he would add iCade support to Gideros and so I have kind of put off working on my stuff. I have designed my plugin to work similarly as the TNT Virtual Pad so that in the absense of an iCade the TNT Virtual Pad could be used.
http://blog.magnusviri.com/gideros-icade-plugin.html
The 2 biggest problems of my plugin is no Android support and on iOS the keyboard shows and then disappears. I believe the iOS problem can be fixed but I haven't sat down and fixed it.
My apps: http://www.yummyyellow.com
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Isn't it a TextInputDialog in the attached picture?
https://sites.google.com/site/xraystudiogame
At first,moopf's request is what exactly the same as I needed.
Now,I will try to use TextInputDialog for input multiple items this way.
https://sites.google.com/site/xraystudiogame