[Gambas-bugtracker] Bug #1858: Double Click on Form Name in Project Directory of the IDE doesn't open the Form-View-Mode reliably
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Sun Aug 23 13:15:27 CEST 2020
http://gambaswiki.org/bugtracker/edit?object=BUG.1858&from=L21haW4-
Comment #2 by Claus DIETRICH:
I tried it but can't confirm that for sure.
To my surprise I found that the treeview GUI element "tvwProject" of the IDE doesn't have a double click event handling routine. As a blind test I duplicated the keypress event command and made a double click event routine out of it.
Public Sub tvwProject_DblClick()
tvwProject_Activate
End
It seems that this works, but I have no clue what this is really doing.
I compared the current stable IDE source code V 3.15.90 with the older V 3.11.1, where I also couldn't find a double click event routine and I got no evidence that a difference in the activate event routine of the treeview control is causing this issue.
More information about the Bugtracker
mailing list