Re: [SailfishDevel] Some problems since 1.038+ update.

2014-04-28 Thread Andrey Kozhevnikov
if cover not displayed its problem with your cover page. show its code to us or try to guess yourself where is error. 28.04.2014 20:44, Gabriel Böhme ?: Hmm, will try it with QScopedPointers again, but I did this some days ago and the result was still the same. But will try it today again

Re: [SailfishDevel] Some problems since 1.038+ update.

2014-04-28 Thread Gabriel Böhme
Hmm, will try it with QScopedPointers again, but I did this some days ago and the result was still the same. But will try it today again and report back. Thanks, Gabriel. -- Von meinem Nokia N9 gesendet christopher.l...@thurweb.ch schrieb am 28.04.14 16:27: Hi all There was a thread o

Re: [SailfishDevel] Some problems since 1.038+ update.

2014-04-28 Thread christopher . lamb
Hi all There was a thread on this way back in December last year: https://lists.sailfishos.org/pipermail/devel/2013-December/001804.html HtH Chris Zitat von "Luca Donaggio" : I think you should use QScopedPointers in your main: QScopedPointer app(SailfishApp::application(argc, argv));

Re: [SailfishDevel] Some problems since 1.038+ update.

2014-04-28 Thread Luca Donaggio
I think you should use QScopedPointers in your main: QScopedPointer app(SailfishApp::application(argc, argv)); QScopedPointer view(SailfishApp::createView()); Covers (and pages as well) can see all your ApplicationWindow (ie: their parent) properties. On Fri, Apr 25, 2014 at 10:14 AM, G