NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 76 77 78 79 80 … 125 Next »
New skin tags

 
  • 0 Vote(s) - 0 Average
New skin tags
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#1
2006-02-28, 05:29 PM (This post was last modified: 2006-02-28, 05:35 PM by MixMan.)
I don't know where this should be posted really, for XML skinners to notice.
Here are my findings, so far, that I updated SharperEdge with.

Skin.xml - History with new or updated sections in Skin.xml

Version 96.08
---------------------------------------------------------------------------------------------------------------------------------

Main Menu Skin.xml

CompositeImages
ErrorMessagePopup is now configurable

<CompositeImage name="ErrorMessagePopup" size="720,480">
<DrawRoundedRect loc="20,100" size="670,200" radius="10" borderWidth="4" borderColor="LightGray" fillColor="Vertical:#000077-#000033"/>
<DrawText text="@errorMessage" loc="45,120" size="630,120" textStyle="TaskDescription" align="Center"/>
<Element name="OkButton" loc="275,245" size="166,45"/>
</CompositeImage>

SpecialElement
The new SpecialElement "Closebutton" may also have a correspondent image for each skin.
<SpecialElement name="CloseButton" loc="680,5" size="35,35"/>

The new SpecialElement "Inset" may also exist in each sub menu skin. It will show TV/Video or usic visualisation.
<SpecialElement name="Inset" loc="320,85" size="380,280"/>
---------------------------------------------------------------------------------------------------------------------------------
FM Radio Skin.xml

CompositeImages
Graphic can now be added to the Stations

<CompositeImage name="NormalStationItem" size="500,50">
<!-- DrawRoundedRect loc="3,3" size="485,43" radius="5" borderWidth="4" borderColor="LightGray" fillColor="Black"/ -->
<DrawImage filename="..\ListBarDetailNormal.png" loc="2,1" size="465,45"/>
<DrawText text="@station" loc="10,13" size="390,25" textStyle="StationName" align="Left"/> <DrawText text="@frequency" loc="320,15" size="135,25" textStyle="StationFrequency" align="RIght"/> </CompositeImage>

<CompositeImage name="SelectedStationItem" size="500,50">
<!-- DrawRoundedRect loc="3,3" size="485,43" radius="5" borderWidth="6" borderColor="LightGray" fillColor="DarkGreen"/ -->
<DrawImage filename="..\ListBarDetailSelected.png" loc="2,1" size="465,45"/>
<DrawText text="@station" loc="10,13" size="390,25" textStyle="StationNameFocus" align="Left"/>
<DrawText text="@frequency" loc="320,15" size="135,25" textStyle="StationFrequency" align="RIght"/> </CompositeImage>
---------------------------------------------------------------------------------------------------------------------------------
Recordings Skin.xml

<!-- delete confirmation popup -->
<CompositeImage name="DeleteConfirmationPopup" size="720,480">
<!-- DrawRoundedRect loc="180,130" size="435,170" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/ -->
<DrawImage filename="..\Popup_Background.PNG" loc="170,130" size="435,170"/>
<DrawText text="@prompt" loc="190,145" size="490,50" textStyle="ButtonText" align="Left" visible="true"/>
<DrawText text="@itemToDelete" loc="190,200" size="410,22" textStyle="ButtonText" align="Left" visible="true"/>
<Element name="OK" loc="245,252" size="130,38"/>
<Element name="Cancel" loc="385,252" size="130,38"/>
</CompositeImage>
---------------------------------------------------------------------------------------------------------------------------------
Video Library Skin.xml

<!-- delete confirmation popup -->
<CompositeImage name="DeleteConfirmationPopup" size="720,480">
<!-- DrawRoundedRect loc="170,130" size="455,170" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/ -->
<DrawImage filename="..\Popup_Background.PNG" loc="160,130" size="465,170"/>
<DrawText text="Are you sure you want to delete this file?" loc="180,145" size="480,40" textStyle="PopupText" align="Left" visible="true"/>
<DrawText text="@filename" loc="180,190" size="410,22" textStyle="ButtonText" align="Left" visible="true"/>
<Element name="OK" loc="265,252" size="130,38"/>
<Element name="Cancel" loc="395,252" size="130,38"/>
</CompositeImage>

<!-- transcode popups -->
<CompositeImage name="TranscodeSetupPopup" size="720,480">
<!-- DrawRoundedRect loc="90,130" size="570,195" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/ -->
<DrawImage filename="..\Popup_Background.PNG" loc="90,130" size="570,195"/>
<DrawText text="Select the profile to use for this transcoding:" loc="105,145" size="480,30" textStyle="PopupText" align="Left" visible="true"/>
<Element name="FilenameHighlight" loc="70,175" size="590,45"/>
<DrawRoundedRect loc="107,175" size="530,45" radius="5" borderWidth="4" borderColor="White" fillColor="Vertical:#000077-#000033" visible="@filenameSelected"/>
<DrawText text="File: " loc="115,185" size="480,30" textStyle="PopupTags" align="Left" visible="true"/> <DrawText text="@targetFilename" loc="205,185" size="410,22" textStyle="PopupText" align="Left" visible="true"/>

<Element name="ProfileHighlight" loc="70,215" size="590,45"/>
<DrawRoundedRect loc="107,215" size="530,45" radius="5" borderWidth="4" borderColor="White" fillColor="Vertical:#000077-#000033" visible="@profileSelected"/>
<DrawText text="Profile: " loc="115,225" size="480,30" textStyle="PopupTags" align="Left" visible="true"/> <DrawText text="@profile" loc="205,225" size="480,30" textStyle="PopupText" align="Left" visible="true"/>
<Element name="Transcode" loc="235,272" size="130,38"/>
<Element name="Cancel" loc="365,272" size="130,38"/>
</CompositeImage>

<CompositeImage name="TranscodeInProgressPopup" size="720,480">
<!-- DrawRoundedRect loc="90,130" size="570,195" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/ -->
<DrawImage filename="..\Popup_Background.PNG" loc="90,130" size="570,195"/>

<DrawText text="The following file is currently being transcoded:" loc="105,145" size="480,30" textStyle="PopupText" align="Left" visible="true"/>
<DrawText text="Source: " loc="115,185" size="480,30" textStyle="PopupTags" align="Left" visible="true"/> <DrawText text="@sourceFilename" loc="205,185" size="410,22" textStyle="PopupText" align="Left" visible="true"/>
<DrawText text="Target: " loc="115,225" size="480,30" textStyle="PopupTags" align="Left" visible="true"/> <DrawText text="@targetFilename" loc="205,225" size="410,22" textStyle="PopupText" align="Left" visible="true"/>
<Element name="Stop" loc="235,272" size="130,38"/>
<Element name="Exit" loc="365,272" size="130,38"/>
</CompositeImage>
</CompositeImages>

---------------------------------------------------------------------------------------------------------------------------------
ProcAmp Skin.xml
Remove space after : in following text strings. This will make the Video Controls translatable.
"Brightness: " > "Brightness:"
"Contrast: " > "Contrast:"
"Hue: " > "Hue:"
"Saturation: " > "Saturation:"
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#2
2006-02-28, 05:44 PM
thanks! that will help....
---------------------
www.sitecomposer.de
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#3
2006-02-28, 06:06 PM (This post was last modified: 2006-02-28, 06:13 PM by MixMan.)
You are welcome Dottore. Thanks to you too. You have done a great job on BlueMCE2. I now understand how much time you must have put in to that skin. I must have a huge amount of hours finding tags in the XMLs.
By the way, have you seen the mods of MCE3 the Gold and Steel one?
The Gold one was really nice. You could make "skin packs" to BlueMCE2.

There are 2 thing I would like Sub to make more skinnable in the Recording xml

The manual popup screen.
Possibility to move selectabe items to the right, so the "tags", like Channel:, Date:, Name:, Prefix: could be longer.
...or have you found a way to position them ?

The Conflict popup does not seem to be skinnable.
...or have you found a way to skin it ?
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#4
2006-02-28, 07:17 PM
the manual popup is really hard to edit. you can't do much...

i don't think, i find the time to make changes to bluemce2...i am busy with olbia at the moment ;-)
---------------------
www.sitecomposer.de
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#5
2006-02-28, 10:55 PM
one question, when is this used?
Code:
SpecialElement
The new SpecialElement "Closebutton" may also have a correspondent image for each skin.
<SpecialElement name="CloseButton" loc="680,5" size="35,35"/>
can it be used to display a "x" or whatever in a top right corner say and then let the user select it from the main menu, like mediaportal/xbmc etc?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#6
2006-02-28, 11:20 PM
If it is defined, then when the user clicks in that area the it'll perform a close. On the main menu it'll close the application. On any other screen, it'll return to the main menu.
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#7
2006-03-02, 10:17 AM
I asked Sub to make the skins more "mouse friendly", because otherwise when you are in the Search or TVguide menu there is no way to return to main menu. Thanks to Sub that implemented my suggestion.
I have used the CloseButton in the SharperEdge subskins.
(The Advisor skin tutorial also have the close button)
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Search Skin Problem Northpole 12 23,980 2011-07-10, 08:24 PM
Last Post: Northpole
  Vertical Menu skin question Northpole 4 3,963 2010-12-11, 05:12 PM
Last Post: Northpole
  Skin documentation dspdrew 14 7,548 2010-10-25, 07:09 AM
Last Post: Hairy
  What are your skin preferences? Hairy 22 10,112 2010-10-06, 11:36 AM
Last Post: Hairy
  Blue Skin: Recordings - Include Program Description ralphy 4 3,498 2010-05-17, 01:32 AM
Last Post: ralphy
  Slick skin pictures Pob 4 3,096 2009-12-21, 10:41 PM
Last Post: Pob
  Aeon Project skin port for GBPVR mvallevand 18 11,327 2009-10-31, 12:21 PM
Last Post: CornStopper
  Slick skin - task image tm12 3 2,872 2009-09-11, 10:09 AM
Last Post: tm12
  Updating a new skin.xml mvallevand 2 2,503 2009-09-03, 09:04 PM
Last Post: mvallevand
  anyone has Community Skin v3? I need to get UbUStream running atlzbest 3 2,396 2009-07-03, 04:27 PM
Last Post: Fatman_do

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode