Ccui.editbox for win7

麻烦大家问个问题,我的系统是 win7 32位,使用的是 quick-lua 3.5 开发的测试程序,在界面上我有一个 editbox
ccui.EditBox:create(cc.size(200,34),“edit_bg_login.png”,1)
:setFontName(conninfo.defont)
:setFontColor(cc.c4b(129, 129, 129,255))
–:keyboardDidShow(false)
:setInputMode(6)
:setMaxLength(conninfo.length.account)
:setText(“请输入密码”)
:setName(“password”)
:setAnchorPoint(cc.p(0,0))
:setPosition(cc.p(15,225))
:setFontSize(15)
:setInputFlag(0)
:addTo(self)
每次输入的时候会弹出一个 input 对话框,不知道大家是怎么写的,能让它不弹出输入框直接输入文字?

诶~没有回复的吗?

哎~已解决~

请教
楼主怎么解决的

请教
楼主怎么解决的