INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: leezer3 on March 31, 2009, 07:49:51 pm

Title: Moving Theatre View skin components
Post by: leezer3 on March 31, 2009, 07:49:51 pm
This is quite possibly a stupid question, but can anyone enlighten me on the correct way to move Theatre View skin components please?

If I manually set the overscan within the skin, I can shift everything about that way, and I can also play with the standard left/ right etc. alignments, but I'm trying to get movement beyond this, with the basic aim of moving some stuff into corners :)

Cheers

-Leezer-
Title: Re: Moving Theatre View skin components
Post by: leezer3 on April 02, 2009, 07:46:35 pm
Aha, got it :)
This is how to put the Theatre View main menu in the top right (What I was trying to do in the first place)-
Code: [Select]
<Item Name="Nav" Base="ViewBackground" Placement="Top" Size="77`%" />
<Item Name="NV1" Base="Nav" Placement="Left" Size="9" />
<Item Name="Navigation" Base="Nav" Placement="Left" Size="1.5 * [Button Width]" Crop="8" />
<Item Name="TB2" Base="ViewBackground" Placement="Top" Size="[Title Text Height] + 40" Crop="0" />

We could really do with Top Left etc. though, wouldn't have needed all that otherwise lol.

This respects the current titlebar, and aligns the menu nicely with the submenus.
(http://img26.imageshack.us/img26/8329/mcskin1.png) (http://img26.imageshack.us/my.php?image=mcskin1.png)

What I'm currently playing with :)
All graphics are placeholders (Straight from Noire), but may be going somewhere.