<?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 addin tool label? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-addin-tool-label/m-p/584032#M45803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;It easy: Need to make a change in your config.xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;Tool caption="&lt;SPAN style="color: #7ed529;"&gt;YOUR TOOL TITLE&lt;/SPAN&gt;" category="category" class="class" id="id.class" image="" message="Message" tip="Tip"&amp;gt;


&amp;nbsp; &amp;lt;Help heading="Heading" /&amp;gt;


&amp;lt;/Tool&amp;gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use the add in wizard there is a section for caption at the top for you TOOL. This is where you Put a title for your tool.&lt;/P&gt;&lt;P&gt;BUT!&lt;/P&gt;&lt;P&gt;If you also set an image for your tool, ArcGIS will read the xml and put the image there instead of your Caption (Title)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to fix, &lt;STRONG&gt;do not have&lt;/STRONG&gt; an image, just the caption filled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 01:06:38 GMT</pubDate>
    <dc:creator>ToddUlery</dc:creator>
    <dc:date>2021-12-12T01:06:38Z</dc:date>
    <item>
      <title>python addin tool label?</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-tool-label/m-p/584031#M45802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&amp;nbsp; I've got a very simple python addin consisting of a single tool that allows the user to draw a polygon.&amp;nbsp; It works great.&amp;nbsp; How do I label the tool?&amp;nbsp; Right now it shows my little polygon icon, but I'd rather have some text next to it or some sort of label.&amp;nbsp; The tool tip works just fine, but a label would be better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 17:24:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-tool-label/m-p/584031#M45802</guid>
      <dc:creator>KevinBell</dc:creator>
      <dc:date>2014-07-31T17:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: python addin tool label?</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-tool-label/m-p/584032#M45803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;It easy: Need to make a change in your config.xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;Tool caption="&lt;SPAN style="color: #7ed529;"&gt;YOUR TOOL TITLE&lt;/SPAN&gt;" category="category" class="class" id="id.class" image="" message="Message" tip="Tip"&amp;gt;


&amp;nbsp; &amp;lt;Help heading="Heading" /&amp;gt;


&amp;lt;/Tool&amp;gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use the add in wizard there is a section for caption at the top for you TOOL. This is where you Put a title for your tool.&lt;/P&gt;&lt;P&gt;BUT!&lt;/P&gt;&lt;P&gt;If you also set an image for your tool, ArcGIS will read the xml and put the image there instead of your Caption (Title)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to fix, &lt;STRONG&gt;do not have&lt;/STRONG&gt; an image, just the caption filled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-tool-label/m-p/584032#M45803</guid>
      <dc:creator>ToddUlery</dc:creator>
      <dc:date>2021-12-12T01:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: python addin tool label?</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-tool-label/m-p/584033#M45804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;So to fix, have an image, just the caption filled.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean DON'T have an image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 20:47:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-tool-label/m-p/584033#M45804</guid>
      <dc:creator>KevinBell</dc:creator>
      <dc:date>2014-07-31T20:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: python addin tool label?</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-tool-label/m-p/584034#M45805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct, I fixed my response. Long day. sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 20:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-tool-label/m-p/584034#M45805</guid>
      <dc:creator>ToddUlery</dc:creator>
      <dc:date>2014-07-31T20:50:31Z</dc:date>
    </item>
  </channel>
</rss>

