Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » Developer Discussions » Lua/XML Help » combat log unlock undock move lock

Thread Tools
Display Modes

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