<?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: Start ArcGIS Pro Dialog in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777786#M946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a real stickler for documentation. I also found other confusing articles here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/252078-confused-about-proconcepts-articles"&gt;https://community.esri.com/thread/252078-confused-about-proconcepts-articles&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Apr 2020 03:31:57 GMT</pubDate>
    <dc:creator>AbelPerez</dc:creator>
    <dc:date>2020-04-26T03:31:57Z</dc:date>
    <item>
      <title>Start ArcGIS Pro Dialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777781#M941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to start a ArcGIS Pro Dialog in my Add In, but I can't find them in the SDK. Can someone tell me how to open&amp;nbsp;the two following Dialogs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The User has to select a Feature-Class, so I need a "OpenFileDialog" with a Feature-Class Filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. The User has to select a Symbol, so I need to open a kind of "Project/Styles"-Dialog with a specific Style selected. Then the User selects one Symbol of the Style, presses a OK/Apply Button and the selected Symbol is returned to my Add-In.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 15:52:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777781#M941</guid>
      <dc:creator>MickeyO_Neil</dc:creator>
      <dc:date>2017-04-20T15:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Start ArcGIS Pro Dialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777782#M942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For item 1):&lt;/P&gt;&lt;P&gt;try this class / method: &amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic8998.html"&gt;https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic8998.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To see some sample go to&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples"&gt;Community Samples&lt;/A&gt; and search the repo for OpenItemDialog&lt;/P&gt;&lt;P&gt;for item 2)&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this sample:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Map-Authoring/CustomSymbolPicker"&gt;https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Map-Authoring/CustomSymbolPicker&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 17:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777782#M942</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2017-04-20T17:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Start ArcGIS Pro Dialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777783#M943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that's what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 06:37:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777783#M943</guid>
      <dc:creator>MickeyO_Neil</dc:creator>
      <dc:date>2017-04-21T06:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Start ArcGIS Pro Dialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777784#M944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The article in Item #1 I think has a bug.addToProjectDialog to setup the dialog and then calling&amp;nbsp;addToMapDialog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #333333; font-size: 14.6667px;"&gt;addToProjectDialog.Filter = ItemFilters.composite_maps_import; &lt;SPAN style="color: #0000ff;"&gt;bool&lt;/SPAN&gt;? ok = addToMapDialog.ShowDialog();&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2020 21:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777784#M944</guid>
      <dc:creator>AbelPerez</dc:creator>
      <dc:date>2020-04-24T21:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Start ArcGIS Pro Dialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777785#M945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing this out,&amp;nbsp;I will fix this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2020 00:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777785#M945</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2020-04-25T00:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Start ArcGIS Pro Dialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777786#M946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a real stickler for documentation. I also found other confusing articles here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/252078-confused-about-proconcepts-articles"&gt;https://community.esri.com/thread/252078-confused-about-proconcepts-articles&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2020 03:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/start-arcgis-pro-dialog/m-p/777786#M946</guid>
      <dc:creator>AbelPerez</dc:creator>
      <dc:date>2020-04-26T03:31:57Z</dc:date>
    </item>
  </channel>
</rss>

