Re: A cross platform systray icon

2006-09-11 Thread Nick Craig-Wood
Larry Bates <[EMAIL PROTECTED]> wrote: > Google turned this up. > > http://radio.weblogs.com/0110159/gems/systray_py.txt I couldn't get that to work - wxwindows bitrot maybe? I did find an example which worked under windows & linux http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/475

Re: A cross platform systray icon

2006-09-11 Thread Nick Craig-Wood
TheSeeker <[EMAIL PROTECTED]> wrote: > Nick Craig-Wood wrote: > > Does anyone have some hints / tips / experience with making a cross > > platform systray icon? It should work on Windows, Gnome and KDE at > > minimum. > You might do a search for TaskBarIcon in th

Re: A cross platform systray icon

2006-09-11 Thread Larry Bates
Nick Craig-Wood wrote: > Does anyone have some hints / tips / experience with making a cross > platform systray icon? It should work on Windows, Gnome and KDE at > minimum. > > I've seen the win32all code which is very similar to the C code I've > written before for W

Re: A cross platform systray icon

2006-09-11 Thread TheSeeker
Nick Craig-Wood wrote: > Does anyone have some hints / tips / experience with making a cross > platform systray icon? It should work on Windows, Gnome and KDE at > minimum. > > I've seen the win32all code which is very similar to the C code I've > written before for W

A cross platform systray icon

2006-09-11 Thread Nick Craig-Wood
Does anyone have some hints / tips / experience with making a cross platform systray icon? It should work on Windows, Gnome and KDE at minimum. I've seen the win32all code which is very similar to the C code I've written before for Windows. It would be a small irritation to have to