[Gambas-user] Wait in gb.web.gui keeps waiting forever

Safiur Rahman isafiur at gmail.com
Wed Feb 1 12:14:22 CET 2023


Hi

In gb.qt5/gb.qt4/gb.gtk3 the message is displayed immediately (but not in
gb.web.gui).
Moreover, the wiki says:

"*If Delay is not specified:*

The function processes all pending events and returns immediately."

On Wed, Feb 1, 2023 at 3:50 PM Safiur Rahman <isafiur at gmail.com> wrote:

> 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
>


-- 
Regards
Safiur Rahman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230201/b6686a63/attachment.htm>


More information about the User mailing list