View Single Post
08-04-16, 08:43 AM   #1
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 162
combat log unlock undock move lock

im looking to undock and move the combat log ever so slightly just so my other scripts can finish the move

i know how to set pos for the log, but for the life of me i cant find any readings of how to undock chatFrame2 from chatFrame1


Lua Code:
  1. ChatFrame1:SetPoint('BOTTOMLEFT','UIParent','BOTTOMLEFT',1955 ,45)
  2. ChatFrame1:SetPoint("TOPRIGHT","UIParent","BOTTOMLEFT",1445 ,265)
  3.    
  4. ChatFrame2:SetPoint('BOTTOMLEFT','UIParent','BOTTOMLEFT',955 ,45)
  5. ChatFrame2:SetPoint("TOPRIGHT","UIParent","BOTTOMLEFT",445 ,265)

these are not the actual positions, just the scripts that will run in a function the numbers are just for placeholding
__________________

Last edited by Uitat : 08-04-16 at 08:49 AM.
  Reply With Quote