Hello,
Damned, my program crashed Gambas that way :
While running in the IDE, press the '1' key and the program crashes.
Using the latest trunk.
test53-0.0.1-crash-150217-161012.tar.bz2
Description: application/bzip
---
I'm having trouble having keypresses detected on a form. Sample code
attached.
qt
FMain.border=true
Works - "a" keypress hides button, next "a" keypress makes button
visible
FMain.border=false
Fails - form can't receive focus
GTK+
FMain.border=true
Fails - "a" keypress hides button1,