<?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 Modify or set ArcGIS Pro statusbar text using c# in Esri India Questions</title>
    <link>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450943#M124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using C#, I want to access the statusbar of MapWindow in ArcGIS Pro i.e. need to display the customized/user value(text) in the existing status bar. How to update the statusbar by using C#? Kindly suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Mar 2019 09:59:34 GMT</pubDate>
    <dc:creator>DharmaRajan</dc:creator>
    <dc:date>2019-03-28T09:59:34Z</dc:date>
    <item>
      <title>Modify or set ArcGIS Pro statusbar text using c#</title>
      <link>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450943#M124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using C#, I want to access the statusbar of MapWindow in ArcGIS Pro i.e. need to display the customized/user value(text) in the existing status bar. How to update the statusbar by using C#? Kindly suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 09:59:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450943#M124</guid>
      <dc:creator>DharmaRajan</dc:creator>
      <dc:date>2019-03-28T09:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modify or set ArcGIS Pro statusbar text using c#</title>
      <link>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450944#M125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; progDlg &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;ProgressDialog&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"YOUR MESSAGE HERE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Cancel"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
progDlg&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Show&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; progSrc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;CancelableProgressorSource&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;progDlg&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450944#M125</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2021-12-11T20:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modify or set ArcGIS Pro statusbar text using c#</title>
      <link>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450945#M126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matthew for the&amp;nbsp; quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tested the code and it is executing without errors. But I cann't able to find the output/result as ArcGIS-Pro environment is new for me(I mean where to find the progress dialog inside the ArcGIS-Pro window).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please send me a simple screenshot which represents the output?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 05:53:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450945#M126</guid>
      <dc:creator>DharmaRajan</dc:creator>
      <dc:date>2019-03-29T05:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Modify or set ArcGIS Pro statusbar text using c#</title>
      <link>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450946#M127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will show up in the middle of your screen.&amp;nbsp; Message boxes will not display if you started the application within Visual Studio.&amp;nbsp; Run the add-in directly from a native Pro startup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 13:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450946#M127</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2019-03-29T13:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Modify or set ArcGIS Pro statusbar text using c#</title>
      <link>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450947#M128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Now I can able to see the output(by executing the add-in directly). But I want the text to be displayed at the bottom of map window.&lt;IMG alt="Status text" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/440864_Status.png" /&gt;. Similar to the X,Y Co-Ordinates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 06:16:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-india-questions/modify-or-set-arcgis-pro-statusbar-text-using-c/m-p/450947#M128</guid>
      <dc:creator>DharmaRajan</dc:creator>
      <dc:date>2019-04-01T06:16:23Z</dc:date>
    </item>
  </channel>
</rss>

