<?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: Control Custom Control Dropdown Location in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812329#M2392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you need to have the custom pane open when the project loads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open the find naics code&lt;/P&gt;&lt;P&gt;save the project&lt;/P&gt;&lt;P&gt;close the project&lt;/P&gt;&lt;P&gt;open the project&lt;/P&gt;&lt;P&gt;then&amp;nbsp;click&amp;nbsp;the feedback button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - this continues to happen with v2.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="416571" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/416571_pastedImage_1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2018 17:23:15 GMT</pubDate>
    <dc:creator>stevegourley</dc:creator>
    <dc:date>2018-07-31T17:23:15Z</dc:date>
    <item>
      <title>Control Custom Control Dropdown Location</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812325#M2388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason, when my project loads with a custom pane in focus, custom control drop downs load in the top left corner of the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/415165_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;If I close the pane and reopen the custom control it loads under the button.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/415178_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like a bug.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 00:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812325#M2388</guid>
      <dc:creator>stevegourley</dc:creator>
      <dc:date>2018-07-26T00:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Control Custom Control Dropdown Location</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812326#M2389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share a subset of your code that illustrates this problem.&amp;nbsp; (ie daml, and the custom control)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Narelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 18:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812326#M2389</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2018-07-26T18:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Control Custom Control Dropdown Location</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812327#M2390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The entire project is on github.&amp;nbsp;&lt;A class="link-titled" href="https://github.com/agrc/uic-addin/blob/master/Config.daml" title="https://github.com/agrc/uic-addin/blob/master/Config.daml"&gt;uic-addin/Config.daml at master · agrc/uic-addin · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 18:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812327#M2390</guid>
      <dc:creator>stevegourley</dc:creator>
      <dc:date>2018-07-26T18:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Control Custom Control Dropdown Location</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812328#M2391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I built and tried your app and was not able to duplicate the described behavior, I had to open the custom control by clicking the drop-down button - so maybe you already modified the behavior.&amp;nbsp; I was using Pro 2.2 and your add-in code from yesterday afternoon.&amp;nbsp; It appears that the custom control doesn't become visible until the drop-down is used.&lt;/P&gt;&lt;P&gt;The only time the custom control was moved from its 'design' position was when I placed the ribbon tab close to the margin of my screen.&amp;nbsp; I have a multi-display system, so this includes the transition area between two screens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 16:56:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812328#M2391</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2018-07-31T16:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Control Custom Control Dropdown Location</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812329#M2392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you need to have the custom pane open when the project loads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open the find naics code&lt;/P&gt;&lt;P&gt;save the project&lt;/P&gt;&lt;P&gt;close the project&lt;/P&gt;&lt;P&gt;open the project&lt;/P&gt;&lt;P&gt;then&amp;nbsp;click&amp;nbsp;the feedback button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - this continues to happen with v2.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="416571" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/416571_pastedImage_1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 17:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812329#M2392</guid>
      <dc:creator>stevegourley</dc:creator>
      <dc:date>2018-07-31T17:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Control Custom Control Dropdown Location</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812330#M2393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I had to remove all my add-ins and tabs first before I was able to duplicate your problem.&amp;nbsp; It appears to be a bug.&amp;nbsp; I will try to make a simple small add-in to duplicate the issue and report the bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 21:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/control-custom-control-dropdown-location/m-p/812330#M2393</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2018-07-31T21:48:30Z</dc:date>
    </item>
  </channel>
</rss>

