2005-03-13, 04:39 AM
Jorm,
I cleaned up the default skin for the theater plugin. Here it is for anyone who is interested.
[CODE]<?xml version="1.0"?>
<settings>
<!-- THEATER LISTINGS LAST UPDATED ON 3 10 05 named coloxxxrs -->
<!-- name colors -->
<NamedColors>
<NamedColor name="NormalRecording" color="Transparent"/>
<NamedColor name="SelectedRecording" color="DarkBlue"/>
<NamedColor name="Selection" color="DarkBlue"/>
<NamedColor name="NotSelectable" color="Gray"/>
<NamedColor name="ButtonBackground" color="Transparent"/>
</NamedColors>
<!-- text style -->
<TextStyles>
<TextStyle name="ScreenName" color="White" typeFace="Arial" size="17" style="bold"/>
<TextStyle name="ButtonText" color="White" typeFace="Arial" size="13" style="bold"/>
<TextStyle name="NothingScheduled" color="White" typeFace="Arial" size="11" style="bold"/>
<TextStyle name="ProgrammeTitle" color="White" typeFace="Arial" size="12" style="bold"/>
<TextStyle name="NotSelectable" color="Gray" typeFace="Arial" size="11" style="bold"/>
<TextStyle name="ProgramText" color="White" typeFace="Arial" size="12" style="bold"/>
<TextStyle name="GroupText" color="White" typeFace="Arial" size="11" style="normal"/>
<!-- the following are used by the recording details popup -->
<TextStyle name="Settings" color="White" typeFace="Arial" size="11" style="bold"/>
<TextStyle name="SettingLabels" color="White" typeFace="Arial" size="11" style="bold"/>
<TextStyle name="GeneralText" color="White" typeFace="Arial" size="13" style="bold"/>
<TextStyle name="SelectedGeneralText" color="White" typeFace="Arial" size="13" style="bold"/>
<TextStyle name="SelectedProgrammeDesc" color="White" typeFace="Arial" size="12" style="bold"/>
<TextStyle name="SelectedProgrammeTitle" color="White" typeFace="Arial" size="13" style="bold"/>
<TextStyle name="SelectedProgrammeChannel" color="White" typeFace="Arial" size="13" style="bold"/>
</TextStyles>
<!-- Composite Images -->
<CompositeImages>
<CompositeImage name="Background" size="720,480">
<DrawImage filename="..\background.jpg" loc="0,0" size="720,480"/>
<DrawRoundedRect loc="150,50" size="520,375" radius="7" borderWidth="4" borderColor="White" fillColor="Black"/>
<DrawText text="Theater" loc="5,5" size="160,120" textStyle="ScreenName" align="Left"/>
</CompositeImage>
<CompositeImage name="SelectedButtonImage" size="130,45">
<DrawRoundedRect loc="4,5" size="120,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="15,9" size="115,34" textStyle="ButtonText" align="Left"/>
</CompositeImage>
<CompositeImage name="NormalButtonImage" size="130,45">
<DrawText text="@buttonText" loc="15,9" size="115,34" textStyle="ButtonText" align="Left"/>
</CompositeImage>
<CompositeImage name="PopupBackground" size="620,480">
<DrawRoundedRect loc="0,0" size="600,380" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/>
</CompositeImage>
<CompositeImage name="NormalName" size="330,90">
<DrawText text="@buttonText" loc="15,9" size="315,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>
<CompositeImage name="SelectedName" size="530,90">
<DrawRoundedRect loc="4,5" size="500,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="15,9" size="315,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>
<CompositeImage name="NormalItemName" size="530,90">
<DrawRoundedRect loc="4,5" size="500,40" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/>
<DrawText text="@buttonText" loc="15,9" size="515,34" textStyle="ProgramText" align="Left"/>
<DrawText text="@timesText" loc="15,25" size="515,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>
<CompositeImage name="SelectedItemName" size="530,90">
<DrawRoundedRect loc="4,5" size="500,40" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="15,9" size="515,34" textStyle="ProgramText" align="Left"/>
<DrawText text="@timesText" loc="15,25" size="515,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>
</CompositeImages>
<Navigation>
<ButtonLocationElement loc="11,60" size="230,30"/>
<NavigationElement name="Ready" display="Current"/>
<NavigationElement name="MainMenu" display="Main Menu"/>
<SortModeElement loc="280,20" size="250,20"/>
<PopupBoxLocation loc="50,20" size="675,375"/>
</Navigation>
<Language>
<MaxListingDisplay name="MaxListingDisplay" key="10"/>
<TextElement name="ReadyCantActivate" key="You have no shows to &#xA;watch"/>
<VideoLines value="6"/>
<GroupLines value="9"/>
<DefaultDisplay value="1"/>
<!-- 1 title, 2
channel, 3 day of week, 4 period -->
<Advanced active="true" rows="2" columns="4" box="true"/>
<Stats xpos="300" ypos="400"/>
</Language>
<!-- special elements -->
<SpecialElements>
<SpecialElement name="SearchControl" loc="50,40"/>
<SpecialElement name="SelectedDetails" loc="15,165" size="685,235" showChannelIcons="true"/>
</SpecialElements>
</settings>
I cleaned up the default skin for the theater plugin. Here it is for anyone who is interested.
[CODE]<?xml version="1.0"?>
<settings>
<!-- THEATER LISTINGS LAST UPDATED ON 3 10 05 named coloxxxrs -->
<!-- name colors -->
<NamedColors>
<NamedColor name="NormalRecording" color="Transparent"/>
<NamedColor name="SelectedRecording" color="DarkBlue"/>
<NamedColor name="Selection" color="DarkBlue"/>
<NamedColor name="NotSelectable" color="Gray"/>
<NamedColor name="ButtonBackground" color="Transparent"/>
</NamedColors>
<!-- text style -->
<TextStyles>
<TextStyle name="ScreenName" color="White" typeFace="Arial" size="17" style="bold"/>
<TextStyle name="ButtonText" color="White" typeFace="Arial" size="13" style="bold"/>
<TextStyle name="NothingScheduled" color="White" typeFace="Arial" size="11" style="bold"/>
<TextStyle name="ProgrammeTitle" color="White" typeFace="Arial" size="12" style="bold"/>
<TextStyle name="NotSelectable" color="Gray" typeFace="Arial" size="11" style="bold"/>
<TextStyle name="ProgramText" color="White" typeFace="Arial" size="12" style="bold"/>
<TextStyle name="GroupText" color="White" typeFace="Arial" size="11" style="normal"/>
<!-- the following are used by the recording details popup -->
<TextStyle name="Settings" color="White" typeFace="Arial" size="11" style="bold"/>
<TextStyle name="SettingLabels" color="White" typeFace="Arial" size="11" style="bold"/>
<TextStyle name="GeneralText" color="White" typeFace="Arial" size="13" style="bold"/>
<TextStyle name="SelectedGeneralText" color="White" typeFace="Arial" size="13" style="bold"/>
<TextStyle name="SelectedProgrammeDesc" color="White" typeFace="Arial" size="12" style="bold"/>
<TextStyle name="SelectedProgrammeTitle" color="White" typeFace="Arial" size="13" style="bold"/>
<TextStyle name="SelectedProgrammeChannel" color="White" typeFace="Arial" size="13" style="bold"/>
</TextStyles>
<!-- Composite Images -->
<CompositeImages>
<CompositeImage name="Background" size="720,480">
<DrawImage filename="..\background.jpg" loc="0,0" size="720,480"/>
<DrawRoundedRect loc="150,50" size="520,375" radius="7" borderWidth="4" borderColor="White" fillColor="Black"/>
<DrawText text="Theater" loc="5,5" size="160,120" textStyle="ScreenName" align="Left"/>
</CompositeImage>
<CompositeImage name="SelectedButtonImage" size="130,45">
<DrawRoundedRect loc="4,5" size="120,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="15,9" size="115,34" textStyle="ButtonText" align="Left"/>
</CompositeImage>
<CompositeImage name="NormalButtonImage" size="130,45">
<DrawText text="@buttonText" loc="15,9" size="115,34" textStyle="ButtonText" align="Left"/>
</CompositeImage>
<CompositeImage name="PopupBackground" size="620,480">
<DrawRoundedRect loc="0,0" size="600,380" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/>
</CompositeImage>
<CompositeImage name="NormalName" size="330,90">
<DrawText text="@buttonText" loc="15,9" size="315,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>
<CompositeImage name="SelectedName" size="530,90">
<DrawRoundedRect loc="4,5" size="500,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="15,9" size="315,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>
<CompositeImage name="NormalItemName" size="530,90">
<DrawRoundedRect loc="4,5" size="500,40" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/>
<DrawText text="@buttonText" loc="15,9" size="515,34" textStyle="ProgramText" align="Left"/>
<DrawText text="@timesText" loc="15,25" size="515,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>
<CompositeImage name="SelectedItemName" size="530,90">
<DrawRoundedRect loc="4,5" size="500,40" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="15,9" size="515,34" textStyle="ProgramText" align="Left"/>
<DrawText text="@timesText" loc="15,25" size="515,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>
</CompositeImages>
<Navigation>
<ButtonLocationElement loc="11,60" size="230,30"/>
<NavigationElement name="Ready" display="Current"/>
<NavigationElement name="MainMenu" display="Main Menu"/>
<SortModeElement loc="280,20" size="250,20"/>
<PopupBoxLocation loc="50,20" size="675,375"/>
</Navigation>
<Language>
<MaxListingDisplay name="MaxListingDisplay" key="10"/>
<TextElement name="ReadyCantActivate" key="You have no shows to &#xA;watch"/>
<VideoLines value="6"/>
<GroupLines value="9"/>
<DefaultDisplay value="1"/>
<!-- 1 title, 2
channel, 3 day of week, 4 period -->
<Advanced active="true" rows="2" columns="4" box="true"/>
<Stats xpos="300" ypos="400"/>
</Language>
<!-- special elements -->
<SpecialElements>
<SpecialElement name="SearchControl" loc="50,40"/>
<SpecialElement name="SelectedDetails" loc="15,165" size="685,235" showChannelIcons="true"/>
</SpecialElements>
</settings>