Re: Kde Taskbar

2006-10-08 Thread David Boddie
On Sunday 08 October 2006 14:16, Lawrence D'Oliveiro wrote: > In message <[EMAIL PROTECTED]>, David Boddie > wrote: > >> I'd be interested in an example of how to use knotify via DCOP. > > Found a tutorial here . Thanks for the link. Maybe the original

Re: Kde Taskbar

2006-10-08 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, David Boddie wrote: > I'd be interested in an example of how to use knotify via DCOP. Found a tutorial here . -- http://mail.python.org/mailman/listinfo/python-list

Re: Kde Taskbar

2006-10-07 Thread David Boddie
On Saturday 07 October 2006 16:29, DarkBlue wrote: > David Boddie wrote: >> You need to activate the window associated with the application. [...] > My python app actually is a pythoncard app > which I hope will make things easier. If PythonCard or its underlying API has a function for activat

Re: Kde Taskbar

2006-10-07 Thread David Boddie
On Saturday 07 October 2006 15:41, Diez B. Roggisch wrote: > pykde afaik supports systray-iconified apps. And you could use the > dcop-mechanisms that are available as command line tools as well I > guess, and invoke knotify. I think DarkBlue wanted to affect the behaviour of the taskbar, though

Re: Kde Taskbar

2006-10-07 Thread DarkBlue
David Boddie wrote: > On Saturday 07 October 2006 14:59, DarkBlue wrote: > >> In linux I use kmail as my email client under KDE, >> if a message comes in the Kontact button in the >> taskbar changes to blue. >> How can I have the same behaviour in a python app ? > > You need to activate the wind

Re: Kde Taskbar

2006-10-07 Thread DarkBlue
Diez B. Roggisch wrote: > > pykde afaik supports systray-iconified apps. And you could use the > dcop-mechanisms that are available as command line tools as well I > guess, and invoke knotify. > > Hope this gives you some pointers - I'm currently on my mac so I can't > provide an actual example.

Re: Kde Taskbar

2006-10-07 Thread David Boddie
On Saturday 07 October 2006 14:59, DarkBlue wrote: > In linux I use kmail as my email client under KDE, > if a message comes in the Kontact button in the > taskbar changes to blue. > How can I have the same behaviour in a python app ? You need to activate the window associated with the applicatio

Re: Kde Taskbar

2006-10-07 Thread Diez B. Roggisch
DarkBlue schrieb: > Hello > > In linux I use kmail as my email client under KDE, > if a message comes in the Kontact button in the > taskbar changes to blue. > How can I have the same behaviour in a python app ? > > I have a python script which runs nicely under linux > now every so often I want