Jump to content


Photo

HTPC Control Bar Skin Problems


  • Please log in to reply
11 replies to this topic

#1 garthvh

garthvh

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 04 October 2004 - 05:12 PM

I made a OSD / Control bar skin to match MCE, but I am still having a few problems.

The activity on the ends of the control bar at the start and end is kind of strange, and I can't figure out how to get the active image to work right.

I also can not figure out how to change the size and font of the OSD.

My first skin, kind of fun!

Thanks,

Garth

Attached Files

  • Attached File  mce.zip   26.75KB   123 downloads


#2 bLight

bLight

    Lead Developer

  • Admin
  • PipPipPipPipPip
  • 9499 posts

Posted 05 October 2004 - 09:27 PM

The OSD font is controlled from within the application.

I'm not quite sure what you are trying to do with the control bar... And the active buttons only work on the GUI and not within the control bar at present times.

#3 garthvh

garthvh

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 22 October 2004 - 09:31 PM

I am trying to build a skin for the control bar to match MCE 2005

I love zoomplayer, but have not found any skins I would consider HTPC friendly.

Garth

#4 bLight

bLight

    Lead Developer

  • Admin
  • PipPipPipPipPip
  • 9499 posts

Posted 23 October 2004 - 10:42 AM

Perhaps you can post a screenshot of the MCE bar so I can take a look.

#5 Ashman

Ashman

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 21 February 2005 - 05:25 PM

Hey garthvh,

I made a skin that mimics another popular HTPC media player and you can find it at HTPC News along with an article describing certain setup options for ZP:

http://www.htpcnews.com/main.php?id=articles/zoomguide_1

or the actual skin itself is here:

http://www.htpcnews.com/images/psuedo/pseu...kin_nomouse.zip

It was originally created for 3.30, but I'm assuming it would still work with 4.0.

Anyway, I made it specifically for my HTPC to be displayed on a TV, so with any luck it might fit your needs as well...

--Ashman

#6 garthvh

garthvh

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 13 May 2005 - 11:55 PM

I used your skin to make mine :(

I will take a screenshot tonight and post it.

Garth

Attached Files



#7 garthvh

garthvh

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 16 May 2005 - 11:54 PM

I have fixed up my skin some, and I have just one problem left, I got it to start 49 pixels into the control bar, but I can not make it stop 49 pixels before the end.

Garth

Attached Files

  • Attached File  MCE.zip   19.69KB   63 downloads


#8 bLight

bLight

    Lead Developer

  • Admin
  • PipPipPipPipPip
  • 9499 posts

Posted 17 May 2005 - 02:19 AM

garth:
You need to do something like:
cBarRightMargin = (49)

#9 garthvh

garthvh

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 17 May 2005 - 06:22 PM

It is actually the TimeLineCBarActive item that I want to stop 49 pixels before the end of the bar.

Garth

#10 bLight

bLight

    Lead Developer

  • Admin
  • PipPipPipPipPip
  • 9499 posts

Posted 17 May 2005 - 08:56 PM

I'm not sure I get you... maybe a screenshot detailing what you mean?

#11 garthvh

garthvh

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 18 May 2005 - 07:16 PM

I have attached pictures of the control bar start, which is set up the way I want, with the timeline current edge starting 40 pixels into the control bar.

The image below shows the problem with the timeline current edge overshooting the end of the control bar, I would like it to end 40 pixels before the end like the start.

This is how I got the bar to start in 40 pixels
// Timeline Current edge
TimeLineCBarActive(299,4,7,92,40,0)

Garth

Attached Files

  • Attached File  cb.jpg   19.41KB   0 downloads


#12 bLight

bLight

    Lead Developer

  • Admin
  • PipPipPipPipPip
  • 9499 posts

Posted 18 May 2005 - 10:17 PM

My "guess" is that you you start/end bitmaps that actually contain the border in them... that's not good.