[Gambas-user] showModal() ersion 3.17.3

André LOEWEN loewen.amj at gmail.com
Mon Aug 22 11:10:18 CEST 2022


Hello,

I noticed that in version 3.17.3 the behavior of .showModal() has changed.

webForm1.showModal() opens webForm1 as expected, however, the user can 
no longer make any entries in that form, he cannot close the form and 
thus the website is blocked.

The problem can be avoided if a focus is set to a text control or a 
button control in webForm1_Open.

for instance:

Public Sub webForm1_Open()
     ...
     WebButton1.setFocus()
End

Is this a bug or a feature?

Kind Regards

André



More information about the User mailing list