INTERACT FORUM

Please login or register.

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

Author Topic: Skin Design - Custom Library backgrounds?  (Read 1751 times)

EpF

  • Citizen of the Universe
  • *****
  • Posts: 649
Skin Design - Custom Library backgrounds?
« on: May 27, 2004, 09:13:26 pm »

I'm trying to make a Mega-Me skin, which I will share with anyone who wants it when it's done, but I was wondering if it is possible to have a bitmap as the background to any part of the Library window...

Also, is it possible to design the look of the divider between the Tree and the Contents sections of the Library window?

EpF

  • Citizen of the Universe
  • *****
  • Posts: 649
Re:Skin Design - Custom Library backgrounds?
« Reply #1 on: May 30, 2004, 11:41:48 am »

31 views; can't anyone help me?

 :(

Dragyn

  • Citizen of the Universe
  • *****
  • Posts: 3269
Re:Skin Design - Custom Library backgrounds?
« Reply #2 on: May 30, 2004, 01:45:28 pm »

Splitters can be skinned. Something like this:

<SPLITTER>
        <Entry Name="HorizontalBackground" Bitmap="SHB.bmp" Rows="1,?-Flex,6" Columns="1,?-Flex,1" />
        <Entry Name="VerticalBackground" Bitmap="SVB.bmp" Rows="1,?-Flex,1" Columns="1,?-Flex,6" />
        <Entry Name="HorizontalHandle" Bitmap="SHH.bmp" Margins="6,1,1,1" DrawMode="REGION_E_HTILE,REGION_E_VTILE" />
        <Entry Name="VerticalHandle" Bitmap="SVH.bmp" Margins="0,2,5,3" DrawMode="REGION_E_VTILE,REGION_E_VTILE" />
</SPLITTER>

As for bitmaps, I don't think it's possible. There was a test version of MJ a long time ago that could do that but I think they scrapped that idea.
Logged

EpF

  • Citizen of the Universe
  • *****
  • Posts: 649
Re:Skin Design - Custom Library backgrounds?
« Reply #3 on: May 30, 2004, 07:18:11 pm »

Thanks a million for that.

 :)
Pages: [1]   Go Up