Thread Tools Display Modes
08-10-15, 05:18 PM   #1
ievil
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 22
PartyFrame keeps popping back on

Hi

On some characters - especially new lowlevel toons - the part frame keeps reoccurring under the minimap. I cant find anywhere to disable it.

The following script works.. but have to be run every time we reload..
/script local n,o="PartyMemberFrame","OnEvent";for i=1,4 do local f=_G[n..i];f:Hide();f:SetScript(o,nil);end

It started on my gf's computer and have now infected my new characters too.

- A -
  Reply With Quote
08-10-15, 06:15 PM   #2
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
Do you have a screenshot?
__________________
Knowledge = Power; Be OP

  Reply With Quote
08-11-15, 04:14 PM   #3
ievil
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 22
Hi Gethe,

Here is a picture from my newly created shaman on doomhammer, while my other characters are on Turalyon:



And here is how it normally looks:


When I diff my my main Turalyon/Hanshi vs Doomhammer/Rukrai - there's really only peanuts in differences


::::::::::::::
Binder.lua.diff
::::::::::::::
Code:
--- Hanshi/SavedVariables/Binder.lua    2015-02-26 02:44:32.344035900 +0100
+++ Rakurai/SavedVariables/Binder.lua   1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-
-BinderMinimapSettings = {
-       ["ShowMinimapButton"] = true,
-       ["MinimapRadioOption"] = 1,
-       ["xposition"] = 300,
-       ["yposition"] = 0,
-       ["degree"] = -12,
-}
::::::::::::::
DBM-Core.lua.diff
::::::::::::::
Code:
--- Hanshi/SavedVariables/DBM-Core.lua  2015-08-12 00:05:00.444167100 +0200
+++ Rakurai/SavedVariables/DBM-Core.lua 2015-08-12 00:00:48.725177100 +0200
@@ -1,4 +1,4 @@

 DBM_UsedProfile = "Default"
-DBM_UseDualProfile = false
+DBM_UseDualProfile = true
 DBM_CharSavedRevision = 14306

Last edited by ievil : 08-11-15 at 04:24 PM.
  Reply With Quote
08-11-15, 04:21 PM   #4
ChaoticSi1ence
A Defias Bandit
Join Date: Jul 2015
Posts: 3
Having the same thing happen as well.

  Reply With Quote
08-11-15, 05:01 PM   #5
ievil
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 22
They are attached to the minimap.
  Reply With Quote
08-14-15, 01:46 AM   #6
ChaoticSi1ence
A Defias Bandit
Join Date: Jul 2015
Posts: 3
Originally Posted by ievil View Post
They are attached to the minimap.
Did you get it fixed?
  Reply With Quote

WoWInterface » Featured Projects » RealUI » PartyFrame keeps popping back on


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