[Gambas-user] [CRASH REPORT] Webview control

2015-02-17 Thread zachsmith...@gmail.com
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 ---

[Gambas-user] problem with Key.Code and form focus

2010-12-24 Thread zachsmith...@gmail.com
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,