No eject button on DVD? (1 Viewer)

sbp

Portal Pro
August 10, 2006
192
1
Auning
Home Country
Denmark Denmark
Hi I just upgraded to the new MP 1 Final (from a very old MP version). And I like it very much.

But I need a eject button on the Video section. Previously, there was a Eject DVD button here - but now its gone. Is it a setting somewhere that I have missed, or how do I get it back

Regards
 

rekenaar

Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    If you are in shares view, the context menu (i on remote), on the drive, should give you an eject option.

    If you want to change your skin xml for a button, you can use the following. I can't help you with that, it is from an old posting from Mirk.
    <control>
    <description>Eject Disc</description>
    <type>button</type>
    <id>7</id>
    <animation effect="fade" time="400">WindowClose</animation>
    <animation effect="fade" time="400">WindowOpen</animation>
    <animation effect="zoom" start="70,70" end="100,100" center="640,360" time="400" >WindowOpen</animation>
    <animation effect="zoom" start="100,100" end="130,130" center="640,360" time="400" >WindowClose</animation>
    <posY>70</posY>
    <posX>1045</posX>
    <label>654</label>
    <onleft>6</onleft>
    <onright>7</onright>
    <onup>17</onup>
    <ondown>50</ondown>
    <action>100</action>
    <width>205</width>
    <textureNoFocus>bottomborder.png</textureNoFocus>
    </control>
     

    Users who are viewing this thread

    Top Bottom