Ok, made a eq2ui_mainhud_test, used "Inventory" as the name, included it in the eq2ui_mainhud.xml, went in-game and "show_window mainhud.inventory", but the new window still just has the clouded icons.
Here's the contents of the eq2ui_mainhud_test.xml:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page eq2usescomwndcontrols="true" Location="542,0" MaximumSize="286,50" MinimumSize="286,50" Name="Inventory" OnHide="visible=true" OnHoverIn="OnHide=' '" PackLocation="left,top" ScrollExtent="286,50" Size="286,50" UserMovable="true" UserResizable="true">
<Page AbsorbsInput="false" BackgroundColor="#00FF00" eq2usescomwndcontrols="true" Location="0,0" Name="TestPage" PackLocation="fixed,fixed" ScrollExtent="230,46" Size="230,46">
<Icon BackgroundTint="#000000" DynamicData="/GameData.Items.Inventory" IconStyle="/IconStyles.inventory" Location="220,1" MouseOverColor="#FFFF00" Name="InvSlot5" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" DynamicData="/GameData.Items.Inventory" IconStyle="/IconStyles.inventory" Location="176,1" MouseOverColor="#FFFF00" Name="InvSlot4" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" DynamicData="/GameData.Items.Inventory" IconStyle="/IconStyles.inventory" Location="132,1" MouseOverColor="#FFFF00" Name="InvSlot3" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" DynamicData="/GameData.Items.Inventory" IconStyle="/IconStyles.inventory" Location="88,1" MouseOverColor="#FFFF00" Name="InvSlot2" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" DynamicData="/GameData.Items.Inventory" IconStyle="/IconStyles.inventory" Location="44,1" MouseOverColor="#FFFF00" Name="InvSlot1" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" DynamicData="/GameData.Items.Inventory" IconStyle="/IconStyles.inventory" Location="0,1" MouseOverColor="#FFFF00" Name="InvSlot0" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
</Page>
</Page>