<?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 Add-in tool in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343571#M26892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you specifically create a toolbar for your add-in, as well as a tool (or button)?&amp;nbsp; If not, open the customize window, and select the "commands" tab, and type the name of your tool in the "Show commands containing" box.&amp;nbsp; If your tool installed properly, regardless of whether it is part of a toolbar, then it should be there.&amp;nbsp; You can then drag the tool and place it in any open toolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 15:41:01 GMT</pubDate>
    <dc:creator>KerryAlley</dc:creator>
    <dc:date>2014-06-26T15:41:01Z</dc:date>
    <item>
      <title>Python Add-in tool</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343566#M26887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on ArcMap and I would like to display something (a shape or openning a MessageBox) when I click on the map. I need to use "onMouseDownMap()" in python and I need to create a toolbar with a special tool to execute what I want. (I use Python Add-in Wizard)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed ArcGIS Help to do this and in the end, my new toolbar doesn't appear on ArcMap and I really don't know why. I tried to customize my toolbar and find the new I've just created but it doesn't exist. Do you know why?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 21:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343566#M26887</guid>
      <dc:creator>EstelleWuilliez</dc:creator>
      <dc:date>2014-06-25T21:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-in tool</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343567#M26888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps something went wrong in the Add-In installation process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like you've already looked at this, but if not, check out this page for the actual Add-In Installation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Testing_an_add_in/014p00000026000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Testing_an_add_in/014p00000026000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 21:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343567#M26888</guid>
      <dc:creator>MattEiben</dc:creator>
      <dc:date>2014-06-25T21:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-in tool</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343568#M26889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Perhaps something went wrong in the Add-In installation process?&lt;BR /&gt;It sounds like you've already looked at this, but if not, check out this page for the actual Add-In Installation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Testing_an_add_in/014p00000026000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Testing_an_add_in/014p00000026000000/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, when I have to install the add-in, I can't check the boxes, they are grey (sorry for my english), but when I clic on "install the add-in", a message appears and tells me "Installation succeeded&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I have installed Add-in Wizard in my documents. Does the problem come from here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 21:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343568#M26889</guid>
      <dc:creator>EstelleWuilliez</dc:creator>
      <dc:date>2014-06-25T21:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-in tool</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343569#M26890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may have to (in ArcMap), go to Customize -&amp;gt; Add-In Manager.&amp;nbsp; There, you should see your Add-In.&amp;nbsp; If it has it's own toolbar, then click customize and make sure your toolbar is checked so it'll show up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 21:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343569#M26890</guid>
      <dc:creator>MattEiben</dc:creator>
      <dc:date>2014-06-25T21:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-in tool</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343570#M26891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You may have to (in ArcMap), go to Customize -&amp;gt; Add-In Manager.&amp;nbsp; There, you should see your Add-In.&amp;nbsp; If it has it's own toolbar, then click customize and make sure your toolbar is checked so it'll show up.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here I see my Add-in but when I click on Customize, my toolbox does'nt appear, I can't find it in the list&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 21:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343570#M26891</guid>
      <dc:creator>EstelleWuilliez</dc:creator>
      <dc:date>2014-06-25T21:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-in tool</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343571#M26892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you specifically create a toolbar for your add-in, as well as a tool (or button)?&amp;nbsp; If not, open the customize window, and select the "commands" tab, and type the name of your tool in the "Show commands containing" box.&amp;nbsp; If your tool installed properly, regardless of whether it is part of a toolbar, then it should be there.&amp;nbsp; You can then drag the tool and place it in any open toolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:41:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343571#M26892</guid>
      <dc:creator>KerryAlley</dc:creator>
      <dc:date>2014-06-26T15:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-in tool</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343572#M26893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you specifically create a toolbar for your add-in, as well as a tool (or button)?&amp;nbsp; If not, open the customize window, and select the "commands" tab, and type the name of your tool in the "Show commands containing" box.&amp;nbsp; If your tool installed properly, regardless of whether it is part of a toolbar, then it should be there.&amp;nbsp; You can then drag the tool and place it in any open toolbar.&lt;BR /&gt;&lt;BR /&gt;Kerry&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I have to create a new toolbar in the Python Wizard. Then I right-click on it and create my tool&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 16:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343572#M26893</guid>
      <dc:creator>EstelleWuilliez</dc:creator>
      <dc:date>2014-06-26T16:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python Add-in tool</title>
      <link>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343573#M26894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know how to draw a polygone with mouse click? I guess I should use OnMouseDownMap()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 21:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-add-in-tool/m-p/343573#M26894</guid>
      <dc:creator>EstelleWuilliez</dc:creator>
      <dc:date>2014-06-26T21:34:46Z</dc:date>
    </item>
  </channel>
</rss>

