Re: Simple System Tray Icon
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Simple System Tray Icon

From: Simon Brunning <simon@brunningonline.net>
Date: Thu Mar 02 2006 - 19:55:57 CET

On 3/2/06, 3c273 <nospam@nospam.com> wrote:
> I guess I should have capitalized the word 'simple' in my request :-) Thanks
> for your reply. I had already found this and it made the wx example look
> like a one-liner. I didn't realize that this was such a chore. Thanks again,
> I will keep trying.
> Louis

This is untested, 'cos I'm on a Mac these days, but what you want
should look something like:

from SysTrayIcon import SysTrayIcon
icon = SysTrayIcon('parh/to/icon.ico', "Hover text", {})

How simple do you want?

--
Cheers,
Simon B,
simon@brunningonline.net,
http://www.brunningonline.net/simon/blog/
Received on Sun Apr 30 10:40:00 2006