I Need Help Removing Sub Menu Items.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
NetFlash Offline
Junior Member
Posts: 1
Joined: Jul 2012
Reputation: 0
Post: #11
(2012-02-18 23:43)mad-max Wrote:  To get rid of those two buttons, you need to delete the following control

Code:
<control type="button" id="90105"> <include>ButtonHomeSubCommonValues</include> <label>744</label> 30. <onclick>ActivateWindow(Videos,Files,return)</onclick> </control> <control type="button" id="90106"> <include>ButtonHomeSubCommonValues</include> <label>14022</label> 35. <onclick>ActivateWindow(Videos,Root)</onclick> <visible>Library.HasContent(Videos)</visible> </control>

Hi Mad-Max,
Thanks for the solution. I'm trying to understand the XML code. How do you know which Button id pertains to what submenu.
In my case im trying to remove "Artitst/ Albums/ Songs" from the Music node, and don't know what Button id's to delete from the XML.

Any and all help is greatly appreciated.
find quote
mad-max Offline
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #12
Take a look at the <onclick>-Events...they show you what button is for what

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
find quote
Post Reply