[Gambas-user] Wait in gb.web.gui keeps waiting forever
Benoit Minisini
benoit.minisini at gambas-basic.org
Thu Feb 2 10:08:45 CET 2023
Le 01/02/2023 à 11:05, Safiur Rahman a écrit :
> Hi
>
> Wait Syntax in gb.web.gui keeps waiting forever without throwing any
> error. This problem was not present in gambas 3.17.3
>
> Eg. in gambas web application, with a button
>
> Public Sub WebButton1_Click()
>
> Dim xx As String
>
> xx = "abc"
> Wait
> Message.Info(xx)
>
> End
>
> The busy symbol continues for ever. Attached a project.
>
> --
> Regards
> Safiur Rahman
>
Hi,
It's fixed in commit
https://gitlab.com/gambas/gambas/-/commit/54f62f479e345016e73559e95674d153bab7d711.
But I don't know what you expect when running 'Wait' before
Message.Info(). It's useless, it does nothing in the context of
'gb.web.gui'.
Regards,
--
Benoît Minisini.
More information about the User
mailing list