View Single Post
10-29-12, 03:37 AM   #5
lynce
A Cyclonian
 
lynce's Avatar
Join Date: Jul 2008
Posts: 48
That was fast In the Chinchilla questwatch module i don't really know what to pick out and use. Roth's addon is great, however there doesn't seem to be any way to lock the position.
Phanx: That was just what i'm after! So if i put this in a file, will this work?
Code:
local f,n=WatchFrame,function()end 
	f:ClearAllPoints() 
	f:SetPoint("TOPLEFT", UIParent, "TOPLEFT", 30, 17) 
	f.ClearAllPoints,f.SetPoint=n,n
  Reply With Quote