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

Fabien Bodard gambas.fr at gmail.com
Sat Feb 4 19:51:36 CET 2023


Le jeu. 2 févr. 2023 à 10:28, Safiur Rahman <isafiur at gmail.com> a écrit :

> Thanks Benoit
>
> This is only example to demonstrate the problem. With your commit I am
> saved from updating a lot of codes. Actually a dozen of servers are
>

WoW !!! Pretty interesting 🙂

 running a web application in gambas 3.17. Now I can update gambas to
> 3.18.1
>
> On Thu, 2 Feb 2023, 09:29 Safiur Rahman, <isafiur at gmail.com> wrote:
>
>> My request is that backward compatibility should be maintained.
>> Without specifying delay the code was working fine in GB.we.gui till
>> gambas 3.17.3. You run the code in gambas 3.17.3 you get message
>> immediately. But not in gambas 3.18.0
>>
>>
>>
>> On Wed, 1 Feb 2023, 16:59 Safiur Rahman, <isafiur at gmail.com> wrote:
>>
>>> 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
>>>
>>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230204/91e520ce/attachment.htm>


More information about the User mailing list