Thread Tools Display Modes
12-10-07, 10:25 PM   #1
Bachlott
A Defias Bandit
 
Bachlott's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 2
FrameLevel not behaving as expected

In the course of working on my addon I found an issue with Trinity Bars Minimap Icon. When you click on it, it creates 3 little buttons of it's own.

The issue is that these 3 little buttons always appear underneath my frame. I know it's an issue with FrameLevel but nothing I do seems to have any effect on it. For some reason it's FrameLevel is always 6 or higher, while the trinity bars mini buttons are FrameLevel 3 I believe.

I've tried using different FrameStrata and pretty much everything but it makes no difference. I've even tried to specifically set the FrameLevel in the OnLoad Event but doesn't change it.

Here is the current <frame> I'm using

Code:
<Frame name="MinimapButtonFrame" toplevel="true" parent="UIParent" movable="true" clampedToScreen="true" hidden="false" frameStrata="LOW">
Does anyone see anything there that might cause it's FrameLevel to almost always come up as 6, instead of like 1 or 2?
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » FrameLevel not behaving as expected


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off