xboxscene.org forums

OG Xbox Forums => Dashboard Forums => Official MediaXMenu (MXM) Forum => Topic started by: 49er on November 24, 2003, 01:59:00 AM

Title: Reboot And Shutdown?
Post by: 49er on November 24, 2003, 01:59:00 AM
Think I found my answer - a menu item that links to an actionscript to reboot, shutdown or refresh cache. Check out the actionscript forum if you're curious!

(If this is all too obvious, forgive me, I'm new to MXM).
Title: Reboot And Shutdown?
Post by: geniusalz on November 25, 2003, 07:07:00 PM
QUOTE (49er @ Nov 24 2003, 05:12 AM)
Also, in the menu, is it possible to have e.g. the middle menu item highlighted? At the moment, it's always the top menu item that's highlighted.

You will have to modify the MXM_skin.xml for this.

Look for a node similar to

<LayoutElement Type="Menu" Style="MXM">

Inside that, you will have a 'SelectPosition' or 'SelectPos' tag ( <SelectPos>0</SelectPos>)

Change the number to the position you want your selection to appear.
Title: Reboot And Shutdown?
Post by: 49er on November 26, 2003, 12:11:00 AM
QUOTE (geniusalz @ Nov 26 2003, 05:07 AM)
You will have to modify the MXM_skin.xml for this.

Look for a node similar to

<LayoutElement Type="Menu" Style="MXM">

Inside that, you will have a 'SelectPosition' or 'SelectPos' tag ( <SelectPos>0</SelectPos>)

Change the number to the position you want your selection to appear.

Hi - thanks. I spotted that, but haven't tried it yet. My first skin is coming together nicely though and I'll probably end up leaving the menu as it is.