Re: [SailfishDevel] Cannot pop while operation is in progress : SOLVED

2013-08-14 Thread Wim de Vries
transition. >> >> Thanks, >> Matt >> >> ____________ >> From: devel-boun...@lists.sailfishos.org >> [devel-boun...@lists.sailfishos.org] on behalf of Wim de Vries >> [wsvr...@xs4all.nl] >> Sent: Wednesday, August 14, 2013 6:02

Re: [SailfishDevel] Cannot pop while operation is in progress

2013-08-14 Thread Matthew Vogt
anks, Matt From: Wim de Vries [wsvr...@xs4all.nl] Sent: Wednesday, August 14, 2013 5:42 PM To: Matthew Vogt Cc: Wim de Vries; devel@lists.sailfishos.org Subject: RE: [SailfishDevel] Cannot pop while operation is in progress Thanks Matt, This is my function in main.qml (called from within c++)

Re: [SailfishDevel] Cannot pop while operation is in progress

2013-08-14 Thread Wim de Vries
equivalent to "pop all pages above the supplied target >> page, then push a new page", except that it occurs with a single visual >> transition. >> >> Thanks, >> Matt >> >> >> From: devel-boun...@lists.sailfishos

Re: [SailfishDevel] Cannot pop while operation is in progress

2013-08-14 Thread Wim de Vries
ot;, except that it occurs with a single visual > transition. > > Thanks, > Matt > > > From: devel-boun...@lists.sailfishos.org > [devel-boun...@lists.sailfishos.org] on behalf of Wim de Vries > [wsvr...@xs4all.nl] > Sent: Wednesday, Aug

Re: [SailfishDevel] Cannot pop while operation is in progress

2013-08-13 Thread Matthew Vogt
ay, August 14, 2013 6:02 AM To: devel@lists.sailfishos.org Subject: [SailfishDevel] Cannot pop while operation is in progress If I do pop() within a current page and pageStack.replace(pageStack.currentPage, Qt.resolvedUrl("controls/MTextEdit.qml")) within main.qml I get: "Cannot p

[SailfishDevel] Cannot pop while operation is in progress

2013-08-13 Thread Wim de Vries
If I do pop() within a current page and pageStack.replace(pageStack.currentPage, Qt.resolvedUrl("controls/MTextEdit.qml")) within main.qml I get: "Cannot pop while operation is in progress" I need to remove the previous page, so that the user cannot navigate back to this page. Thanks.