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

Safiur Rahman isafiur at gmail.com
Wed Feb 1 11:05:32 CET 2023


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230201/acd90164/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: webtest.zip
Type: application/zip
Size: 15071 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230201/acd90164/attachment-0001.zip>


More information about the User mailing list