Re: Plasma services within Javascript (Aaron J. Seigo)

2011-03-11 Thread Luca Beltrame
In data venerdì 11 marzo 2011 14:11:48, Yuen Hoe Lim ha scritto: > I tried it on python on 4.6 and it doesn't work unless I name the main > script file as "main.py". Unfortunately I can't try on master now because I Can you post the error here? I fixed this issue for DataEngines and Applets, but

Re: Plasma services within Javascript (Aaron J. Seigo)

2011-03-09 Thread Aaron J. Seigo
On Wednesday, March 9, 2011, Diego Casella ([Po]lentino) wrote: > hhmm ok, anyways the example listed in [0] is still not working. Hints > about this? oh, it's working. just probably not like you expect. what it does is inject a notification _directly into the notifications engine_ ... which one

Re:Re: Plasma services within Javascript (Aaron J. Seigo)

2011-03-09 Thread Diego Casella ([Po]lentino)
> -- Messaggio inoltrato -- > From: "Aaron J. Seigo" > To: plasma-devel@kde.org > Date: Wed, 9 Mar 2011 10:02:37 +0100 > Subject: Re: Plasma services within Javascript > On Tuesday, March 8, 2011, Diego Casella ([Po]lentino) wrote: > > Hey guys,

Re: Plasma services within Javascript

2011-03-09 Thread Aaron J. Seigo
On Tuesday, March 8, 2011, Diego Casella ([Po]lentino) wrote: > Hey guys, > > after a long time without playing with scripted plasmoid, I've noticed that > using a Service is somewhat broken. > I've even tried to follow the steps descibed here [0], of course changing > the following line from > se

Plasma services within Javascript

2011-03-08 Thread Diego Casella ([Po]lentino)
Hey guys, after a long time without playing with scripted plasmoid, I've noticed that using a Service is somewhat broken. I've even tried to follow the steps descibed here [0], of course changing the following line from service = engine.serviceForSource("notification"); to service = plasmoid.serv