View Single Post
  #13  
Unread 11-17-2005, 02:40 PM
tangent tangent is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 15
Default

Quote:
Originally Posted by Valdacil
The inludes? Yes, when I use includes I see the text correctly in UIBuilder. I'll take another look at my nesteds... maybe I had bad pathing on the nested file.
Nested includes do work. Perhaps the problem you are experiencing (I ran into this myself) is that the includes must use a path relative to the interface even if they're in a subdirectory.

For example, eq2ui_journals_quest.xml includes "/custom/quests.xml" and quests.xml includes "/custom/quest1.xml". It does NOT include "quest1.xml" as one might initially expect because, apparently, all include paths are relative to the interface and not the file containing the include.
Reply With Quote