Re: DataEngine in JavaScript: Help

2010-06-21 Thread Aaron J. Seigo
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

Re: DataEngine in JavaScript: Help

2010-06-21 Thread Onur-Hayri Bakici
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

Re: DataEngine in JavaScript: Help

2010-06-20 Thread Aaron J. Seigo
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

Re: DataEngine in JavaScript: Help

2010-06-20 Thread Aaron J. Seigo
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) > { >

Re: DataEngine in JavaScript: Help

2010-06-19 Thread Alessandro Diaferia
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