Thread Tools Display Modes
11-25-07, 04:05 PM   #1
Haze999
A Defias Bandit
Join Date: Nov 2007
Posts: 3
Issue with Social Window

I finally got the mod working great, but I came upon a problem .. randomely my Social Window (O) will fly somewhere off screen and I can't move it at all, the only way to fix this is to reinstall the whole UI. Is there any solution for this?
  Reply With Quote
11-25-07, 04:10 PM   #2
Viroc
An Aku'mai Servant
Join Date: May 2007
Posts: 34
/mf reset...there may be some WTF saved variable that you have to delete as well...
  Reply With Quote
11-25-07, 04:18 PM   #3
Haze999
A Defias Bandit
Join Date: Nov 2007
Posts: 3
You're the man, it worked. Thank you very much! I actually have another question, is there any way to "merge" the channels so I get trade inside my generals tab?
  Reply With Quote
11-25-07, 04:22 PM   #4
spiritwulf
A Cobalt Mageweaver
 
spiritwulf's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2006
Posts: 202
havnt tried doing so but theoreticly you should be able to right click your general tab to bring up options and from the channels option select trade to include trade in the general window
  Reply With Quote
11-25-07, 04:36 PM   #5
Viroc
An Aku'mai Servant
Join Date: May 2007
Posts: 34
try /join trade, or /join <whatever number trade channel should be>
  Reply With Quote
11-25-07, 04:52 PM   #6
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 772
spiritwulf is right. right-click the tab you want to configure and you can control which channels are in each tab. you can also create more tabs... and drag tabs off the window to create a seperate chat window..

so many neat little features you can find with the default UI!

BTW, with your first question:
CHANGE
AddOns\moveFrames\core.lua
Line: 351-353

Code:
local point, relativeTo, relativePoint, xoff, yoff = f:GetPoint()
		frameInfo.x = xoff
		frameInfo.y = yoff
to

Code:
local point, relativeTo, relativePoint, xoff, yoff = f:GetPoint()
		local xoff = f:GetLeft()
		local yoff = f:GetTop()
		local xtrue = UIParent:GetLeft()
		local ytrue = UIParent:GetTop()
		frameInfo.x = xoff - xtrue
		frameInfo.y = yoff - ytrue
This will fix the Social Window problem permanently. Because, most of the time /mf reset will have to be done frequently, and it gets annoying! :P

Hope this helps.
__________________
Never be satisfied with satisfactory.
  Reply With Quote
11-25-07, 05:28 PM   #7
Mazzlefizz
A Pyroguard Emberseer
 
Mazzlefizz's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 3,521
Correct me if I'm wrong, but I believe that change was already incorporated quite some time ago into one of the fix conglamerations, like DeTards. I don't think folks need to manually change that anymore.
__________________
MazzleUI Home Page: Mazzlefizz.WoWInterface.com
Info, FAQs, Forums, Download can be found at that link.
  Reply With Quote
11-25-07, 06:44 PM   #8
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 772
Oh, alright.. Well i'm not a mazzle user, so I didn't know.

Sry bout that.
__________________
Never be satisfied with satisfactory.
  Reply With Quote
11-26-07, 12:59 AM   #9
Mazzlefizz
A Pyroguard Emberseer
 
Mazzlefizz's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 3,521
S'ok. I haven't played WoW in months or tried any of these fixes, so I could be wrong too.
__________________
MazzleUI Home Page: Mazzlefizz.WoWInterface.com
Info, FAQs, Forums, Download can be found at that link.
  Reply With Quote
11-28-07, 08:42 PM   #10
trezy
A Cliff Giant
Join Date: Jan 2006
Posts: 72
I just checked and the fix was not added into the moveframes lua, and I can vouch I was also getting this error with most of the windows, so if this works it will defently help.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Issue with Social Window


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