WoW:XML/Frame/frameStrata: Difference between revisions

From AddOn Studio
< XML‎ | Frame
Jump to navigation Jump to search
m (Linked frameLevel to XML/Frame/frameLevel)
Line 1: Line 1:
==What is frameStrata?==
==What is frameStrata?==


frameStrata is basically which layer your frame should be on. Some words of caution: if you set your frameStrata to "BACKGROUND" it will be blocked from receiving mouse events unless you set frameLevel to 1 or more. Same goes for "TOOLTIP" regardless of frameLevel.
frameStrata is basically which layer your frame should be on. Some words of caution: if you set your frameStrata to "BACKGROUND" it will be blocked from receiving mouse events unless you set [[XML/Frame/frameLevel|frameLevel]] to 1 or more. Same goes for "TOOLTIP" regardless of [[XML/Frame/frameLevel|frameLevel]].


==Possible Values==
==Possible Values==

Revision as of 09:38, 30 June 2007

What is frameStrata?

frameStrata is basically which layer your frame should be on. Some words of caution: if you set your frameStrata to "BACKGROUND" it will be blocked from receiving mouse events unless you set frameLevel to 1 or more. Same goes for "TOOLTIP" regardless of frameLevel.

Possible Values

from highest to lowest:

  • TOOLTIP
  • FULLSCREEN_DIALOG
  • FULLSCREEN
  • DIALOG
  • HIGH
  • MEDIUM
  • LOW
  • BACKGROUND