Thread Tools Display Modes
Prev Previous Post   Next Post Next
12-02-16, 02:54 AM   #1
alikim
A Fallenroot Satyr
Join Date: Jul 2015
Posts: 27
How to move UIErrorsFrame?

I tried to do this:

Code:
function moveFrames()
UIErrorsFrame:SetMovable(true)
UIErrorsFrame:SetPoint("CENTER", UIParent, "CENTER", 0, 0)
end
doesn't work

I even tried to do it through

Code:
UIErrorsFrame:HookScript("OnUpdate", moveFrames)
doesn't work either.

Is there a way to move that frame in a couple lines of code?

Thank you,
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » How to move UIErrorsFrame?


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