I forget. Did we solve the problem where the tray icon stayed there a little while after program exit?

My best solution now is to replace it with an invisible icon, like this:

Win32::GUI::NotifyIcon::Modify(
                $win,
                -id => 1,
                -icon => undef,
                );

This leaves an empty space where the icon was (still is, but non-visible), which is removed when the user moves the mouse cursor over the tray (this goes for w2k).


/J
-------- ------ ---- --- -- --  --  -    -     -      -         -
Johan Lindström    Sourcerer @ Boss Casinos     [EMAIL PROTECTED]

Latest bookmark: "XEmacs XEmacs and Supporting Libraries and Prog..."
http://xemacs.org/Download/win32/
dmoz: /Computers/Open_Source/Software/Editors/ 98



Reply via email to