<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div><span>+1 for Dialog<br></span></div><div class="qtdSeparateBR"><br><br></div><div style="display: block;" class="yahoo_quoted"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 10pt;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> Andrey Kozhevnikov <coderusinbox@gmail.com> schrieb am 17:32 Donnerstag, 5.Juni 2014:<br> </font> </div> <br><br> <div class="y_msg_container"><div id="yiv8645105263"><div>
why not to use Dialog instead of Page for this use case?<br clear="none">
<br clear="none">
<div class="yiv8645105263moz-cite-prefix">05.06.2014 21:28, Michael Neufing
пишет:<br clear="none">
</div>
<blockquote type="cite">
<div class="yiv8645105263yqt6719111670" id="yiv8645105263yqt73715"><div style="color:#000;background-color:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt;">
<div class="yiv8645105263" style=""><span class="yiv8645105263" style="">Hi </span>Chris,</div>
<div class="yiv8645105263" style="color:rgb(0, 0, 0);font-size:13.3333px;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;background-color:transparent;font-style:normal;"><br clear="none">
</div>
<div class="yiv8645105263" style="color:rgb(0, 0, 0);font-size:13.3333px;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;background-color:transparent;font-style:normal;">one
problem I see with your solution is that the App could take
long time to launch, when there are a bunch of Pages that have
to be initialized at launch (depending on the structure of the
Pages).<br clear="none">
</div>
<div class="yiv8645105263" style=""> <br clear="none">
So I would prefer lazy loading Pages, which will be
initialized when it is needed.<br clear="none">
<br clear="none">
<br clear="none">
Mit freundlichen Grüßen,<br clear="none">
<br clear="none">
</div>
<div class="yiv8645105263" style="">Michael Neufing<br class="yiv8645105263" style="" clear="none">
</div>
<div class="yiv8645105263qtdSeparateBR"><br clear="none">
<br clear="none">
</div>
<div class="yiv8645105263yahoo_quoted" style="display:block;">
<div class="yiv8645105263" style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt;">
<div class="yiv8645105263" style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt;">
<div class="yiv8645105263" dir="ltr" style=""> <font class="yiv8645105263" style="" face="Arial" size="2"> Christopher Lamb
<a rel="nofollow" shape="rect" class="yiv8645105263moz-txt-link-rfc2396E" ymailto="mailto:christopher.lamb@thurweb.ch" target="_blank" href="mailto:christopher.lamb@thurweb.ch"><christopher.lamb@thurweb.ch></a> schrieb am 16:40
Donnerstag, 5.Juni 2014:<br class="yiv8645105263" style="" clear="none">
</font> </div>
<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
<div class="yiv8645105263" style="">
<div class="yiv8645105263" id="yiv8645105263" style="">
<div class="yiv8645105263" style=""> Hi Markus<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
In my app I chose to instantiate all my Pages in the
same place. Each of the pages has a declaration in a
separate qml file (e.g. MainPage.qml,
AreaSelectionPage.qml).<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
With this architecture none of the declarations need
to know about the previous or next page. It is not
their concern. Instead they emit signals NextPage,
BackPageWithInfo, and Cancelled. In the signal
handler in the page instantation I do the actual
pushing and popping, and because all pages are
instantiated in the same scope, they are all
available to be pushed / popped to. (see code
example below).<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
The downside is that all the pages are created on
startup (regardless of if they are ever visited).
For lightweight pages this is not a problem, but for
some pages this might be a problem. For these I
dynamically create the page content when the page is
visible.<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
Grüsse<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
Chris<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
</div>
<div class="yiv8645105263" style="">
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;">ApplicationWindow<span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">id</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">appWindow</span></pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> .......</span></pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">initialPage</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">mainPage</span></pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800080;">MainPage</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">id</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">mainPage</span></pre>
....<br class="yiv8645105263" style="" clear="none">
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">onNextPage</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#808000;">if</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>(<span class="yiv8645105263" style="font-style:italic;color:#2985c7;">pageType</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>==<span class="yiv8645105263" style="color:#008000;">"SMS"</span>)<span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#0055af;">console</span>.log(<span class="yiv8645105263" style="color:#008000;">"smsType</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">is:</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">"</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>+<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">smsType</span>)</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#808000;">if</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>(<span class="yiv8645105263" style="font-style:italic;color:#2985c7;">smsType</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>==<span class="yiv8645105263" style="color:#008000;">"Default"</span>)<span class="yiv8645105263" style="color:#c0c0c0;"> </span>pageStack.push(<span class="yiv8645105263" style="font-style:italic;color:#000000;">smsPage</span>,<span class="yiv8645105263" style="color:#c0c0c0;"> </span>{lati:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">mainPage</span>.getLati(),<span class="yiv8645105263"
style="color:#c0c0c0;"> </span>longi:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">mainPage</span>.getLongi(),<span class="yiv8645105263" style="color:#c0c0c0;">
</span>alti:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">mainPage</span>.getAlt
i(),<span class="yiv8645105263" style="color:#c0c0c0;"> </span>area_id:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">area_id</span>,<span class="yiv8645105263" style="color:#c0c0c0;"> </span>template_id:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">template_id</span>,<span class="yiv8645105263" style="color:#c0c0c0;"> </span>msg_status:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">msg_status</span>,<span class="yiv8645105263" style="color:#c0c0c0;"> </span>lastPage:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">"mainPage"</span>})</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#808000;">else</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>pageStack.push(<span class="yiv8645105263" style="font-style:italic;color:#000000;">areaSelectionPage</span>)</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800080;">AreaSelectionPage</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">id</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">areaSelectionPage</span></pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">....</span></pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">onBackPageWithInfo</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">mainPage</span>.areaSet<span class="yiv8645105263" style="color:#c0c0c0;"> </span>=<span class="yiv8645105263" style="color:#c0c0c0;"> </span>true;</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">mainPage</span>.area_id<span class="yiv8645105263" style="color:#c0c0c0;"> </span>=<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">area_id</span>;</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>pageStack.pop(<span class="yiv8645105263" style="font-style:italic;color:#000000;">mainPage</span>);</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">onCancelled</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span>pageStack.pop(<span class="yiv8645105263" style="font-style:italic;color:#000000;">mainPage</span>);</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800080;">SMSPage</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">id</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">smsPage</span></pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">....</span></pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">onNextPage</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>pageStack.push(<span class="yiv8645105263" style="font-style:italic;color:#000000;">contactSelectionPage</span>,<span class="yiv8645105263" style="color:#c0c0c0;"> </span>{area_id:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">area_id</span>,<span class="yiv8645105263" style="color:#c0c0c0;"> </span>template_id:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">template_id</span>})</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800080;">ContactSelectionPage</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">id</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">contactSelectionPage</span></pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">....</span></pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">onBackPageWithInfo</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span>{</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#0055af;">console</span>.log(<span class="yiv8645105263" style="color:#008000;">"About</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">to</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">pop</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">smsPage;</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">contactName:</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263"
style="color:#008000;">"</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>+<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">contactName</span><span class="yiv8645105263" style="color:#c0c0c;"> </span>+<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">",</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="">contactPhone:</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">"</span><span class="yiv8645105263" style="color:#c0c0c0;"> </span>+<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">contactPhone</span>);</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">smsPage</span>.contactName<span class="yiv8645105263" style="color:#c0c0c0;"> </span>=<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">contactName</span>;</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">smsPage</span>.contactPhone<span class="yiv8645105263" style="color:#c0c0c0;"> </span>=<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#2985c7;">contactPhone</span>;</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="font-style:italic;color:#000000;">smsPage</span>.lastPage<span class="yiv8645105263" style="color:#c0c0c0;"> </span>=<span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#008000;">"contactSelectionPage"</span>;</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>pageStack.pop(<span class="yiv8645105263" style="font-style:italic;color:#000000;">smsPage</span>);</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span><span class="yiv8645105263" style="color:#800000;">onCancelled</span>:<span class="yiv8645105263" style="color:#c0c0c0;"> </span>pageStack.pop(<span class="yiv8645105263" style="font-style:italic;color:#000000;">smsPage</span>);</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span class="yiv8645105263" style="color:#c0c0c0;"> </span>}</pre>
<pre class="yiv8645105263" style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;">}</pre>
<style type="text/css">
#yiv8645105263 p, #yiv8645105263 li {white-space:pre-wrap;}
</style><br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
<div class="yiv8645105263" id="yiv8645105263yqt87829" style="">
<div class="yiv8645105263" style="">On 05.06.14 14:43, <a rel="nofollow" shape="rect" class="yiv8645105263" style="" ymailto="mailto:info@flyingfischer.ch" target="_blank" href="mailto:info@flyingfischer.ch">info@flyingfischer.ch</a>
wrote:<br class="yiv8645105263" style="" clear="none">
</div>
<blockquote class="yiv8645105263" style="" type="cite">Thanks
for your inputs! <br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
Calling <br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
PreviousPage.topic = "MyTopic"; <br class="yiv8645105263" style="" clear="none">
pageStack.pop(); <br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
gives me a ReferenceError: PreviousPage is not
defined. <br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
PreviousPage.qml and property string topic do
exist. <br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
Thanks for your patience! <br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
Markus <br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
_______________________________________________
<br class="yiv8645105263" style="" clear="none">
SailfishOS.org Devel mailing list <br class="yiv8645105263" style="" clear="none">
To unsubscribe, please send a mail to <a rel="nofollow" shape="rect" class="yiv8645105263" style="" ymailto="mailto:devel-unsubscribe@lists.sailfishos.org" target="_blank" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a>
<br class="yiv8645105263" style="" clear="none">
</blockquote>
</div>
<br class="yiv8645105263" style="" clear="none">
</div>
</div>
<br class="yiv8645105263" style="" clear="none">
<div class="yiv8645105263" id="yiv8645105263yqt41930" style="">_______________________________________________<br class="yiv8645105263" style="" clear="none">
SailfishOS.org Devel mailing list<br class="yiv8645105263" style="" clear="none">
To unsubscribe, please send a mail to <a rel="nofollow" shape="rect" class="yiv8645105263" style="" ymailto="mailto:devel-unsubscribe@lists.sailfishos.org" target="_blank" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></div>
<br class="yiv8645105263" style="" clear="none">
<br class="yiv8645105263" style="" clear="none">
</div>
</div>
</div>
</div>
</div></div>
<br clear="none">
<fieldset class="yiv8645105263mimeAttachmentHeader"></fieldset>
<br clear="none">
<pre>_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to <a rel="nofollow" shape="rect" class="yiv8645105263moz-txt-link-abbreviated" ymailto="mailto:devel-unsubscribe@lists.sailfishos.org" target="_blank" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></pre>
</blockquote>
<br clear="none">
</div></div><br><div class="yqt6719111670" id="yqt75867">_______________________________________________<br clear="none">SailfishOS.org Devel mailing list<br clear="none">To unsubscribe, please send a mail to <a shape="rect" ymailto="mailto:devel-unsubscribe@lists.sailfishos.org" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></div><br><br></div> </div> </div> </div> </div></body></html>