NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 52 53 54 55 56 … 93 Next »
BlueMCE2-X cleanup project

 
  • 0 Vote(s) - 0 Average
BlueMCE2-X cleanup project
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#151
2006-08-07, 08:38 PM
McBainUK,

The first bold 15 should stay 0. The second bold 15 is where you get the 15px offset. To use an image that seems to grow from the left edge, you need to be able to use "0" in the x direction with the baseskin.xml file. With the special element postioned at 15, that is the closest one can get to the edge. (see the Metallic Themepack, or BaseBlue, BaseRed, Avance, you get the point)

Quote:Button list special elements should be located at 15,65. This will allow buttons to be located by the baseskin.xml file at the left edge of the screen, and not be affected by the Title_Bar.png image and/or ScreenName text.

The reference baseskin.xml file will use this for final button placement. If the plugin is to use the baseskin.xml definitions (recommended), then comment out those lines within the skin file.

<CompositeImage name="NormalButtonImage" size="180,45">
<DrawImage filename="..\Button_Normal.png" loc="15,5" size="165,35"/>
<DrawText text="@buttonText" loc="25,10" size="145,25" textStyle="ButtonText" align="Left"/>
</CompositeImage>


Another question to toss out there.

Buttons for main menu. Most of the time, they could just be the same image as plugin menus. On most Horizontal skins, they use a square shape or task image. How do we handle that?
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#152
2006-08-07, 09:33 PM
Fatman_do Wrote:they use a square shape
The MainMenu skin designer would be best to use already available images - the IconView_Selected.png image would be a good option for a square highlight/button.

ps are all images on the wiki list included in the 'Sample files' zip file?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#153
2006-08-07, 10:45 PM
Button_Normal / Button_Selected - 165x40px - as this fits in the guide mask.

ListView_Normal / ListView_Selected - 470x25px - again, as this fits in the guide mask.

ListViewDetail_Normal / ListViewDetail_Selected - 470x50px - double the height of the standard ListView image.

Thoughts?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#154
2006-08-07, 11:17 PM
McBainUK Wrote:The MainMenu skin designer would be best to use already available images - the IconView_Selected.png image would be a good option for a square highlight/button.

ps are all images on the wiki list included in the 'Sample files' zip file?

They were as of yesterday I believe.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#155
2006-08-07, 11:32 PM
McBainUK Wrote:Button_Normal / Button_Selected - 165x40px - as this fits in the guide mask.

ListView_Normal / ListView_Selected - 470x25px - again, as this fits in the guide mask.

ListViewDetail_Normal / ListViewDetail_Selected - 470x50px - double the height of the standard ListView image.

Thoughts?

Sizes seem about right.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#156
2006-08-08, 06:25 AM
Background_Popup - 670x200 - width for long text strings but around half the height of the big one.
Background_PopupBig - 670x370 - close to full screen
Background_PopupSmall - 370x150 - small for a line or two of text ("progress" type popups)

A width of 670px allows for for 50px either side.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#157
2006-08-08, 11:27 AM
McBainUK Wrote:Background_Popup - 670x200 - width for long text strings but around half the height of the big one.
Background_PopupBig - 670x370 - close to full screen
Background_PopupSmall - 370x150 - small for a line or two of text ("progress" type popups)

A width of 670px allows for for 50px either side.

Your last two numbers were close to what I came up with. I saw there were some that X<400, X>600 and much inbetween.

Maybe Background_Popup can be changed to 550x250. This is close to the average size I found.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#158
2006-08-08, 12:06 PM
I like the extra width 670px gives. Since we will be reskinning everything it seems silly to worry about current 'average sizes'.

A wide popup allows space for long text strings, for example sub's error dialogs (rememeber a user posting about how he couldnt read all of an error msg). Jeffs common dialogs could be re-skinned to fit-in with the size/shape/layout.

What do you think?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#159
2006-08-08, 12:17 PM
McBainUK Wrote:I like the extra width 670px gives. Since we will be reskinning everything it seems silly to worry about current 'average sizes'.

A wide popup allows space for long text strings, for example sub's error dialogs (rememeber a user posting about how he couldnt read all of an error msg). Jeffs common dialogs could be re-skinned to fit-in with the size/shape/layout.

What do you think?

The longer text strings can be accommodated by increasing the vertical size of the text element to provide word wrap. Let me look at a few dialog boxes and see what it would look like. I am thinking of the dialog for recording programs and setting its parameters.

When I get a chance to see how that would look, I'll let you know.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#160
2006-08-08, 12:23 PM
Quote:increasing the vertical size of the text element to provide word wrap
Remove SmallButtons - as this would mean having smaller text on the popups, which is against one of the aims of the project ("high level of readability/useability"). Allow space in popups for the slightly larger buttons - possibly increase the height of the Background_Popup to 250 (as 50px will be used by buttons

Add Buttons for use on the main menu. They can be the same size & shape (and indeed the same image), but will be named differently so the user/skinner can have different types of buttons for the main manu / plugins. I feel this is needed in order to fit in with the main manu / plugins background choice.

Quote:When I get a chance to see how that would look, I'll let you know.
OK, sometimes its best to see things "live" & working to see how it all fits.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (27): « Previous 1 … 14 15 16 17 18 … 27 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  IPTV like stream from Sound Card input - FM Radio Project NumberFive 3 1,317 2022-11-20, 04:28 PM
Last Post: mvallevand
  Downgrade a VS2008 project? bgowland 3 3,585 2009-05-07, 09:03 PM
Last Post: bgowland
  Plugin "cleanup" call on exit? JohnInSJ 6 2,450 2008-11-20, 01:38 AM
Last Post: whurlston
  Before I get too far into my latest project... whurlston 15 4,444 2007-05-23, 03:00 AM
Last Post: whurlston
  Configure a C# express project to launch an external exe McBainUK 3 1,794 2006-12-12, 05:01 PM
Last Post: Brian_W
  New LCD-Plugin-Project dharry 1 1,437 2006-10-12, 10:41 PM
Last Post: sub
  Common Images Plugins Skins & Community Skin Project MixMan 98 20,902 2006-08-24, 01:51 PM
Last Post: MixMan
  Community skin project McBainUK 145 31,166 2006-07-18, 07:17 PM
Last Post: sub
  New project templates in VS .NET 2005 Express bgowland 2 1,942 2006-07-10, 07:55 PM
Last Post: bgowland
  Skin Project: Chameleon Fatman_do 20 7,041 2006-05-16, 07:25 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