OK, thanks for the info. As I'm not daring enough to run trunk maybe this
is time to shed my reliance on scripting and learn to write one of these in
good old C++ :)
Thanks!
-Tim
On Wed, Apr 29, 2009 at 8:12 AM, Richard Dale wrote:
> On Wed, Apr 29, 2009 at 2:31 PM, Tim Bocek wrote:
> > Hello,
On Wed, Apr 29, 2009 at 2:31 PM, Tim Bocek wrote:
> Hello,
> I am trying to write a plasma applet in Python that pops up (like the
> battery monitor) when placed in the toolbar. I gathered that using the
> PopupApplet instead of Applet base class is the "right way" to do this,
> rather than try a
Hello,
I am trying to write a plasma applet in Python that pops up (like the
battery monitor) when placed in the toolbar. I gathered that using the
PopupApplet instead of Applet base class is the "right way" to do this,
rather than try and use extenders myself and reinvent the wheel. However, I
a