View Single Post
03-15-11, 12:24 PM   #25
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
Got another problem first of all never parent anything to the world frame.
This needs to be changed to parent to UIParent you cant use the worldframe as a parent or bad things happen. There is also another problem with this but i have not figured it out yet.

local KenshoneMagic = CreateFrame("Frame", nil, WorldFrame)
KenshoneMagic:SetFrameStrata("TOOLTIP") -- When parented to WorldFrame, causes OnUpdate handler to run close to last
KenshoneMagic:SetScript("OnEvent", EventHandler)
__________________
"Are we there yet?"

GrimUI
[SIGPIC][/SIGPIC]
  Reply With Quote