View Single Post
  #5  
Unread 04-26-2005, 01:04 PM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

I found the bug. You had your <include> statement for the MarketSearch window outside the page parameters at the end. I.E.

OLD:
</Page>
<include>eq2ui_inventory_marketsearch.xml</include>

FIXED:
<include>eq2ui_inventory_marketsearch.xml</include>
</page>
Reply With Quote