Re: [SailfishDevel] Warning when running under debugger

2014-08-25 Thread Goncalo Carvalho
doesn't matter if the above code is added or not. The > original tutorial app does the same when flicking back to the initial > page. Wonder if is Silica thing then. > > Goncalo > > On 23 August 2014 08:53, Andrey Kozhevnikov wrote: >> error inside SecondPage.qml on l

Re: [SailfishDevel] Warning when running under debugger

2014-08-23 Thread Goncalo Carvalho
esn't matter if the above code is added or not. The original tutorial app does the same when flicking back to the initial page. Wonder if is Silica thing then. Goncalo On 23 August 2014 08:53, Andrey Kozhevnikov wrote: > error inside SecondPage.qml on line 35 > > 23.08.2014

[SailfishDevel] Warning when running under debugger

2014-08-23 Thread Goncalo Carvalho
Hi, Long time lurker and a QML newbie. I've been playing with the tutorial and adding this code to FirstPage.qml onStatusChanged: { if (status === PageStatus.Active && pageStack.depth === 1) { pageStack.pushAttached(Qt.resolvedUrl("SecondPage.qml")) } } lea