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
#131
2006-08-04, 03:44 PM (This post was last modified: 2008-03-16, 08:16 PM by Fatman_do.)
While waiting for responses, I am playing with button ideas.

Does a transparent "Glass" button seem lost or does it look "Cleaner"?
[ATTACHMENT NOT FOUND]

[ATTACHMENT NOT FOUND]
The second image is the actual button if you wish to try it out. The name is from the original MCE2 skin in the resources directory. For Advisor/BaseSkin users, you need to use this in the skin root directory.

Backup your original button first.

Maybe make the green one a glass button and the clear ones be unselected? That might make the screen too busy?

Here is a faded green (40%) transparent
[ATTACHMENT NOT FOUND]

This is the Glass one with 'Blue' layout.
[ATTACHMENT NOT 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
#132
2006-08-04, 04:31 PM
My vote is #4 as the images are allready grouped on the wiki table - eg 'Navigation items', List items'.

BTW how is this naming convention, image/xml standard to be used. In my head a picture a AM like plugin able to swap and change between "image sets".

Oh and can you give me an example of a IconView_Selected image and an IconView_Music image? Isnt it just as easy to have a Music icon which is drawn over a Selected icon image? Bit confused :confused:
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
#133
2006-08-04, 04:52 PM
McBainUK Wrote:My vote is #4 as the images are allready grouped on the wiki table - eg 'Navigation items', List items'.

Ok, 1 vote #3, 1 vote #4.

McBainUK Wrote:BTW how is this naming convention, image/xml standard to be used. In my head a picture a AM like plugin able to swap and change between "image sets".

Exactly. There will be a means needed to change out "Theme" related images.

McBainUK Wrote:Oh and can you give me an example of a IconView_Selected image and an IconView_Music image? Isnt it just as easy to have a Music icon which is drawn over a Selected icon image? Bit confused :confused:

IconView_Selected is the blue background.
IconView_Music is the music symbol.

It is in fact a Music Icon drawn over a Selected Icon. It is specified as IconView_Music so you know where it is used. I guess other plugins could use this image elsewhere besides an IconView list, but usually they use album art.
[ATTACHMENT NOT 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]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#134
2006-08-04, 05:11 PM (This post was last modified: 2006-08-04, 07:38 PM by Fatman_do.)
Fatman_do Wrote:What is odd is that your "PictureList" element is located at 190,65 with the size of 500,390. That must be what is located at and scaled too then because its image isn't 535x415 by any means. It is much smaller. Sub must have scaling with that then or I am missing something.

Confirmed "... Library" plugins use scaling.

Code:
<CompositeImage name="Background" size="720,480">
  <DrawImage filename="..\background.jpg" loc="0,0" size="720,480"/>
  <DrawText text="Music Library" loc="5,5" size="160,120" textStyle="ScreenName" align="Left"/>
  <Element name="FileList" loc="200,60" size="[B][color=Red]400,300[/color][/B]"/>
  <Element name="InsetRect" loc="13,340" size="150,110"/>
</CompositeImage>

    <!-- background images -->
<CompositeImage name="ItemListBackground" size="[B]525,410[/B]">      
  <DrawRoundedRect loc="3,2" size="[B]515,400[/B]" radius="7" borderWidth="6" borderColor="LightGray" fillColor="Black"/>
  <Element name="NoItemsFound" loc="0,25" size="525,20"/>
</CompositeImage>

As you can see, the Element "FileList" is set for 400x300.
The "ItemListBackground" composite image is set for 525x410, with the xml border just smaller at 515x400.

This is the screen shot of that code.


[ATTACHMENT NOT FOUND]

That is brilliant in a way. That image has a "defined" size, and is scaled according to the Element parameters.
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
#135
2006-08-04, 06:13 PM (This post was last modified: 2008-03-16, 08:16 PM by Fatman_do.)
Alternate glass button. This one is more square, and more "smokey" looking. It works nicely with different backgrounds.

[ATTACHMENT NOT FOUND]
[ATTACHMENT NOT FOUND]


[ATTACHMENT NOT FOUND]
Same deal with previous button, for you to test. It might be a touch too dark.

Last screenshots for the day.

I just am on a glass button kick right now. I suppose someone with decent graphics skills can come up with better alternatives.


(Edit, I think that one works best with centered text buttons.)
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]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#136
2006-08-06, 09:57 AM (This post was last modified: 2006-08-06, 10:43 AM by MixMan.)
I vote for number 2 - All images in a subfolder.....like BlueMCE2. With the exception for new images that the skin developer comes up with = Plugin Unique, that shall stay in the plugin skin directory. Otherwise the plugin skin is not "drag and drop" compatible.

I am not 100% satisfied with the image naming that I think should be more "grouped".
The rules for naming is most important, so image "themes" will be portable between different XML layouts and that the skinner will stick to them.
I also think that some images could be moved out from the Basic Core images and out to the Extended images, to have a minimal theme image set.

I'm awaiting Subs comments to all this.
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]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#137
2006-08-06, 02:41 PM
MixMan Wrote:I vote for number 2 - All images in a subfolder.....like BlueMCE2. With the exception for new images that the skin developer comes up with = Plugin Unique, that shall stay in the plugin skin directory. Otherwise the plugin skin is not "drag and drop" compatible.

I am not 100% satisfied with the image naming that I think should be more "grouped".
The rules for naming is most important, so image "themes" will be portable between different XML layouts and that the skinner will stick to them.
I also think that some images could be moved out from the Basic Core images and out to the Extended images, to have a minimal theme image set.

I'm awaiting Subs comments to all this.

Ok, one vote#2
one vote #3 (but am not "firm" on)
one vote #4

When you mean Core and Extended, those all would still be still in one location, just the Extended ones are all "optional" correct?

What in the naming do you think isn't grouped well enough?

I don't mind #2 really. I could live with it. What advantages are in placing it in a directory vs. skin root? I guess that folder can be "dragged" from skin to skin, but those files are just as easy to drag from root to root. Less typing with skin root in the xml files.

"..\Background.jpg"

vs.

"..\xxxxx\Background.jpg"

What does anyone else think so far?

Even if you just play around with skinning, what do you think?
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
#138
2006-08-07, 01:33 PM
Fatman_do Wrote:What advantages are in placing it in a directory vs. skin root?
Cleaner and clearer. And if you want to view all the skin images at a time, you can just thumbnail the folder.
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
#139
2006-08-07, 02:13 PM
McBainUK Wrote:Cleaner and clearer. And if you want to view all the skin images at a time, you can just thumbnail the folder.

Ok, I am willing to abandon skin root as a consideration. Out voted and I can see the point. Sad

So now the choice is:

All in one folder. (Like majority of image based skins now).
Sub-divided folder. (separating images more).

I suppose all in one is simpler, but maybe dividing it keeps the clutter down.

\Images\ (Theme related images)
\Images\Plugin\ (Utility images)

How about 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
#140
2006-08-07, 02:26 PM
My vote is for this:
Fatman_do Wrote:All in one folder. (Like majority of image based skins now).

Also, I'd like to suggest "_res" as a contatining folder because:
* it appears at the top of the list in Windows due to the '_'.
* "images" could easily be a plugin name, need something more 'system like'.
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: 3 Guest(s)

Pages (27): « Previous 1 … 12 13 14 15 16 … 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,903 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,943 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