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
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
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
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
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