Search found 2 matches

by dpcons
Tuesday 21st April 2020 4:55pm
Forum: General
Topic: Keyboard stops working
Replies: 10
Views: 8296

Re: Keyboard stops working

Thanks for the response: Public Sub Button1_Click() If LCDLabel1.visible = False Then LCDLabel1.visible = True LCDLabel1.Text = "Hi There" Else LCDLabel1.visible = False Endif End Public Sub Button2_Click() Form.Close() Quit End Pretty simple. 2 buttons and an LCDLabel. Works fine on my Ub...
by dpcons
Tuesday 21st April 2020 12:48am
Forum: General
Topic: Keyboard stops working
Replies: 10
Views: 8296

Keyboard stops working

I just started using Gambas3 today. As an old VB6 and VB.NET programmer, it seems very familiar and I think it should be very useful and fun for upcoming projects. Unfortunately, after compiling and running my the first simple app, the keyboard becomes disabled. I can save, restart and all is OK til...