Re: Monitoring activities

2009-09-05 Thread Daniel Duris
creating a spyware? :-) On Fri, Sep 4, 2009 at 7:38 PM, Aaron J. Seigo wrote: > On September 4, 2009, Charles Abela wrote: >> If I want to keep a log of user's activities (opened applications, accessed >> documents etc), what is the best way to do this? via KNotify, DBus or what >> else? > > for a

Re: Javascript plasmoids

2009-09-02 Thread Daniel Duris
This will help much, thank you. Daniel On Wed, Sep 2, 2009 at 2:32 PM, Tommi Mikkonen wrote: > > Oops, now that I am finally through with my emails after spending time > traveling, I notice that Aaron has already replied to this, > http://websvn.kde.org/trunk/KDE/kdebase/workspace/plasma/design/

Re: Javascript plasmoids

2009-09-01 Thread Daniel Duris
Hi Federico, I've just started with the plasmoid JS development, but found that all engines available via plasmaengineexplorer should be usable (RSS is part of it, so I guess it should work as well - I've only tried time and executable so far). I am not sure how most of the classes and elements w

scrolling text window

2009-08-31 Thread Daniel Duris
Is there a psosibility to create not a LinearLayout, but layout with automatically scrolling text window such as console-like (e.g. text is pushed to the top, when screen full...)? I am developing a plasmoid displaying various logs in JS and I need this to make the flow of text automatically. Tha

Re: problems with executable dataengine (and others) in Javascript

2009-08-31 Thread Daniel Duris
got it working, thanks. On Mon, Aug 31, 2009 at 5:30 PM, Aaron J. Seigo wrote: > On August 31, 2009, Daniel Duris wrote: >> in my app. addSource() doesn't work (error is shown - can't start >> script), setData - no syntax is known for JS > > connectSource, not a

problems with executable dataengine (and others) in Javascript

2009-08-31 Thread Daniel Duris
hello, i am trying to develop a plasmoid in JS. However, I am unable to find any sources of executable dataengine (or rss etc.). in plasmaengineexplorer i can add commands to executable engine, but not in my app. addSource() doesn't work (error is shown - can't start script), setData - no syntax i