[Gambas-user] showModal() ersion 3.17.3

Benoit Minisini benoit.minisini at gambas-basic.org
Mon Aug 22 15:27:05 CEST 2022


Le 22/08/2022 à 11:10, André LOEWEN a écrit :
> 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é
> 

Can you send a project that reproduces the problem?

-- 
Benoît Minisini.


More information about the User mailing list