My first custom6.xml

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
MassIV Offline
Donor
Posts: 711
Joined: Mar 2012
Reputation: 21
Post: #1
Made my first custom6.xml in my 720 folder, with <window id="30002">
Tried adding <include file="custom6.xml" /> to my includes.xml

Made button like this.

Code:
<control type="button" id="97">
    <include>button_Category</include>
    <label>Yes</label>
    <onclick>XBMC.ActivateWindow(30002)</onclick>
</control>

But it doesn't work. Existing window ids like 128 open fine with the button.
reAlaska dark.
find quote
MassIV Offline
Donor
Posts: 711
Joined: Mar 2012
Reputation: 21
Post: #2
Found the problem, never mind.
I copied the code from file a into file b. It looked like it didn't respond but they just looked the same.
find quote