WoW:Widget Anchor Initialization

From AddOn Studio
Revision as of 15:47, 17 July 2005 by WoWWiki>Shag
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Widged Anchors go through different stages of initialization:

VARIABLES_LOADED

At the time your frame recieves this event, its anchors are initialized to the values in the xml file.

PLAYER_ENTRING_WORLD

When handling this event for a frame which parent is UIParent, World of Warcraft deletes all anchors and loads the layout data from layout-cache.txt. If the frame layout data have not been saved in the cache (the user has never moved the frame with the mouse), Frame:GetLeft(), Frame:GetBottom(), Frame:GetRight() and Frame:GetTop() return nil.