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.