Quote:
|
Originally Posted by Laffs
They wont work like that sorry to say....
The only way to get it to work is the method I described above.
|
Thats not entirly true. If you have two top level nodes It'll work fine. You just can't have your inventory node neested inside another one.
example; eq2ui_mainhud_startbutton.xml
<?xml version="1.0"?>
<Page Name="Inventory" .. >
<Child Nodes/>
</Page>
<Page Name="StartButton" ..>
</Page>
Will work the same as if the Inventory page node was in its own file and you added with include in the eq2ui_mainhud.xml. I do this with my notes in eXtreme so the equi_mainhud.xml file isn't altered thus reducing the chances of the ui breaking with a LU. All EQ2 does is look for 1st generation descendant of the mainhud node and it treats them as windows in the mainhud module.