[Lazarus] Systray application is started from Session in Gnome but it is invisible

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Thu Dec 18 22:42:36 CET 2008


Check the result of your TTrayIcon.Show operation.

If it is false, then it failed (because the Tray are isn't loaded yet).

This is what was fixed recently.

So you can implement something like a timer which runs every minute or
so and tryes to show the icon. If it succeds, then the timer can stop
itself.


-- 
Felipe Monteiro de Carvalho



More information about the Lazarus mailing list