Re: [SailfishDevel] Please help me, how to get the screen capture without block UI

2014-02-14 Thread Andreas Storbjörk
Hi, You could try to save as .jpg instead and see if that speeds it up. On 14.2.2014 09:19, itviewer wrote: Dear , attachment is all my code,and I have been tried many times but it still block the UI(about 3seconds) when the program starts ( or after click the label“Hello Sailors”

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andreas Storbjörk
empty storage parameters in your app. this situation should learn you write applications better from the first lines of code :) On 01.02.2014 02:24, Andreas Storbjörk wrote: I wasn't the only one who missed it in that case.. so it can't have been very obvious. And the system upd

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andreas Storbjörk
I wasn't the only one who missed it in that case.. so it can't have been very obvious. And the system update should have take care of it anyhow. On 31.1.2014 22:20, Andrey Kozhevnikov wrote: i think it somewhere in local storage documentation you didnt read. On 01.02.2014 02:1

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andreas Storbjörk
There should have been a mention about this somewhere in the documentation from the beginning. Like when you create a new empty project, this is your .cpp: int main(int argc, char *argv[]) { // SailfishApp::main() will display "qml/template.qml", if you need more // control over init

[SailfishDevel] x-maemo-urischeme problems

2014-01-10 Thread Andreas Storbjörk
Hi, I've been trying to register a uri scheme handler, something like "myapp://x", so that when Sailfish browser tries to open such an url, it would open my app and pass the url as argument. But so far I've had very little success.. it seems to work if I use the "lca-tool" command to veri