<?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: Python Toolbox Hover Information in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1169338#M54596</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 15:01:51 GMT</pubDate>
    <dc:creator>tchaulla</dc:creator>
    <dc:date>2022-04-29T15:01:51Z</dc:date>
    <item>
      <title>Python Toolbox Hover Information</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1166965#M54325</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm writing a Python Toolbox and would like to populate the hover pop-up with some information as shown for example in this image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TylerTownes_0-1650630385368.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39619iC70E9F8E4715359A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TylerTownes_0-1650630385368.png" alt="TylerTownes_0-1650630385368.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm struggling to find documentation on the code for this.&amp;nbsp; Any pointers would be appreciated.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 12:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1166965#M54325</guid>
      <dc:creator>TylerTownes</dc:creator>
      <dc:date>2022-04-22T12:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python Toolbox Hover Information</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1166984#M54326</link>
      <description>&lt;P&gt;That info is maintained in the Metadata of the tool.&amp;nbsp;&amp;nbsp; Right click on the script tool and choose "Edit Metadata."&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TrevisMartin_0-1650632649578.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39625iEE598136F17FFEBC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TrevisMartin_0-1650632649578.png" alt="TrevisMartin_0-1650632649578.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 13:04:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1166984#M54326</guid>
      <dc:creator>TrevisMartin</dc:creator>
      <dc:date>2022-04-22T13:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Python Toolbox Hover Information</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1166999#M54330</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/433017"&gt;@TrevisMartin&lt;/a&gt;&amp;nbsp;et al, Thanks for the reply.&amp;nbsp; I was under the impression that a .pyt was self contained written entirely in Python.&amp;nbsp; So now you've got me scratching my head.&amp;nbsp; &amp;nbsp;Where is the meta data stored and how can I access it programmatically?&amp;nbsp; Thx.&amp;nbsp; Tyler&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 13:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1166999#M54330</guid>
      <dc:creator>TylerTownes</dc:creator>
      <dc:date>2022-04-22T13:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python Toolbox Hover Information</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1167076#M54349</link>
      <description>&lt;P&gt;It looks like the Metadata in Arc is a custom XML format.&amp;nbsp; It might be in the project's temp file in the user APPDATA/Local at least that's where the HTML that gets generated and shows when you view metadata lives. I don't know if those temp folders are generated by project.&lt;/P&gt;&lt;P&gt;The Resources/Metadata/Stylesheets folder in Program Files/ArcGIS/Pro seems to hold the templates for generating these.&lt;/P&gt;&lt;P&gt;Arcpy can access metadata according to&amp;nbsp; &lt;A href="https://pro.arcgis.com/en/pro-app/2.8/arcpy/metadata/metadata-class.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/2.8/arcpy/metadata/metadata-class.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 16:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1167076#M54349</guid>
      <dc:creator>TrevisMartin</dc:creator>
      <dc:date>2022-04-22T16:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Python Toolbox Hover Information</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1167168#M54359</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/433017"&gt;@TrevisMartin&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, yeah, after opening the metadata the xml's were created and now I see what's going on.&amp;nbsp; So, if I want to share a python toolbox I'll need to share the xml's as well or wrap it up in a gdkx.&amp;nbsp; For some reason I had recalled that it was all captured in the pyt, alas not.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:18:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1167168#M54359</guid>
      <dc:creator>TylerTownes</dc:creator>
      <dc:date>2022-04-22T19:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python Toolbox Hover Information</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1169338#M54596</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 15:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/python-toolbox-hover-information/m-p/1169338#M54596</guid>
      <dc:creator>tchaulla</dc:creator>
      <dc:date>2022-04-29T15:01:51Z</dc:date>
    </item>
  </channel>
</rss>

