[Gambas-bugtracker] Bug #1953: Right mouse not giving menu on forms in IDE

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Wed Nov 25 02:07:45 CET 2020


http://gambaswiki.org/bugtracker/edit?object=BUG.1953&from=L21haW4-

Comment #7 by Bruce STEERS:

Maybe this helps.

i just loaded the gambas IDE into gambas and ran it, i put a breakpoint in 

app/src/gambas3/.src/Form/EditorFForm.class at the start of the Control_MouseUp() event (line 1150)

While the menu was not working the Control_MouseUp() event triggered and stepping through i saw
"Else If $iMode = MODE_MOVE" (line 1236) condition was met.

then I got the menu's working by opening system properties and selecting copy (could not use the mouse on the form as the breakpoint interfered)

When the menus were working on right click the Control_MouseUp() event was not triggered at all and i didn't hit the breakpoint.

Bruce




More information about the Bugtracker mailing list