Re: JS API questions

2010-03-15 Thread Aaron J. Seigo
On March 13, 2010, Nikita Melnichenko wrote: > I see. But docs mention security restrictions that could block extensions. > I'm interesting about that. see the kiosk documentation on techbase in the sys admin area. it discusses how action restrictions are done. -- Aaron J. Seigo humru othro a k

Re: JS API questions

2010-03-10 Thread Aaron J. Seigo
On March 9, 2010, Aaron J. Seigo wrote: > On March 9, 2010, J Janz wrote: > > 2010/3/9 Aaron J. Seigo > > > > > however, there are a number of QScript/C++ > > > issues that block this from actually happening. i have a couple of > > > ideas on how to address this, and will investigate and do one o

Re: JS API questions

2010-03-09 Thread Aaron J. Seigo
On March 9, 2010, J Janz wrote: > 2010/3/9 Aaron J. Seigo > > > however, there are a number of QScript/C++ > > issues that block this from actually happening. i have a couple of ideas > > on how to address this, and will investigate and do one of them > > tomorrow. > > If I got that right, will

Re: JS API questions

2010-03-09 Thread J Janz
2010/3/9 Aaron J. Seigo > however, there are a number of QScript/C++ > issues that block this from actually happening. i have a couple of ideas on > how to address this, and will investigate and do one of them tomorrow. > If I got that right, will it then be possible to have a dataUpdated for wi

Re: JS API questions

2010-03-08 Thread Aaron J. Seigo
On March 8, 2010, Aaron J. Seigo wrote: > On March 8, 2010, Nikita Melnichenko wrote: > > 1. Issue with plasmoid.file. > > plasmoid.file("", "path/to/file") doesn't work > > I've found a workaround plasmoid.file("ui", "../path/to/file") but I > > don't like it. What's the proper way? > > this is a

Re: JS API questions

2010-03-08 Thread Aaron J. Seigo
On March 8, 2010, Nikita Melnichenko wrote: > 1. Issue with plasmoid.file. > plasmoid.file("", "path/to/file") doesn't work > I've found a workaround plasmoid.file("ui", "../path/to/file") but I don't > like it. What's the proper way? this is a small bug in libplasma; i'm fixing it now and will ba