Thread Tools Display Modes
10-24-08, 03:59 PM   #1
cerement
A Murloc Raider
 
cerement's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 9
Moving the QuestWatchFrame in 3.0?

Posted this over on the WoW forums, but haven't gotten any answer ...

How do we go about moving the QuestWatchFrame in 3.0?

Up til now, it was a simple 3 lines (in this case, moving it to upper left corner):
Code:
	QuestWatchFrame:ClearAllPoints()
	QuestWatchFrame:SetPoint("TOPLEFT", UIParent, 12, -12)
	QuestWatchFrame.SetPoint = function() end
But when I try that with the live version, the QuestWatchFrame sometimes shows, but usually stays hidden. If it is showing and I try to track an achievement, then it immediately hides. Looking through QuestLogFrame.lua, QuestLogFrame.xml, and UIParent.lua it looks like it's now somehow tied to the position of the AchievementWatchFrame, but that's the limit of my understanding.

Is there some simple way to "unhook" it and place it elsewhere without worrying about the AchievementWatchFrame?
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Moving the QuestWatchFrame in 3.0?


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