From: Johan L. <jo...@ba...> - 2002-10-20 22:36:34
|
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 jo...@ba... Latest bookmark: "XEmacs XEmacs and Supporting Libraries and Prog..." http://xemacs.org/Download/win32/ dmoz: /Computers/Open_Source/Software/Editors/ 98 |