Re: KPanelApplet using Python

2006-02-24 Thread Varun Hiremath
On Fri, 24 Feb, 2006 at 09:55:59AM -0800, David Boddie wrote: > Varun Hiremath wrote: > > > I was wondering if there is any way to make KDE PanelApplets > > using Python. I have made a small window using Qt, kdeui nad > > kdecore libs. Now I want to add it to the KDE kicker. Can I > > get any help

Re: KPanelApplet using Python

2006-02-24 Thread Varun Hiremath
On Fri, 24 Feb, 2006 at 05:51:55AM -0800, [EMAIL PROTECTED] wrote: I want to make a PanelApplet and not a systray application. I tried KSystemTray and it works flawlessly but I want to add a widget to the taskbar like knews or kweather. I am trying to use the pyKDE's KPanelApplet class but I don'

Re: KPanelApplet using Python

2006-02-24 Thread David Boddie
Varun Hiremath wrote: > I was wondering if there is any way to make KDE PanelApplets > using Python. I have made a small window using Qt, kdeui nad > kdecore libs. Now I want to add it to the KDE kicker. Can I > get any help regarding this matter. The other responses in this thread have covered s

Re: KPanelApplet using Python

2006-02-24 Thread [EMAIL PROTECTED]
Another way to do it is to use ksystraycmd which is included with your KDE. Some usage info is covered in my tutorial: http://xmelegance.org/customising-window-behaviour/html/customising-window-behaviour.html Rich. -- http://mail.python.org/mailman/listinfo/python-list

Re: KPanelApplet using Python

2006-02-24 Thread wjzrules
I am not a Python expert, but I am using KDE on my workstation at home and a big Python fan ;) A couple of days ago I was thinking the same and found how to create systray apps for Windows! You can make this kind of apps with wxPython. When I was at home and behind my KDE desktop I tried the Wind

KPanelApplet using Python

2006-02-24 Thread Varun Hiremath
Hi, I was wondering if there is any way to make KDE PanelApplets using Python. I have made a small window using Qt, kdeui nad kdecore libs. Now I want to add it to the KDE kicker. Can I get any help regarding this matter. Thank you. -- --- Varun Hire