Animated Splashscreen??? (1 Viewer)

sa_ddam213

Retired Team Member
  • Premium Supporter
  • March 3, 2009
    312
    281
    Canterbury
    Home Country
    New Zealand New Zealand
    Does anyone know if the splash screen can have an animation added eg. Loading progress bar :confused:

    window>
    <controls>
    <control>
    <description>splashscreen background</description>
    <type>image</type>
    <id>1</id>
    <texture>backgroundold.png</texture>
    </control>
    <control>
    <description>seperator animation</description>
    <type>animation</type>
    <id>2</id>
    <posX>20</posX>
    <posY>24</posY>
    <textures>load001.png;load002.png;load003.png;load004.png;load005.png;load006.png</textures>
    <Duration>0:0:2.0</Duration>
    <RepeatBehavior>1</RepeatBehavior>
    <FillBehavior>HoldEnd</FillBehavior>
    </control>
    <control>
    <description>splashscreen text</description>
    <type>label</type>
    <id>3</id>
    <textsize>36</textsize>
    <textcolor>#ffffff</textcolor>
    </control>
    </controls>
    </window>


    Tryed the simple first but no luck..
    Any help would be awesome Chur>>>
     

    SMa

    Retired Team Member
  • Premium Supporter
  • June 15, 2007
    194
    13
    Helsinki - Finland
    Home Country
    Belgium Belgium
    The splashscreen is a winform which only uses the background.png
    So an animated splashscreen is probably not possible.
     

    maximuz

    Portal Member
    February 24, 2008
    38
    3
    Stavropol region, Zheleznovodsk
    Home Country
    Russian Federation Russian Federation
    Instead of background.png you can use any other png or animated gif.
    Animated gif works fine in alternate splashscreen (fullscreen) except one thing:
    Because of high system load during startup it won't play smoothly.
    If it'll be possible to give highest priority to playing gif file during loading - it would be excellent.
     

    faf4life

    Portal Member
    March 21, 2006
    9
    1
    But what would be the sense in having a high priority gif animation and therefore delaying the actual startup, just for some eyecandy?
    Sure it would be nice to have, but not for the price of a slower startup.
     

    l337

    MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    News ? Does anyone know if the splash screen can have an animation added eg. Loading progress bar
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,427
    10,454
    Königstein (Taunus)
    Home Country
    Germany Germany
    Atm the splashscreen does not allow any other controls than the splashscreen JPG/PNG and a hardcoded font at a hardcoded position to show the startup progress ;)
     

    Users who are viewing this thread

    Top Bottom