xboxscene.org forums

Author Topic: What's Wrong With It?  (Read 100 times)

Monkey106

  • Archived User
  • Jr. Member
  • *
  • Posts: 89
What's Wrong With It?
« on: July 13, 2005, 04:41:00 PM »

Could somebody please take a look at the code for my unleashx skin and tell me why it keeps crashing when I try to apply it? I made it in UXArchitect. It worked the first time, but then I changed the menu from being horizontal to vertical and now it doesn't work. Any help would be great, I've been stuck with this problem for days.

CODE:

<Skin name="The Rockbox2">
    <Information>
        <Author>Monkey 106</Author>
        <Version>2</Version>
        <Copyright>2005</Copyright>
        <ScreenSize Width="640" Height="576" />
        <Skinner Name="UX Architect" Version="1.0c" />
    </Information>
    <IntroMovie>intro.wmv</IntroMovie>
    <Filemanager SafeBorder="False">
        <Background>filemanager.jpg</Background>
    </Filemanager>
    <LoadingScreen ShowInfo="True">
        <Background>loading.jpg</Background>
    </LoadingScreen>
    <Main Globe="False" Orb="False" Fog="False">
        <Background EnableAudio="True">background.jpg</Background>
        <InfoFont>Square-10.xpr</InfoFont>
        <Text Top="86" Left="0" Width="637" Scroll="2" Color="0xFF000000" Source="Newsfeed" Align="Left" />
        <Text Top="380" Left="380" Width="200" Scroll="1" Color="0xFF000000" Source="SongName" Align="Left" />
        <Text Top="502" Left="422" Width="200" Scroll="1" Color="0xFF000000" Source="CPUTempC" Align="Left" />
        <Text Top="442" Left="384" Width="200" Scroll="1" Color="0xFF000000" Source="Time" Align="Left" />
        <Text Top="322" Left="372" Width="200" Scroll="1" Color="0xFF000000" Source="DVDTitle" Align="Left" />
        <Image Top="122" Left="294" Width="162" Height="161" Source="GameIcon" />
        <Menu Align="Left" ShowIcon="False" ShowArrows="False">
            <Position Top="117" Left="40" Width="199" Height="424" Fixed="True" FixAt="2" MaxItem="4" />
            <Font>Square-12.xpr</Font>
        </Menu>
        <ColorScheme>
            <AMBIENT_FOGCOLOR>0x00FFFFFF</AMBIENT_FOGCOLOR>
            <AMBIENT_SKYCOLOR>0x0000000F</AMBIENT_SKYCOLOR>
            <AMBIENT_CELLCOLOR>0x0000C000</AMBIENT_CELLCOLOR>
            <CAPTION_TEXTCOLOR>0xFFFF8000</CAPTION_TEXTCOLOR>
            <CAPTION_BACKCOLOR>0x64808080</CAPTION_BACKCOLOR>
            <DIALOG_BORDERCOLOR>0xFF000000</DIALOG_BORDERCOLOR>
            <DIALOG_BACKCOLOR>0x64808080</DIALOG_BACKCOLOR>
            <DIALOG_INNER_BORDERCOLOR>0xC8000000</DIALOG_INNER_BORDERCOLOR>
            <DIALOG_INNER_BACKCOLOR>0x5A808080</DIALOG_INNER_BACKCOLOR>
            <DIALOG_TEXTCOLOR>0xFFFFFFFF</DIALOG_TEXTCOLOR>
            <DIALOG_DISABLEDTEXT>0xFFB3B3B4</DIALOG_DISABLEDTEXT>
            <OPTION_TEXTCOLOR>0xFFFFFFFF</OPTION_TEXTCOLOR>
            <OPTION_ACTIVETEXTCOLOR>0xFFFF8000</OPTION_ACTIVETEXTCOLOR>
            <OPTION_ACTIVEBACKCOLOR>0x50808080</OPTION_ACTIVEBACKCOLOR>
            <BUTTON_BORDERCOLOR>0xC8000000</BUTTON_BORDERCOLOR>
            <BUTTON_TEXTCOLOR>0xFFFFFFFF</BUTTON_TEXTCOLOR>
            <BUTTON_BACKCOLOR>0xFF525252</BUTTON_BACKCOLOR>
            <BUTTON_ACTIVETEXTCOLOR>0xFFFFFFFF</BUTTON_ACTIVETEXTCOLOR>
            <BUTTON_ACTIVEBACKCOLOR>0xFF808080</BUTTON_ACTIVEBACKCOLOR>
            <KB_KEYBG_HIGHLIGHT>0x19575757</KB_KEYBG_HIGHLIGHT>
            <KB_KEYBG_DISABLED>0x78C0C0C0</KB_KEYBG_DISABLED>
            <KB_KEY_PRESSED>0xFF008000</KB_KEY_PRESSED>
            <KB_KEY_NORMAL>0xFF000000</KB_KEY_NORMAL>
            <KB_KEY_DISABLED>0x78808080</KB_KEY_DISABLED>
            <KB_KEY_ACTIVEBORDER>0xFFFF0000</KB_KEY_ACTIVEBORDER>
            <KB_KEY_TEXTCOLOR>0xFF000000</KB_KEY_TEXTCOLOR>
            <KB_KEY_TEXTBACKCOLOR>0xFFFFFFFF</KB_KEY_TEXTBACKCOLOR>
            <KB_KEY_TEXTBORDERCOLOR>0x780000FF</KB_KEY_TEXTBORDERCOLOR>
            <MENU_TEXTCOLOR>0x96FFFFFF</MENU_TEXTCOLOR>
            <MENU_ACTIVETEXTCOLOR>0xFFFFFFFF</MENU_ACTIVETEXTCOLOR>
        </ColorScheme>
    </Main>
Logged