[Gambas-user] [Gambas Bug Tracker] Bug #1206: stanger things part I + II

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Tue Oct 24 14:26:12 CEST 2017


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

Michael ALTROGGE reported a new bug.

Summary
-------

stanger things part I + II

Type             : Bug
Priority         : Medium
Gambas version   : 3.10
Product          : Language


Description
-----------

I:
having a dialog which is opened centered ... then editing code and try running will cause (very often) the dialog appear in the top left corner and not responding to keyboard and mouse ... i have to stop execution and sometimes solution is just wait a few seconds and restart again and then it works or if not to compile the project an then it works ... but thats a bit annoying

II:
doing this:

  tmpButton = New Button(pnlContent) As "ButtonAction"

and having that:

  Public Sub ButtonAction_Click()

will lead to the behaviour described under I. but no "tricks" will do ...

changing to that:

  Public Procedure ButtonAction_Click()

and it works ...







More information about the User mailing list