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

Jussi Lahtinen jussi.lahtinen at gmail.com
Mon Sep 14 01:45:46 CEST 2020


I thought that, but I did not test it, because I expected it to cause
troubles like moving icon position or flickering.
But it seems to work. Thanks!


Jussi


On Sun, Sep 13, 2020 at 4:25 PM Charlie Ogier <charlie at cogier.com> wrote:

> 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 ]----
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20200914/febf4402/attachment.htm>


More information about the User mailing list