Re: Python Plasma.PopupApplet revisited

2010-07-14 Thread Thomas Olsen
On Wednesday 14 July 2010 07:39:10 Nate C wrote: > I went through the same thing a few days ago. I found this first block > on web somewhere. If the form factor is not planar then you know you > are in a panel. I did not have much luck with the popup extenders. > But, this will allow it to at leas

re: Python Plasma.PopupApplet revisited

2010-07-13 Thread Nate C
I went through the same thing a few days ago. I found this first block on web somewhere. If the form factor is not planar then you know you are in a panel. I did not have much luck with the popup extenders. But, this will allow it to at least dock sensibly to a panel. def init if (self.formFactor

Re: [Kde-bindings] Python Plasma.PopupApplet revisited

2010-07-06 Thread Arno Rehn
On Monday 05 July 2010 23:05:27 Thomas Olsen wrote: > Hi > > Inspired by Petri's example [1] I almost succeeded in creating a Python > based PopupApplet without instantiating ExtenderItems. The only problem is > that in order for the Applet to actually popup when clicked on in the > panel, I have

Re: Python Plasma.PopupApplet revisited

2010-07-05 Thread Thomas Olsen
On Monday 05 July 2010 23:38:57 Arno Rehn wrote: > On Monday 05 July 2010 23:05:27 Thomas Olsen wrote: > > Hi > > > > Inspired by Petri's example [1] I almost succeeded in creating a Python > > based PopupApplet without instantiating ExtenderItems. The only problem > > is that in order for the App

Python Plasma.PopupApplet revisited

2010-07-05 Thread Thomas Olsen
Hi Inspired by Petri's example [1] I almost succeeded in creating a Python based PopupApplet without instantiating ExtenderItems. The only problem is that in order for the Applet to actually popup when clicked on in the panel, I have to first add it to the desktop and then drag it to the panel