Skin getting stuck on startup (Esc fixes it)
#1
I am running the "Touched" skin and sometimes (happening more often now) during startup it does not go directly into the Home screen but gets stuck on the background with a few buttons. I took a screenshot of it while it was hung. Hitting Escape brings it right into the Home screen but I am trying to run this on a touchscreen so hitting escape on that is a bit difficult Big Grin

Still new at all of this so I don't know where to look.

Thanks,
Scott

Image
Reply
#2
i think you had a addon that run on startup
Reply
#3
How do I check that?

I removed the Startup.xml file and everything works just fine. I am trying to find out what was causing it in the xml file but like I said I am very new Smile
Here is what is in the Startup.xml file:
Code:
<window>
    <defaultcontrol always="true">10</defaultcontrol>
    <allowoverlay>no</allowoverlay>
    <controls>
        <include>CommonBackground</include>
        <include>CommonNowPlaying</include>
        <control type="button" id="10">
            <description>trigger</description>
            <onfocus>ReplaceWindow($INFO[System.StartupWindow])</onfocus>
            <texturenofocus>-</texturenofocus>
            <texturefocus>-</texturefocus>
        </control>
    </controls>
</window>

Thanks,
Scott

If I replace
Code:
<onfocus>ReplaceWindow($INFO[System.StartupWindow])</onfocus>
with
Code:
<onfocus>ReplaceWindow(Home)</onfocus>

it works fine.

Is there any downfall to this?
Reply

Logout Mark Read Team Forum Stats Members Help
Skin getting stuck on startup (Esc fixes it)0