<?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: User Input Popup after a Tool is Executed in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/user-input-popup-after-a-tool-is-executed/m-p/22534#M1745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have a look at the win32 interface&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import win32api
win32api.MessageBox(0,"msgbox", "title")
win32api.MessageBox(0,"ok cancel?", "title",1)
win32api.MessageBox(0,"abort retry ignore?", "title",2)
win32api.MessageBox(0,"yes no cancel?", "title",3)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tkinter provides a more complete dialog designer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 20:55:01 GMT</pubDate>
    <dc:creator>KimOllivier</dc:creator>
    <dc:date>2021-12-10T20:55:01Z</dc:date>
    <item>
      <title>User Input Popup after a Tool is Executed</title>
      <link>https://community.esri.com/t5/python-questions/user-input-popup-after-a-tool-is-executed/m-p/22533#M1744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm hoping this is possible and that someone can help me out.&amp;nbsp; I have created a tool that automates the creation of maps and all works well.&amp;nbsp; I'm trying to figure out how I can add a user input popup while the tool is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Essentially, I want there to be a checkbox on the original tool interface and if it is checked by the user a secondary input interface will popup later on after the appropriate data is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 02:41:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/user-input-popup-after-a-tool-is-executed/m-p/22533#M1744</guid>
      <dc:creator>DanikBourdeau</dc:creator>
      <dc:date>2011-10-11T02:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: User Input Popup after a Tool is Executed</title>
      <link>https://community.esri.com/t5/python-questions/user-input-popup-after-a-tool-is-executed/m-p/22534#M1745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have a look at the win32 interface&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import win32api
win32api.MessageBox(0,"msgbox", "title")
win32api.MessageBox(0,"ok cancel?", "title",1)
win32api.MessageBox(0,"abort retry ignore?", "title",2)
win32api.MessageBox(0,"yes no cancel?", "title",3)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tkinter provides a more complete dialog designer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/user-input-popup-after-a-tool-is-executed/m-p/22534#M1745</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2021-12-10T20:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: User Input Popup after a Tool is Executed</title>
      <link>https://community.esri.com/t5/python-questions/user-input-popup-after-a-tool-is-executed/m-p/22535#M1746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cheers, I'll have a look.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 03:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/user-input-popup-after-a-tool-is-executed/m-p/22535#M1746</guid>
      <dc:creator>DanikBourdeau</dc:creator>
      <dc:date>2011-10-11T03:37:50Z</dc:date>
    </item>
  </channel>
</rss>

