--- [EMAIL PROTECTED]
wrote:
> Send Perl-Win32-Admin mailing list submissions to
>       [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 
>
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin
> or, via email, send a message with subject or body
> 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Perl-Win32-Admin digest..."
> 
> 
> Today's Topics:
> 
>    1. Getting rid of an icon in the system tray
> (Champ Echols)
>    2. Re: Getting rid of an icon in the system tray
> (Morbus Iff)
> 
> --__--__--
> 
> Message: 1
> From: "Champ Echols" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Getting rid of an icon in the system tray
> Date: Sun, 29 Sep 2002 11:38:41 -0500
> 
> I have written a perl app using Tk and Win32::GUI.
> Win32::GUI is used solely
> to place an icon in the systemtray.  All works as
> planed except for the bug
> in Win32::GUI that leaves the icon in the systemtray
> when the app is closed.
> The notes for Win32::GUI indicate that this is a bug
> and to explicitly
> remove the icon from the systemtray.
> 
> Does anyone know how to explicitly remove an icon
> from the systemtray during
> application shutdown?
> 
> C. Echols
> 
> 
> 
> --__--__--
> 
> Message: 2
> Date: Sun, 29 Sep 2002 13:46:22 -0400
> To: "Champ Echols" <[EMAIL PROTECTED]>,
>   <[EMAIL PROTECTED]>
> From: Morbus Iff <[EMAIL PROTECTED]>
> Subject: Re: Getting rid of an icon in the system
> tray
> 
> >Does anyone know how to explicitly remove an icon
> from the systemtray during
> 
> I use
> 
> # generic code to force removal of systray icon.
> sub AmphetaDesk::OS::Windows::_Remove_Systray_Icon {
>    Win32::GUI::NotifyIcon::Delete(
>       $systray_icon->{-parent}, -id =>
> $systray_icon->{-id} );
> }
> 
> -- 
> Morbus Iff ( god less america )
> Culture: http://www.disobey.com/ and
> http://www.gamegrene.com/
> Tech: http://www.oreillynet.com/pub/au/779 -
> articles and weblog
> icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff /
> jabber.org: morbus
> 
> 
> --__--__--
> 
> _______________________________________________
> Perl-Win32-Admin mailing list
> [EMAIL PROTECTED]
> To unsubscribe:
> http://listserv.ActiveState.com/mailman/mysubs
> 
> 
> End of Perl-Win32-Admin Digest


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to