[Solved] GTK3 Keyboard
Posted
#1
(In Topic #1158)
Enthusiast

I hope someone could help me
I have make a small application to test why I can not key any keyboard input on a form with in a workspace
I have discovered the Main Form (FMain) is still holding onto the keyboard
in QT the keyboard input is on the form that is showing in the Workspace
So does anyone know how I can get the Form in the workspace to have the keyboard and NOT the FMain
What should happen is when the app starts you will see in the workspace FrmSignedOff and when you Press A the Form Signed on should show
and when you press B the form FrmSignedOn should close and you will return to FrmSignedOff
Anyone who could help me with this I would be most grateful.
This is my test application to see what is happening with the Keyboard input(s)
Posted
Enthusiast

IF i put a textbox on the frmSignedOff and when the screen is loaded I click inside the textbox the form gets focus and the keyboard
works
sooo how do I make the frm get focus
I have tried
but that is not working i have even tired when I load the form at the beginning (with in FMain)
any recommendations I am open to all idea's
Posted
Guru

FMain.class
you may want to add handling if the application can use either qt or gtk (gb.gui) as they behave differently (as you have found)
Posted
Enthusiast

I've moved to GTK3 as that does seem to be giving me any issues (unlike qt5)
1 guest and 0 members have just viewed this.



