[Gambas-user] Trayicon tooltips are not refreshed anymore?

Charlie Ogier charlie at cogier.com
Sun Sep 13 15:02:19 CEST 2020


Hi Jussi,

I have found a work around. If you change the following in your program 
it works: -

Public Sub Timer1_Timer()

   hIcon.Hide
   hIcon.Text = "This should be visible, when mouse pointer is on the 
tray icon. Time is now: " & CStr(Now)
   hIcon.Show

End

I hope that helps.

Charlie

On 11/09/2020 00:55, Jussi Lahtinen wrote:
> Hi!
> On Linux Mint 20 Cinnamon, it seems trayicon tooltips are not 
> refreshed anymore.
> Changes in Cinnamon or in Gambas? IE does this still work on Ubuntu etc?
>
> See the attachment.
>
>
> Jussi
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20200913/d4a88b7c/attachment-0001.htm>


More information about the User mailing list