View Single Post
11-02-10, 07:17 AM   #14
Xubera
A Cobalt Mageweaver
 
Xubera's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 207
try going back through and removing the quotes from your set points on frame references


Code:
BorderT:SetPoint("TOPLEFT", "OptBorderTL", "TOPRIGHT", 0, 0)
	BorderT:SetPoint("TOPRIGHT", "OptBorderTR", "TOPLEFT", 0, 0)
to

Code:
BorderT:SetPoint("TOPLEFT", OptBorderTL, "TOPRIGHT", 0, 0)
	BorderT:SetPoint("TOPRIGHT", OptBorderTR, "TOPLEFT", 0, 0)
__________________
Chat Consolidate is the solution to any out of control trade chat. Ignore lines, throttle chat, consolidate posts!Follow the link to find out how!

▲ ▲ WoWInterface wont let me triforce >.>
  Reply With Quote