- May 21, 2004
- 519
- 3
- Thread starter
- #91
thanks for the detailed description....i have some time tonight i'll take a look into it. I have every conceivable plugin enabled on my testbed for skinning, so i wasn't going to catch that on my own.
EDIT:;
Found the problem, this will be added to the next release, but in the mean time here is how to fix it.. this code needs to be added to myvideo.xml near the end of the file (make sure you save a copy of the file before editing in case you make any huge errors).
<control>
<type>button</type>
<id>7</id>
<hyperlink>5900</hyperlink>
<label>5906</label>
<onleft>6</onleft>
<onright>50</onright>
<onup>6</onup>
<ondown>2</ondown>
</control>
Add the code after this control:
<control>
<description>Play DVD</description>
<type>button</type>
<id>6</id>
<label>341</label>
<onleft>6</onleft>
<onright>50</onright>
<onup>20</onup>
<ondown>2</ondown>
</control>
And before this set of code:
</control>
<import>common.facade.default.xml</import>
</controls>
</window>
EDIT:;
Found the problem, this will be added to the next release, but in the mean time here is how to fix it.. this code needs to be added to myvideo.xml near the end of the file (make sure you save a copy of the file before editing in case you make any huge errors).
<control>
<type>button</type>
<id>7</id>
<hyperlink>5900</hyperlink>
<label>5906</label>
<onleft>6</onleft>
<onright>50</onright>
<onup>6</onup>
<ondown>2</ondown>
</control>
Add the code after this control:
<control>
<description>Play DVD</description>
<type>button</type>
<id>6</id>
<label>341</label>
<onleft>6</onleft>
<onright>50</onright>
<onup>20</onup>
<ondown>2</ondown>
</control>
And before this set of code:
</control>
<import>common.facade.default.xml</import>
</controls>
</window>