[Gambas-bugtracker] Bug #2638: TrayIcon issue
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Mon Oct 10 11:03:21 CEST 2022
http://gambaswiki.org/bugtracker/edit?object=BUG.2638&from=L21haW4-
Comment #3 by Gianluigi GRADASCHI:
Hi Benoit, thanks for your reply
I tried to add a popup menu to the window:
'------------------------
Public Sub Menu6_Click()
If Not TrayIcon1.Visible Then
TrayIcon1.Visible = True
Print "NOT VISIBLE"
Else
Print "VISIBLE"
Endif
'TrayIcon1.Visible = True
TrayIcon1.Show
End
,-------------------
I get a 'VISIBLE' response and even if I force with TrayIcon.Show nothing happens
I point out that the ClipIt program works fine and the icon reappears:
https://github.com/CristianHenzel/ClipIt
Gianluigi GRADASCHI changed the state of the bug to: Accepted.
More information about the Bugtracker
mailing list