[Gambas-bugtracker] Bug #2324: Fedora issue, clicking activated window triggers DeActivated event

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Jul 31 03:06:56 CEST 2021


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

Comment #4 by Bruce STEERS:

Thanks for the advice on the tray icon, i did not know any of that and assumed it was "useable" lol.

Ass for the messy code comments...
If i write an application with just this simple easy to understand for you code (lemmie know if you need help) ;) :p


Public Sub Form_Deactivate()
  Print "Deactivated"
End

Public Sub Form_LostFocus()
  Print "lost focus"
End

Both the events are triggered when i just click the title bar 

happens on gnome desktop too.
I would not expect just clicking the title bar is supposed to trigger Form_deactivate and LostFocus events.
Or is this just another toolkit issue?

respects




More information about the Bugtracker mailing list