INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Skinning Question for JRiver  (Read 1170 times)

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Skinning Question for JRiver
« on: January 20, 2007, 03:20:45 pm »

I've successfully made a bitmap for the Frame for dialoug's etc.
I used the following line in the Main.XML

<Entry Name="DialogBack" Bitmap="Frame_Back.png" Margins="5,5,5,5" TransColor="FF00FF" DrawMode="REGION_E_VSTRETCH" />

Screenshot

I would like to try doing the same with the Lists
<Entry Name="ListBack" Bitmap="Frame_Back.png" Margins="5,5,5,5" TransColor="FF00FF" DrawMode="REGION_E_VSTRETCH" />

At the moment it doesn't work.   Would this be possible?

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Skinning Question for JRiver
« Reply #1 on: January 21, 2007, 04:38:48 pm »

Along with this request, I'd also request exactly the same thing for the tree
as well.
This would allow effects like seen in the following Windows scheme
http://www.wincustomize.com/zoom.aspx?skinid=5914&libid=1

Which uses a Carbon Fibre style look, with semi transparent effects above it...

On another note, scrollbars are the most difficult thing to skin ever.
This must be my 10th attempt at getting them right...
I'm happier with the handle again but the arrows... very difficult.

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42028
  • Shoes gone again!
Re: Skinning Question for JRiver
« Reply #2 on: January 22, 2007, 01:10:21 pm »

List backgrounds are not supported.

Tree::Background is already supported, but only in trees. (the main program tree isn't actually a tree)

However, we'll make the next build use Tree::Background for the main tree as well if it exists.
Logged
Matt Ashland, JRiver Media Center

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Skinning Question for JRiver
« Reply #3 on: January 22, 2007, 01:11:16 pm »

Sounds good =)

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Skinning Question for JRiver
« Reply #4 on: January 23, 2007, 05:47:10 pm »

I can't seem to get the background to Tile.
Is this possible? I've not used tiling elsewhere so I could be doing it wrong.
<Entry Name="Background" Bitmap="TreeBackground.png" Margins="0,0,0,0" DrawMode="REGION_E_HTILE"/>

Pages: [1]   Go Up