View Single Post
09-20-10, 11:13 AM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
It is possible that there's a conflict between nUI and WIM that's causing the issue. If you edit [ Interface > AddOns > nUI > Integration > nUI_ChatFrame.lua ] with a plain text editor (like notepad) and look at the top of the file, you'll find the following...

Code:
local function reparentChatFrame()

    local haveChatMod = (IsAddOnLoaded( "Prat" ) or IsAddOnLoaded( "Chatter" ));


change that as follows, save the file and reload to see if that makes the problem go away...

Code:
local function reparentChatFrame()

    local haveChatMod = (IsAddOnLoaded( "Prat" ) or IsAddOnLoaded( "Chatter" ) or IsAddOnLoaded( "WIM" ));


__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/