NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 69 70 71 72 73 … 93 Next »
Skin Editing

 
  • 0 Vote(s) - 0 Average
Skin Editing
Danka
Offline

Member

Posts: 87
Threads: 3
Joined: Jul 2005
#1
2005-07-26, 06:16 PM
trying my hand at editing some skins, using a program such as editplus.

My method so far is... make small changes, save the file... then reload gbpvr each time to view the results. (in my case ten thousand times per hour... lol)

I understand gbpvr will not load if full of errors, but is it possible to refresh gbpvr while it is running, and view the changes with one click. (lazy me..)

or am i approaching skin editing the wrong way...

btw... Im new to pvr world, and I think gbpvr is the coolest, thanks to sub, and all the others here for their hard work Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#2
2005-07-26, 06:26 PM
Quote:I understand gbpvr will not load if full of errors, but is it possible to refresh gbpvr while it is running, and view the changes with one click. (lazy me..)
Unfortunately, no.

In hindsight, it would have been good to have this, but its too much of a hassle to retrofit now.
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#3
2005-07-26, 06:42 PM
What does editplus do?
Is it WYSIWYG?
I just use notepad.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
Danka
Offline

Member

Posts: 87
Threads: 3
Joined: Jul 2005
#4
2005-07-26, 07:03 PM
From the website Wrote:EditPlus is an Internet-ready 32-bit text editor, HTML editor and programmers editor for Windows. While it can serve as a good replacement for Notepad, it also offers many powerful features for Web page authors and programmers.


editplus is kinda like a souped up version of notepad... but not really a wysiwyg editor. I use notepad most of the time as well. Smile
Danka
Offline

Member

Posts: 87
Threads: 3
Joined: Jul 2005
#5
2005-07-26, 07:06 PM
sub Wrote:Unfortunately, no.

In hindsight, it would have been good to have this, but its too much of a hassle to retrofit now.

thnx for the reply sub,

might have to make a .bat file then to close and reopen gbpvr, to save a few clicks, maybe try and figure out if i can get one of these hp keyboard shortcut thingies to point to it... just thinking outloud... lol

thx for the info Smile
Danka
Offline

Member

Posts: 87
Threads: 3
Joined: Jul 2005
#6
2005-07-26, 10:03 PM
ok, notepad it is... just wanted to be sure i wasn't missing out on anything.

thanks again Smile
Danka
Offline

Member

Posts: 87
Threads: 3
Joined: Jul 2005
#7
2005-07-27, 03:35 PM
I have been experimenting on editing a skin and I am curious...

in general, does a plugin itself, have any control over the physical layout (appearance), other than supplying the information requested by the skin.xml for display

.... say a location (10,70) for clickable area of an image that doesn't appear in the code of the skin.xml

the reason i ask, is sometimes images appear to be cut off, if moved too far, and i don't seem to have control over moving the mouse click area, for the relocated image. :confused:

thanks again Smile
Danka
Offline

Member

Posts: 87
Threads: 3
Joined: Jul 2005
#8
2005-07-27, 05:40 PM (This post was last modified: 2005-07-27, 05:43 PM by Danka.)
ok tipstir, thanks Smile

Here is the edited code from the Blue Skin (its commented alot, for aiding my learning process)... wasn't sure if u wanted a zip file, but at least this way, you can see it all here... see the attached pic below Smile

Quote:<settings>
<!-- THEATER LISTINGS LAST UPDATED ON 3 10 05 named coloxxxrs -->
<!-- name colors -->
<NamedColors>
<NamedColor name="NormalRecording" color="Transparent"/>
<NamedColor name="SelectedRecording" color="DarkGreen"/>
<NamedColor name="Selection" color="DarkGreen"/>
<NamedColor name="NotSelectable" color="Gray"/>
<NamedColor name="ButtonBackground" color="Transparent"/>
</NamedColors>

<!-- text style -->
<TextStyles>
<TextStyle name="ScreenName" color="LightGray" typeFace="Tahoma" size="16" style="bold"/>
<TextStyle name="ButtonText" color="White" typeFace="Tahoma" size="13" style="bold"/>
<TextStyle name="NothingScheduled" color="White" typeFace="Tahoma" size="11" style="bold"/>
<TextStyle name="ProgrammeTitle" color="White" typeFace="Tahoma" size="12" style="bold"/>
<TextStyle name="NotSelectable" color="Gray" typeFace="Tahoma" size="11" style="bold"/>
<TextStyle name="ProgramText" color="White" typeFace="Tahoma" size="12" style="bold"/>
<TextStyle name="GroupText" color="White" typeFace="Tahoma" size="11" style="normal"/>

<!-- the following are used by the recording details popup -->
<TextStyle name="Settings" color="White" typeFace="Tahoma" size="11" style="bold"/>
<TextStyle name="SettingLabels" color="White" typeFace="Tahoma" size="11" style="bold"/>
<TextStyle name="GeneralText" color="White" typeFace="Tahoma" size="13" style="bold"/>
<TextStyle name="SelectedGeneralText" color="White" typeFace="Tahoma" size="13" style="bold"/>
<TextStyle name="SelectedProgrammeDesc" color="White" typeFace="Tahoma" size="12" style="bold"/>
<TextStyle name="SelectedProgrammeTitle" color="White" typeFace="Tahoma" size="13" style="bold"/>
<TextStyle name="SelectedProgrammeChannel" color="White" typeFace="Tahoma" size="13" style="bold"/>
</TextStyles>

<!-- special elements -->
<SpecialElements>
<!-- listing of results -->
<SpecialElement name="SearchControl" loc="50,40"/>
<SpecialElement name="SelectedDetails" loc="15,165" size="685,235" showChannelIcons="true"/>
</SpecialElements>

<!-- Composite Images -->
<CompositeImages>
<CompositeImage name="Background" size="720,480">
<DrawImage filename="..\resources\background.png" loc="0,0" size="720,480"/>
<DrawImage filename="..\resources\theatre_logo.png" loc="10,15" size="300,70"/>
<!-- Uncomment the next line for rectangle surroud -->
<!--<DrawRoundedRect loc="170,95" size="520,348" radius="5" borderWidth="2" borderColor="LightGray" fillColor="Transparent"/> -->
<DrawText text="Theatre Listings" loc="30,65" size="300,120" textStyle="ScreenName" align="Left"/>
<DrawImage filename="task.png" loc="0,275" size="162,225"/>
</CompositeImage>

<!-- image used for a selected button -->
<CompositeImage name="SelectedButtonImage" size="130,90">
<DrawImage filename="..\resources\button_green_focus_120x32.png" loc="12,52" size="120,32"/>
<DrawText text="@buttonText" loc="18,55" size="115,30" textStyle="ButtonText" align="Left"/>
</CompositeImage>

<!-- image used for a normal button -->
<CompositeImage name="NormalButtonImage" size="130,90">
<DrawImage filename="..\resources\button_green_nofocus_120x32.png" loc="12,52" size="120,32"/>
<DrawText text="@buttonText" loc="18,55" size="115,30" textStyle="ButtonText" align="Left"/>
</CompositeImage>

<!-- info box displaying movie review -->
<CompositeImage name="PopupBackground" size="720,480">
<DrawRoundedRect loc="0,0" size="660,380" radius="10" borderWidth="0" borderColor="LightGray" fillColor="DarkBlue"/>
</CompositeImage>

<!-- the menus for local theater listings -->
<CompositeImage name="NormalName" size="530,90">
<DrawImage filename="..\resources\list_sub_nofocus.png" loc="10,29" size="512,38"/>
<DrawText text="@buttonText" loc="20,36" size="510,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>

<CompositeImage name="SelectedName" size="530,90">
<DrawImage filename="..\resources\list_sub_focus.png" loc="10,29" size="512,38"/>
<DrawText text="@buttonText" loc="20,36" size="510,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>

<!-- the menus for a given show that specifies a shows name and times -->
<CompositeImage name="NormalItemName" size="530,90">
<DrawImage filename="..\resources\list_sub_nofocus.png" loc="10,26" size="512,40"/>
<DrawText text="@buttonText" loc="20,27" size="515,34" textStyle="ProgramText" align="Left"/>
<DrawText text="@timesText" loc="20,43" size="515,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>

<CompositeImage name="SelectedItemName" size="530,90">
<DrawImage filename="..\resources\list_sub_focus.png" loc="10,26" size="512,40"/>
<DrawText text="@buttonText" loc="20,27" size="515,34" textStyle="ProgramText" align="Left"/>
<DrawText text="@timesText" loc="20,43" size="515,34" textStyle="ProgramText" align="Left"/>
</CompositeImage>
</CompositeImages>

<!-- navigation menu -->
<Navigation>
<ButtonLocationElement loc="11,60" size="230,30"/>

<!-- buttons on side navigation -->
<NavigationElement name="Ready" display="Current"/>
<NavigationElement name="MainMenu" display="Main Menu"/>

<!-- Last refreshed date -->
<SortModeElement loc="465,75" size="250,20"/>

<!-- co-odinates for pop up box displaying review of movie -->
<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>
</settings>

I want to achieve this look below... but when i click in the area, above the menu button "current" , where it used to reside, it will select the button below, so if i goto click on "current, it will hilite the "refresh" button and so on.. even over on the "Theatre listings menu" the same effect is occuring. Mouse clicks are off by one button.

using the arrow keys and remote control, work great, but its no good for using a keyboard Sad
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Skin help (correct location?) SFX Group 4 3,861 2018-01-24, 07:42 AM
Last Post: pBS
  skin question pBS 2 3,332 2016-06-18, 07:03 PM
Last Post: pBS
  Skin - view further into the future, scale the guide Vitenka 5 3,251 2014-11-26, 07:28 PM
Last Post: Vitenka
  Skin element Details in NowNext Jaggy 2 1,780 2011-09-19, 11:50 PM
Last Post: Jaggy
  Skin Help with Line Drawing Northpole 2 1,897 2011-07-19, 05:14 PM
Last Post: Northpole
  Anyone interested in developing a Skin Plugin? Hairy 13 4,967 2011-07-10, 04:13 PM
Last Post: mvallevand
  Skin help needed for EventDetails.xml bgowland 7 3,283 2011-06-26, 11:55 PM
Last Post: Jaggy
  Skin question - how to centre a list UiList control on screen? McBainUK 2 1,833 2011-02-17, 08:46 AM
Last Post: McBainUK
  List of Skin Elements ACTCMS 7 3,100 2010-12-22, 12:06 AM
Last Post: ACTCMS
  Supress Date display in NPVR skin Northpole 13 4,092 2010-10-02, 08:19 PM
Last Post: Northpole

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

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

Linear Mode
Threaded Mode