Re: Data engine update issue in Javascript

2012-02-13 Thread Maik Beckmann
For the sake of completeness, here github repo of the applet in question - http://github.com/MaikBeckmann/plasma-textmon and the docs I wrote on it so far - http://maikbeckmann.github.com/plasma-textmon/ Comments are especially welcome in regards to http://maikbeckmann.github.com/plasma-text

Re: Data engine update issue in Javascript

2012-02-10 Thread Maik Beckmann
I figured the problem(s) out. Here it goes.. Here source code from the initial email without the print statements. var layout = new LinearLayout(plasmoid); l = new Label(); l.text = "---"; layout.addItem(l); var smDataEngine = dataEngine("systemmonitor") smDataEngine.sourceAdded.co

Re: Data engine update issue in Javascript

2012-02-09 Thread Maik Beckmann
https://www.dropbox.com/s/omnt27sor7d99zl/textmondebug.plasmoid ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Data engine update issue in Javascript

2012-02-09 Thread Aaron J. Seigo
On Wednesday, February 8, 2012 23:54:43 Maik Beckmann wrote: > The code in this paste is a condenced version that reproduces the problem can you please post a link to the entire package? you obviously have it on your system and i don't have the time to recreate what you already have to just be a