Urgent XML Theme Q

groovedude wrote on 1/28/2004, 1:29 PM
I'm making my own theme and tweaking a copy of default.thm, I want to change the Highlighting to Mask Overlay. Below is what the default.thm is set to, which I'm guessing "Block" actually stands for the "Rectangle" option in DVDA. So, what do I need to type in place of "Block" to make it do a Mask Overlay?

<HIGHLIGHTING>
<STYLE>Block</STYLE>
<COLOR>255, 255, 255, 128</COLOR>
</HIGHLIGHTING>

Comments

bcbarnes wrote on 1/29/2004, 5:28 AM
1. You could download the free DVDA theme editor from:

http://www.briancbarnes.homestead.com

The link is at the bottom of the screen.

2. You could download the XML theme spec from the sony website.

3. You could just type in one of the following for the highlight:

BLOCK

Draws a highlight rectangle around the image and the text

MASK

Highlights the image and the text

BLOCK-IMAGE

Draws a highlight rectangle around the image only

MASK-TEXT

Highlights the text only

MASK-IMAGE

Highlights the image only

UNDERLINE

Draws an underline under the text

BLOCK-TEXT

Draws a highlight rectangle around the text only


Brian.
groovedude wrote on 1/29/2004, 9:56 AM
You are the man Brian, thanks so much!