<?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 Pro Configuration: Progress Dots on Splash Screen in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793341#M1682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After much Googling, I am resorting to posting here. I'd like to simply show the initializing continuous progress dots on the splash screen of my configuration - you know the dots that Pro's default splash screen already shows? I have not been able to find any examples of this.. and all I find on Google about progress bars in C# is for WindowsForms apps. Would that work here? I feel like this is becoming a whole lot more complicated than it should be. And I can't believe there isn't a community sample of this or a sample in one of the many videos about the Pro SDK that shows a simple progress indicator on the splash screen. Please direct me to it if there is! Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These dots that run across the screen.. even Visual Studio uses them when it loads.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image result for show progress loading dots c#" src="https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/images/progressbar_twostates.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2019 19:21:44 GMT</pubDate>
    <dc:creator>DylanHarwell</dc:creator>
    <dc:date>2019-06-24T19:21:44Z</dc:date>
    <item>
      <title>Pro Configuration: Progress Dots on Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793341#M1682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After much Googling, I am resorting to posting here. I'd like to simply show the initializing continuous progress dots on the splash screen of my configuration - you know the dots that Pro's default splash screen already shows? I have not been able to find any examples of this.. and all I find on Google about progress bars in C# is for WindowsForms apps. Would that work here? I feel like this is becoming a whole lot more complicated than it should be. And I can't believe there isn't a community sample of this or a sample in one of the many videos about the Pro SDK that shows a simple progress indicator on the splash screen. Please direct me to it if there is! Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These dots that run across the screen.. even Visual Studio uses them when it loads.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image result for show progress loading dots c#" src="https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/images/progressbar_twostates.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 19:21:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793341#M1682</guid>
      <dc:creator>DylanHarwell</dc:creator>
      <dc:date>2019-06-24T19:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Configuration: Progress Dots on Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793342#M1683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WPF Spark Nuget provides a&amp;nbsp;"FluidProgressBar" user control that can be used for this.&lt;/P&gt;&lt;P&gt;* Download the WPF Spark nuget&lt;/P&gt;&lt;P&gt;* Include the user control in your splash screen in the configuration project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;Grid&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
      &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;Border&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;BorderBrush&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;Black&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;BorderThickness&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;3&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;Margin&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;10&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
          &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;Grid&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
              &amp;lt;Grid.RowDefinitions&amp;gt;
                   ...
            
            &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;TextBlock&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;...&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
          ProgressDots
            &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;TextBlock&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
                &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="namespace token"&gt;wpfspark:&lt;/SPAN&gt;FluidProgressBar&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;Grid.Row&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;1&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;Margin&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;50, 50&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt; 
                &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="namespace token"&gt;wpfspark:&lt;/SPAN&gt;FluidProgressBar&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
            &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;Grid&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
     &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;Border&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;Grid&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&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;/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;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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451452_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793342#M1683</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2021-12-12T09:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Configuration: Progress Dots on Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793343#M1684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Uma! Exactly what I was after. Is there a c# method to get Pro's version number to display on the splash screen? I tinkered around a bit and could only get the aassembly/build info, but could not get Pros number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 20:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793343#M1684</guid>
      <dc:creator>DylanHarwell</dc:creator>
      <dc:date>2019-06-25T20:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Configuration: Progress Dots on Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793344#M1685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dylan&lt;/P&gt;&lt;P&gt;The best way to get the Pro version to display on your Configuration's splash screen is to use the registry.&lt;/P&gt;&lt;P&gt;Pro's version is provided in the following key:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro]
"InstallDir"="C:\\Program Files\\ArcGIS\\Pro\\"
...
"Version"="2.4"
&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;P&gt;&lt;/P&gt;&lt;P&gt;Please note, Pro can be installed without admin rights - which means these keys could be found in the&amp;nbsp;HKEY_CURRENT_USER registry hive if Pro was installed in the context of a single user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793344#M1685</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2021-12-12T09:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Configuration: Progress Dots on Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793345#M1686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uma, forgive me but I don't quite follow what that would look like in the configuration as far as coding that. Is there some method that I'd pass the registry key into to return the version? I'd like to avoid hardcoding version="2.3" into the xaml and&amp;nbsp;have static text, I'd like it to change dynamically with future upgrades.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 21:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793345#M1686</guid>
      <dc:creator>DylanHarwell</dc:creator>
      <dc:date>2019-06-25T21:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Configuration: Progress Dots on Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793346#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;No problem. You will just have to use the C# RegistryKey class to get the Pro version registry key in code.&amp;nbsp; And then you can display the Version in the splash screen..&lt;/P&gt;&lt;P&gt;A code similar to this can be used to get the Pro's version registry key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;RegistryKey localKey &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; egistryKey&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;OpenBaseKey&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Microsoft&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Win32&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RegistryHive&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;LocalMachine&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; RegistryView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Registry64&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
RegistryKey esriKey &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; localKey&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;OpenSubKey&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;@"SOFTWARE\ESRI\ArcGISPro"&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;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;esriKey &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    localKey &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; RegistryKey&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;OpenBaseKey&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Microsoft&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Win32&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RegistryHive&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CurrentUser&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; RegistryView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Registry64&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    esriKey &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; localKey&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;OpenSubKey&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;@"SOFTWARE\ESRI\ArcGISPro"&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;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;esriKey &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
      &lt;SPAN class="comment token"&gt;//this is an error&lt;/SPAN&gt;
      MessageBox&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="string token"&gt;"Pro is not installed"&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; version &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; esriKey&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;GetValue&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Version"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;string&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;version &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;||&lt;/SPAN&gt; version &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;string&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Empty&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
     &lt;SPAN class="comment token"&gt;//this is an error&lt;/SPAN&gt;
     MessageBox&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="string token"&gt;"Pro is not installed"&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;return&lt;/SPAN&gt; version&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;/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;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;/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;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:07:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793346#M1687</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2021-12-12T09:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Configuration: Progress Dots on Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793347#M1688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Uma, I added this to my splashScreenViewModel.cs and it worked and my splash screen is looking great now &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 18:19:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pro-configuration-progress-dots-on-splash-screen/m-p/793347#M1688</guid>
      <dc:creator>DylanHarwell</dc:creator>
      <dc:date>2019-06-26T18:19:06Z</dc:date>
    </item>
  </channel>
</rss>

