View Single Post
  #3  
Unread 07-13-2008, 07:19 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Just know that there are two versions of the UI in memory, one in the form that it was loaded from disk, and one which is the collection of all windows loaded into the active UI (i.e. on which a /show_window was done either manually or automatically). All your active windows reside in the same subtree (root._HUD), even if on disk they are in separate subtrees/modules (e.g. root.MainHUD and root.Custom).

You can manipulate both of them, but for it to affect currently active windows you need to manipulate those in the _HUD tree. For changes to persist across characters during the session they need to be (also) made to the other non-active trees.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote