View Single Post
06-30-10, 06:30 PM   #27
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
Is there a simple lua script to auto position the chatframe?

I tried this. Nothing happens.

Code:
	FCF_ValidateChatFramePosition = dummy 
	
	ChatFrame1:SetClampRectInsets(0,0,0,0)
	ChatFrame1:SetClampedToScreen(false)
	ChatFrame1:ClearAllPoints()
	ChatFrame1:SetPoint("BOTTOMLEFT", UIParent, 20, 20)
	ChatFrame1:SetWidth(440)
	ChatFrame1:SetHeight(130)
__________________

  Reply With Quote