It looks like you're new here. If you want to get involved, click one of these buttons!
local inputbox = InputBox.new(150,20,150,40) inputbox:setText("") inputbox:SetKeyBoard(keyboard) inputbox:setBoxColors(0xefefef,0xff2222,0,1) inputbox:setActiveBoxColors(0xff5555,0xff2222,0,1) stage:addChild(inputbox) local button = Button.new(upp, down) button:setPosition(200, 120) stage:addChild(button) |
Comments
from here
https://github.com/mathz/InputKeyboard/wiki/How-to-use
@Sush19
it was a custom plugin made by one member better to go with TextInputDialog
I got it form:
http://www.giderosmobile.com/forum/discussion/1560/redirection-to-another-lua-page-after-downloading
https://codeload.github.com/mathz/InputKeyboard/zip/master
and include InputKeyboard.lua in your project.
But I have no idea if it works or not