helps create skin - navigate (1 Viewer)

neo2angel

Portal Member
March 20, 2010
27
0
hello, I'm doing a titan skin mod to my taste, but I e been stuck in two places:

1 - there is a command like "onup" or "ondown" but when presionee "ESC", if not so how could one do?.

2 - I'm trying to figure out what code is executed when you press "Restart MediaPortal", but can not find. What are you running?

thank you very much

sorry for my English: mr google
 

Lehmden

Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,553
    3,934
    Lehmden
    Home Country
    Germany Germany
    Hi.
    what code is executed when you press Restart MediaPortal
    "c:\Program Files (x86)\Team MediaPortal\MediaPortal\restart.vbs"
    Or do you mean how to call the Shutdown- Dialog?
    This would be a control (like button, menu entry,...) containing
    Code:
    <action>99</action>
    instead of
    Code:
    <hyperlink>xxxx</hyperlink>
    ...
     

    neo2angel

    Portal Member
    March 20, 2010
    27
    0
    1 - The ESC button ... I have a submenu in control "3", that when I press up "onup" will "1100" and pressed down priate "1102" how to make when I press esc (which does nothing now) button to return to the original (3)?

    2 - Restart: when I put "action 99" out the menu with several options, how to make me restart MediaPortal directly?

    thanks
     

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,553
    3,934
    Lehmden
    Home Country
    Germany Germany
    Hi.
    2 - Restart: when I put "action 99" out the menu with several options, how to make me restart MediaPortal directly?
    This is no available option. If you really want this you need something like MultiShortcut Plugin to run restart.vbs manually....
     

    Users who are viewing this thread

    Top Bottom