On June 21, 2010, Onur-Hayri Bakici wrote:
> Here is the url of my repository:
>
> git://gitorious.org/lilflickr/lilflickr.git
>
> the engine is in dataengine/contents/
thanks :)
if you update kdebase/runtime/plasma/javascript it now works.
some notes/input on the javascript engine:
* by conv
Here is the url of my repository:
git://gitorious.org/lilflickr/lilflickr.git
the engine is in dataengine/contents/
thank you
bests
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
On June 19, 2010, Alessandro Diaferia wrote:
> Also, are there any implementations of JS DataEngines to take inspiration
> from?
none, sorry. my javascript plugins time has all gone into plasmoids and their
documentation. dataengine functions, but is undocumented. fixing that is
welcome.
--
Aa
On June 16, 2010, Onur-Hayri Bakici wrote:
> function sourceRequestEvent(source)
engine.sourceRequestEvent = function(source)
> {
> print("Test");
> setData("Hello", "World");
> return true;
>
> }
>
> function updateSourceEvent(source)
engine.updateSourceEvent = function(source)
> {
>
I had a look at the dataengine. When loading it via plasmaenginexplorer it
says "package is in path which is a "Plasmoid" package" .. This seems no
good to me.
Can you point out what's wrong?
Also, are there any implementations of JS DataEngines to take inspiration
from? As there's near to 0 docs