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
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
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