[Gambas-bugtracker] Bug #2564: Mouse pointer is not switched
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Jun 1 12:12:55 CEST 2022
http://gambaswiki.org/bugtracker/edit?object=BUG.2564&from=L21haW4-
Comment #1 by Bruce STEERS:
I cannot unpack your program to test due to archive corrupt but...
In that example (and in other similar situations) i would say the "Wait" line should be just "after" FMain.Mouse = Mouse.Wait and not "before" it.
That way the mouse pointer will get to change before anything like a shell command pauses the event loop from running.
Does it work as expected when you try something like this...
FMain.Mouse = Mouse.Wait ' set mouse before using Wait.
Wait
' Rest of code to send ping..
FMain.Mouse = Mouse.Default
BruceS
More information about the Bugtracker
mailing list