<?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: Open ItemDialog Usage Question in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-itemdialog-usage-question/m-p/810519#M2336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank &lt;A href="https://community.esri.com/migrated-users/86730"&gt;Uma Harano&lt;/A&gt;‌ for clarification,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you may see, I understood wrongly, because if I set initial location, that will initialize by default.&lt;/P&gt;&lt;P&gt;So that Boolean property AlwaysUseInitialLocation is the main item and must set value together in both value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2020 00:29:55 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-10-05T00:29:55Z</dc:date>
    <item>
      <title>Open ItemDialog Usage Question</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-itemdialog-usage-question/m-p/810517#M2334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to check two properties of OpenItemDialog object and their usages, would like to understand father on when and how we should use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has InitialLocation for folder path, and alwaysuseinitiallocation as Boolean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since our intention is to initiate the folder location when the openitemdialog is open, we set the value in InitialLocation but some how we always need to define alwaysuseinitiallocation to true because if we don't do that openitemdialog might not start with that folder location. (or never).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any circumstance or any useful use case with initiallocation is set and alwaysuseinitiallocation is false condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is that possible to enhance sdk feature when &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;initiallocation&lt;SPAN style="background-color: transparent;"&gt; folder path is set and valid, alwaysuseinitiallocation to be true as always?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2020 03:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-itemdialog-usage-question/m-p/810517#M2334</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-10-01T03:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Open ItemDialog Usage Question</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-itemdialog-usage-question/m-p/810518#M2335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The description for AlwaysUseInitialLocation says this:&lt;/P&gt;&lt;P&gt;"Always use the InitialLocation if specified. If not specified, the initial location may be the last location opened using the current filter."&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The main point in this description is this: “the initial location may be the last location opened using the current filter”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you are using a filter in the open item dialog, the initial location that is displayed will be the location used by that filter previously (could be from a dialog different to yours).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can prevent this behavior by setting the AlwaysUseInitialLocation property to true.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2020 15:06:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-itemdialog-usage-question/m-p/810518#M2335</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2020-10-01T15:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open ItemDialog Usage Question</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-itemdialog-usage-question/m-p/810519#M2336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank &lt;A href="https://community.esri.com/migrated-users/86730"&gt;Uma Harano&lt;/A&gt;‌ for clarification,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you may see, I understood wrongly, because if I set initial location, that will initialize by default.&lt;/P&gt;&lt;P&gt;So that Boolean property AlwaysUseInitialLocation is the main item and must set value together in both value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2020 00:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-itemdialog-usage-question/m-p/810519#M2336</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-10-05T00:29:55Z</dc:date>
    </item>
  </channel>
</rss>

