<?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: Gif image in splash screen in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/gif-image-in-splash-screen/m-p/1225154#M8952</link>
    <description>&lt;P&gt;Using the WpfAnimatedGif NuGet I implemented this sample in SplashScreen.xaml of my Pro Configuration:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;Window x:Class="ProConfigStartAnimation.UI.SplashScreen"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             xmlns:local="clr-namespace:ProConfigStartAnimation"
             xmlns:gif="http://wpfanimatedgif.codeplex.com"
             mc:Ignorable="d" 
             ResizeMode="NoResize"
             Topmost="False"
             ShowInTaskbar="False"
             WindowStartupLocation="CenterScreen"
             WindowStyle="None"
             Width="648" Height="328"&amp;gt;
  &amp;lt;Grid&amp;gt;
    &amp;lt;Border BorderBrush="Black" BorderThickness="3" Margin="10"&amp;gt;
      &amp;lt;StackPanel Orientation="Vertical"&amp;gt;
        &amp;lt;Image Source="../Images/FolderOpenState32.png" Width="32" Height="32" /&amp;gt;
        &amp;lt;Image gif:ImageBehavior.AnimatedSource="../Images/earth.gif" Width="192" Height="192" /&amp;gt;
        &amp;lt;TextBlock FontSize="50"
                   HorizontalAlignment="Center"
                   VerticalAlignment="Center"&amp;gt;
          ProConfigStartAnimation
        &amp;lt;/TextBlock&amp;gt;
      &amp;lt;/StackPanel&amp;gt;
    &amp;lt;/Border&amp;gt;
  &amp;lt;/Grid&amp;gt;
&amp;lt;/Window&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;I attached my sample project for your reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2022 13:04:32 GMT</pubDate>
    <dc:creator>Wolf</dc:creator>
    <dc:date>2022-10-25T13:04:32Z</dc:date>
    <item>
      <title>Gif image in splash screen</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/gif-image-in-splash-screen/m-p/1223758#M8933</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to add gif image having an animation in the splash screen for my ArcGIS Pro WPF application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;First is there any API/Control for adding the gif image?&lt;/P&gt;&lt;P&gt;And second I was trying to use a third part package to add the gif image in splash screen. But splash screen is not showing and it is directly showing the About Page. When I am using the same third party package in a simply wpf application it is working fine.&lt;/P&gt;&lt;P&gt;Below is the third party package:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/XamlAnimatedGif/WpfAnimatedGif" target="_blank"&gt;https://github.com/XamlAnimatedGif/WpfAnimatedGif&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 12:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/gif-image-in-splash-screen/m-p/1223758#M8933</guid>
      <dc:creator>newbiedotnetguy</dc:creator>
      <dc:date>2022-10-20T12:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Gif image in splash screen</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/gif-image-in-splash-screen/m-p/1225154#M8952</link>
      <description>&lt;P&gt;Using the WpfAnimatedGif NuGet I implemented this sample in SplashScreen.xaml of my Pro Configuration:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;Window x:Class="ProConfigStartAnimation.UI.SplashScreen"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             xmlns:local="clr-namespace:ProConfigStartAnimation"
             xmlns:gif="http://wpfanimatedgif.codeplex.com"
             mc:Ignorable="d" 
             ResizeMode="NoResize"
             Topmost="False"
             ShowInTaskbar="False"
             WindowStartupLocation="CenterScreen"
             WindowStyle="None"
             Width="648" Height="328"&amp;gt;
  &amp;lt;Grid&amp;gt;
    &amp;lt;Border BorderBrush="Black" BorderThickness="3" Margin="10"&amp;gt;
      &amp;lt;StackPanel Orientation="Vertical"&amp;gt;
        &amp;lt;Image Source="../Images/FolderOpenState32.png" Width="32" Height="32" /&amp;gt;
        &amp;lt;Image gif:ImageBehavior.AnimatedSource="../Images/earth.gif" Width="192" Height="192" /&amp;gt;
        &amp;lt;TextBlock FontSize="50"
                   HorizontalAlignment="Center"
                   VerticalAlignment="Center"&amp;gt;
          ProConfigStartAnimation
        &amp;lt;/TextBlock&amp;gt;
      &amp;lt;/StackPanel&amp;gt;
    &amp;lt;/Border&amp;gt;
  &amp;lt;/Grid&amp;gt;
&amp;lt;/Window&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;I attached my sample project for your reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 13:04:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/gif-image-in-splash-screen/m-p/1225154#M8952</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2022-10-25T13:04:32Z</dc:date>
    </item>
  </channel>
</rss>

