<?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: IProgressDialog2, can't hide if there's an error, ArcMap is frozen/stuck in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86272#M2216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Or hide it in finally statement.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would still have to be declared outside of the Try/Catch.&amp;nbsp; Variables declared within the Try/Catch do not have scope in the Finally clause.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 12:32:04 GMT</pubDate>
    <dc:creator>NeilClemmons</dc:creator>
    <dc:date>2013-01-04T12:32:04Z</dc:date>
    <item>
      <title>IProgressDialog2, can't hide if there's an error, ArcMap is frozen/stuck</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86268#M2212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using code similar to the "Show Progress Dialog Snippet", which is inside a Try - Catch - End Try block.&amp;nbsp; When there's an error, the code exits the subroutine, which is what I want it to do, but the progress dialog is still up, and I can't get it to go away, and nothing else can be done until I force ArcMap to shut down. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know how to hide the progress dialog when there's an error?&amp;nbsp; I suppose I could make it a public variable, so the error handler can see it, but that seems pretty roundabout.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:07:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86268#M2212</guid>
      <dc:creator>KevinAndras</dc:creator>
      <dc:date>2013-01-03T19:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: IProgressDialog2, can't hide if there's an error, ArcMap is frozen/stuck</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86269#M2213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You don't have to make the progress dialog public.&amp;nbsp; All you need to do is declare it outside of the Try/Catch.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86269#M2213</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-01-03T19:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: IProgressDialog2, can't hide if there's an error, ArcMap is frozen/stuck</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86270#M2214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Neil!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 21:02:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86270#M2214</guid>
      <dc:creator>KevinAndras</dc:creator>
      <dc:date>2013-01-03T21:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: IProgressDialog2, can't hide if there's an error, ArcMap is frozen/stuck</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86271#M2215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You don't have to make the progress dialog public.&amp;nbsp; All you need to do is declare it outside of the Try/Catch.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or hide it in finally statement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 12:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86271#M2215</guid>
      <dc:creator>DubravkoAntonic</dc:creator>
      <dc:date>2013-01-04T12:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: IProgressDialog2, can't hide if there's an error, ArcMap is frozen/stuck</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86272#M2216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Or hide it in finally statement.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would still have to be declared outside of the Try/Catch.&amp;nbsp; Variables declared within the Try/Catch do not have scope in the Finally clause.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 12:32:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86272#M2216</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-01-04T12:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: IProgressDialog2, can't hide if there's an error, ArcMap is frozen/stuck</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86273#M2217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Neil, you're totally right.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 12:44:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iprogressdialog2-can-t-hide-if-there-s-an-error/m-p/86273#M2217</guid>
      <dc:creator>DubravkoAntonic</dc:creator>
      <dc:date>2013-01-04T12:44:42Z</dc:date>
    </item>
  </channel>
</rss>

