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 … 93 94 95 96 97 … 125 Next »
buttons sizes in v0.95.11

 
  • 0 Vote(s) - 0 Average
buttons sizes in v0.95.11
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#1
2005-11-28, 05:04 PM
Hi and thanks in advance,

sub Wrote:Attach some screenshots (not too large), with arrows pointing to the exact buttons your talking about and I'll try to help you.

To make it easier to explain I took the default skin and made only small changes to "BaseSkin.xml". I changed the fillcolor for popup buttons to red, and the fillcolor for normal buttons to green:
Code:
<!-- image used for a selected button (in this skin the main menu buttons are different size and shape, so these are defined separately in mainmenu\skin.xml) -->
<CompositeImage name="SelectedButtonImage" size="130,38">
    <DrawRoundedRect loc="4,5" size="120,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkGreen"/>            
    <DrawText text="@buttonText" loc="15,9" size="115,34" textStyle="ButtonText" align="Left"/>            
</CompositeImage>

<!-- image used for a normal button (in this skin the main menu buttons are different size and shape, so these are defined separately in mainmenu\skin.xml) -->
<CompositeImage name="NormalButtonImage" size="130,38">
    <DrawRoundedRect loc="4,5" size="120,30" radius="10" borderWidth="4" borderColor="Black" fillColor="DarkGreen"/>
    <DrawText text="@buttonText" loc="15,9" size="115,34" textStyle="ButtonText" align="Left"/>            
</CompositeImage>                

<!-- image used for a popup selected button -->
<CompositeImage name="PopupSelectedButtonImage" size="130,38">
    <DrawRoundedRect loc="4,5" size="120,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkRed"/>            
    <DrawText text="@buttonText" loc="0,9" size="130,34" textStyle="ButtonText" align="Center"/>            
</CompositeImage>

<!-- image used for a popup normal button -->
<CompositeImage name="PopupNormalButtonImage" size="130,38">            
    <DrawRoundedRect loc="4,5" size="120,30" radius="10" borderWidth="4" borderColor="Black" fillColor="DarkRed"/>            
    <DrawText text="@buttonText" loc="0,9" size="130,34" textStyle="ButtonText" align="Center"/>            
</CompositeImage>
This gives me the following result in the recordings screen:

[Image: screenshot.jpg]

(A) points to the normal buttons, which are displayed correctly in green.
(B) points to the popup buttons, which should be displayed in red, but show up in green, too.

I hope you can understand my problem now.

-alibert
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#2
2005-11-28, 05:15 PM
I did make a couple of changes to make the names consistent across the screens, and this may have been one of them (cant remember for sure).

There are two types of button, normal ones that are shown in a vertical list, like those shown in your screenshot above, and then popup ones which typically shown next to each other and in the default blue skin have centered text rather than left aligned. Both A & B above are the vertical list style, so use the normal button definitions
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#3
2005-11-28, 05:23 PM
What exactly are you wanting it to do?
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#4
2005-11-28, 05:26 PM
sub Wrote:There are two types of button, normal ones that are shown in a vertical list, like those shown in your screenshot above, and then popup ones which typically shown next to each other and in the default blue skin have centered text rather than left aligned. Both A & B above are the vertical list style, so use the normal button definitions

Exactly.

Now because it is a popup window, was it your intention to take the vertical list style for the "DetailsPopupBackground" composite image, or have you maybe overlooked this during the changes?

-alibert
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#5
2005-11-28, 05:28 PM
sub Wrote:What exactly are you wanting it to do?

It would be nice if the details popup would use the popup button style again Smile

-alibert
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#6
2005-11-28, 05:29 PM
Sorry, I wont be changing this.
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#7
2005-11-28, 05:52 PM
Sorry, I should 'I wont be changing this in a hurry'. I can look at other options (like some third logical type of button), but I cant change it back to the old popup style because this type of button needs to be different to the other centered popup buttons.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  push-buttons number agennore 0 1,093 2008-01-02, 11:06 PM
Last Post: agennore
  Skin Buttons - Nouro nbarsley 6 2,040 2007-06-07, 03:47 PM
Last Post: Ted the Penguin
  What makes a plugin's buttons drawn according to theme? Wakalaka 5 1,798 2007-03-20, 12:53 AM
Last Post: Fatman_do
  change fonts sizes within skin marcelo 2 1,518 2006-12-27, 04:09 AM
Last Post: marcelo
  default plugins dont use popup buttons properly Ted the Penguin 8 3,550 2006-09-30, 08:24 PM
Last Post: Ted the Penguin
  MusicLibrary2 plugin - screwy buttons h00ch 1 1,308 2006-09-25, 08:10 PM
Last Post: psycik
  main menu buttons scroll sivilya 1 1,187 2005-10-09, 06:45 PM
Last Post: reven

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

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

Linear Mode
Threaded Mode