<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: StackVew push is not working properly in my case. in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/stackvew-push-is-not-working-properly-in-my-case/m-p/1003060#M3668</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/204423"&gt;@ErwinSoekianto&lt;/a&gt;&amp;nbsp; Hi, on MyApp.qml page i have used StackView, i didn't mentioned that here. Can you suggest me something&lt;/P&gt;</description>
    <pubDate>Thu, 19 Nov 2020 18:22:04 GMT</pubDate>
    <dc:creator>x_d</dc:creator>
    <dc:date>2020-11-19T18:22:04Z</dc:date>
    <item>
      <title>StackVew push is not working properly in my case.</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/stackvew-push-is-not-working-properly-in-my-case/m-p/1001569#M3655</link>
      <description>&lt;P&gt;&lt;SPAN&gt;So on a button click, one popup shows and that popup has one button , on button click i have to redirect to another page. But when I click on that button the next page is not showing properly(its like half of current page and half of next page) and then app stops responding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here is the code sample&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Page{
    background: Rectangle {
        id: page1
        width: parent.width
        height: 750
        color: "#333333"
          }
                        Button{
                            id:btn
                            text: qsTr("NEXT PAGE")
                            height: 48
                            Layout.preferredWidth: 290
                            anchors.centerIn: parent
                            onClicked: {
                                popup.open();
                            }
                        }
    Popup {
        visible: false
        id: popup
        background: Rectangle {
            implicitWidth: 300
            implicitHeight: 200
            color: "#ffffff"
        }
           Button {
            id: signin_btn
            text: qsTr("SIGN IN")
            onClicked:
            {
                popup.close();
                stackView.push("next.qml");
            }
         }
    }

}&lt;BR /&gt;next.qml&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class="hljs-selector-tag"&gt;Rectangle&lt;/SPAN&gt;{
    &lt;SPAN class="hljs-attribute"&gt;id&lt;/SPAN&gt;:rect
    height: &lt;SPAN class="hljs-number"&gt;750&lt;/SPAN&gt;
    width: &lt;SPAN class="hljs-number"&gt;300&lt;/SPAN&gt;
    color: &lt;SPAN class="hljs-string"&gt;"#666666"&lt;/SPAN&gt;
}&lt;/PRE&gt;</description>
      <pubDate>Sun, 15 Nov 2020 10:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/stackvew-push-is-not-working-properly-in-my-case/m-p/1001569#M3655</guid>
      <dc:creator>x_d</dc:creator>
      <dc:date>2020-11-15T10:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: StackVew push is not working properly in my case.</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/stackvew-push-is-not-working-properly-in-my-case/m-p/1002617#M3661</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/61305"&gt;@x_d&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see you have StackView in the page. This is the doc on the StackView&amp;nbsp;&lt;A href="https://doc.qt.io/qt-5/qml-qtquick-controls2-stackview.html" target="_blank"&gt;https://doc.qt.io/qt-5/qml-qtquick-controls2-stackview.html&lt;/A&gt;&amp;nbsp;from QML, you can have Page or App in AppStudio in lieu of ApplicationWindow in that example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 18:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/stackvew-push-is-not-working-properly-in-my-case/m-p/1002617#M3661</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2020-11-18T18:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: StackVew push is not working properly in my case.</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/stackvew-push-is-not-working-properly-in-my-case/m-p/1002619#M3662</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/61305"&gt;@x_d&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see you have StackView component on the page. See this doc on StackView from QML,&amp;nbsp;&lt;A href="https://doc.qt.io/qt-5/qml-qtquick-controls2-stackview.html" target="_blank"&gt;https://doc.qt.io/qt-5/qml-qtquick-controls2-stackview.html&lt;/A&gt;&amp;nbsp;You can replace ApplicationWindow with App or Page for the AppStudio app from that sample.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 18:12:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/stackvew-push-is-not-working-properly-in-my-case/m-p/1002619#M3662</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2020-11-18T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: StackVew push is not working properly in my case.</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/stackvew-push-is-not-working-properly-in-my-case/m-p/1003060#M3668</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/204423"&gt;@ErwinSoekianto&lt;/a&gt;&amp;nbsp; Hi, on MyApp.qml page i have used StackView, i didn't mentioned that here. Can you suggest me something&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 18:22:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/stackvew-push-is-not-working-properly-in-my-case/m-p/1003060#M3668</guid>
      <dc:creator>x_d</dc:creator>
      <dc:date>2020-11-19T18:22:04Z</dc:date>
    </item>
  </channel>
</rss>

