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 add source :) so: > > dataengine(

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

2009-08-31 Thread Aaron J. Seigo
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 add source :) so: dataengine("exec").connectSource("/bin/ls", plasmoid) -- Aaron J. Seigo humru othro a kohnu se GPG

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