i don't know why I couldn't get input to work on lineedit, textedit and all that. I can select the box, and have focus in it, but when I type something in it nothing happen. However [tab] does switch the focus to the next lineedit box and so on but just the inserting character part doesn't work I really have no clue at all.
I tried creating a new project and it works flewlessly thus this should be my problem but I don't know which part I did the mistake on (as the program gets larger). Anyone encountered this problem before?
[solved] Qt input problem
[solved] Qt input problem
Last edited by Virion on Thu Mar 11, 2010 5:05 am, edited 1 time in total.
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
thanks for pointing that out. problem solved.Escen wrote:Maybe it's related to your own legendary 'this->grabKeyboard()' in the Irrlicht-widget class.
Probable you have to switch over the keyboard when lineEdit got focus.
Cheers
Escen
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info