<?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 Switch Pages from the Esri Options without using ShowDialog or Show in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/switch-pages-from-the-esri-options-without-using/m-p/1546752#M12156</link>
    <description>&lt;P&gt;I was wondering if there is an easier way to switch pages within a property sheet. I have 3 pages that store settings in the&amp;nbsp;esri_core_optionsPropertySheet and I was wondering if there is a smoother way of switching pages without having to scroll and click each page. Right now if I wanted to programmatically switch pages, I would have to do a Propertysheet.ShowDialog which just opens a new property sheet instead of changing the page that I have open in the property sheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2024 21:48:38 GMT</pubDate>
    <dc:creator>ChrisRobles</dc:creator>
    <dc:date>2024-10-08T21:48:38Z</dc:date>
    <item>
      <title>Switch Pages from the Esri Options without using ShowDialog or Show</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/switch-pages-from-the-esri-options-without-using/m-p/1546752#M12156</link>
      <description>&lt;P&gt;I was wondering if there is an easier way to switch pages within a property sheet. I have 3 pages that store settings in the&amp;nbsp;esri_core_optionsPropertySheet and I was wondering if there is a smoother way of switching pages without having to scroll and click each page. Right now if I wanted to programmatically switch pages, I would have to do a Propertysheet.ShowDialog which just opens a new property sheet instead of changing the page that I have open in the property sheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 21:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/switch-pages-from-the-esri-options-without-using/m-p/1546752#M12156</guid>
      <dc:creator>ChrisRobles</dc:creator>
      <dc:date>2024-10-08T21:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Switch Pages from the Esri Options without using ShowDialog or Show</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/switch-pages-from-the-esri-options-without-using/m-p/1546827#M12157</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You need to get page, you want to migrate using id from config.daml, and select it. Code below:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;            var appPage = PropertySheet.Page("esri_sdk_PropertyPageAppSettings");

            appPage.IsSelected = true;
&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 09 Oct 2024 05:47:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/switch-pages-from-the-esri-options-without-using/m-p/1546827#M12157</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-10-09T05:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Switch Pages from the Esri Options without using ShowDialog or Show</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/switch-pages-from-the-esri-options-without-using/m-p/1547436#M12163</link>
      <description>&lt;P&gt;That worked, thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 23:47:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/switch-pages-from-the-esri-options-without-using/m-p/1547436#M12163</guid>
      <dc:creator>ChrisRobles</dc:creator>
      <dc:date>2024-10-09T23:47:02Z</dc:date>
    </item>
  </channel>
</rss>

