2010-01-03, 20:19
the animation in this new skin is quite smooth, thanks Jezz.
i've figured out how to personalise the main menu
& i hope others can benefit from some steps
props where props are due
here i've added a sub-menu for leo's launcher ( & some emu action )
ps. if <hitrect> does what i think,
this is a really cool addition to the movie list and home menu
+ the position of the sub-menu on different levels... LOVE IT!!! thnx again
i've figured out how to personalise the main menu
& i hope others can benefit from some steps
- always practice safe moding,
make a backup of ~/skin/Confluence/720p/home.xml
- to add a new <sub-menu-button> ...
- find the appropriate <control type="grouplist" id="9010"> thought to <control type="grouplist" id="9017">
- duplicate the last button block and increment the ID by 1
ex: custom TV submenu button to open any video sourceCode:<control type="button" id="90176">
<include>ButtonHomeSubCommonValues</include>
<label>[b][name-here][/b]</label>
<onclick>ActivateWindow(videofiles,[b][insert-source-name][/b],return)</onclick>
</control>
- find the appropriate <control type="grouplist" id="9010"> thought to <control type="grouplist" id="9017">
- to add a new <main-menu-button>
- find
Code:<control type="fixedlist" id="9000">
...
<content> - duplicate an <item></item> block, increment the ID (12+)
- edit destination & label
- find
- to add a new <sub-menu> with buttons
- 1st add a new <main-main-button>
- find <texture>HomeHasSub.png</texture>
in the next line add your new-main-menu-ID to the <visibility> statement
ex: <visible>Container(9000).HasFocus(12) | Container(9000).HasFocus(2) | Container(9000).HasFocus(3)
- in <control type="group" id="9001"> duplicate one of the <sub-menu blocks>
- increment all IDs
- match up the visibility statement for the new-main menu ID
ex: <visible>Container(9000).HasFocus(12)</visible>
- edit each button as needed
in my case hooked into leo's launcher
- 1st add a new <main-main-button>
props where props are due
here i've added a sub-menu for leo's launcher ( & some emu action )
ps. if <hitrect> does what i think,
this is a really cool addition to the movie list and home menu
+ the position of the sub-menu on different levels... LOVE IT!!! thnx again