Select to view content in your preferred language

Just upgraded to 3.3 and now the Splash screen does NOT allow it to be dismissed?

769
4
07-02-2013 07:09 AM
VenusScott
Frequent Contributor
I just upgraded to the 3.3 version and now the Spalsh Screen does not allow the user to dismiss the screen to get to the application? Anyone else have this problem?
Tags (2)
0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus
Venus,

   Can you post your SplashWidget.xml?
0 Kudos
VenusScott
Frequent Contributor
Would not let me upload the .xml file (invalid file?) but here is what it consist of . . .

<?xml version="1.0" ?>
<configuration>
    <width>0</width>
    <height>0</height>
    <content><![CDATA[
            <p align='center' width='139' height='131'>
               This application allows the user to update Public Works Fuel Sites data.
                <br/>
                <br/>
                For instructions on how to perform edits click here.
            </p>
       ]]></content>
    <labels>
        <btnlabel>OK</btnlabel>
    </labels>
</configuration>
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Venus,

   You need to go read the readme.txt and/or look at the Splashwidget.xml that come in the downloaded zip file as the contents of the Splashwidget.xml has changed since the version you were using.
0 Kudos
VenusScott
Frequent Contributor
Thank you!
0 Kudos