translations in JS plasmoids

2010-03-27 Thread Nikita Melnichenko
Hi everyone, I need help with localization of javascript plasmoid. I've found no example on kdeexamples so I tried to dig it by myself. I created po file here: /contents/locale/ru/LC_MESSAGES/main.po and even mo file by the command # msgfmt main.po but my plasmoid didn't see it. Actually it tra

JS API questions

2010-03-13 Thread Nikita Melnichenko
On March 9, 2010, Aaron J. Seigo wrote: > > 2. setMinimumSize bug. > > The thing doesn't work from the start, but does work after some time. We > > i'm still not exactly sure what the bug you are seeing is. if you can provide > test cases in the form of minimal-code plasmoids that would be excele

JS API questions

2010-03-08 Thread Nikita Melnichenko
Hello everyone, I have several questions concerning JS API. I'd appreciate if you could answer. 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? I could create a