WoW:XML/Frame/frameStrata: Difference between revisions

From AddOn Studio
< XML‎ | Frame
Jump to navigation Jump to search
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 receiveing 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 frameLevel to 1 or more. Same goes for "TOOLTIP" regardless of frameLevel.


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

Revision as of 23:01, 14 September 2006

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