View Single Post
  #2  
Unread 08-27-2010, 09:21 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

I only skimmed over your post, sorry for not reading the whole thing yet.

But off hand, make sure you load your custom window to the UI memory with a "show_window Custom.LlamaDebug" before you modify anything with it.

When you access windows in the UI memory, you don't have to include "MainHUD" or "Custom" when navigating the tree.

For example, for the Persona window to access the guild window you just have to go Parent.Guild, not Parent.Parent.MainHUD.Guild
You CAN access certain windows with the longer way, but that's only for windows like popup windows who's data gets reset each time they show.

All the Top Level Objects disolve into one shared object in the UI memory when the game runs.

Hope that makes sense.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote