Thread Tools Display Modes
09-15-05, 11:21 AM   #1
Athan
A Murloc Raider
Join Date: Sep 2005
Posts: 4
Question MoveAnything!: Weird 1.7 Problem

Firstly I've already tried contacting the author of MoveAnything! and he said:

Originally Posted by Travis Nixon <[email protected]>
Sorry, I am no longer maintaining MoveAnything, and
cancelled my WoW account some time back, so I have no
way to even begin attempting to determine what your
problem might be.

Check the comments section for MoveAnything on
cursedgaming.com to see if anybody has taken it over.
I assume he means curse-gaming.com there, which is of course still horribly laggy and hard to access right now. I'd checked for a new version there anyway and don't recall spotting any comments about a new maintainer.

Anyway, to the problem. It works fine and as wonderfully as ever when you first enter the game. But if you reload the UI or simply log out and back into a character without fully quitting the game then all the moved frames move back to where they were and the MoveAnything! options frame is almost empty, no listing of frames to move around, just the column headers and a few buttons like 'close' and 'reset all'.

Anyone either know how to fix this, or seen a similar problem in another AddOn since 1.7 that might give some clues ? I've placed a copy of the zip file here in case you can't get to it otherwise currently.

thanks,

-Ath
  Reply With Quote
09-15-05, 11:38 AM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
Check this thread on the Blizz forum. It tells you what to do to deal with the problem.
__________________
“Do what you feel in your heart to be right — for you’ll be criticized anyway.” ~ Eleanor Roosevelt
~~~~~~~~~~~~~~~~~~~
Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RaffaeleMarinetti
  Reply With Quote
09-15-05, 11:39 AM   #3
alchmo
A Kobold Labourer
Join Date: Sep 2005
Posts: 1
there has been a thread in the US forum, about MoveAnything in particular and other addons, that share the same problem (stems from a variable that is used but no longer fired everytime the ui gets loaded)

the fix was to edit the MoveAnything.xml file

go to line 1247
there should be a block like this:

if( event == "VARIABLES_LOADED" ) then
MoveAnything_VariablesLoaded = true;
if( MoveAnything_PlayerNameValid ) then
MoveAnything_Init();
end


now change that to this:

if( event == "VARIABLES_LOADED" ) then
MoveAnything_PlayerNameValid = true;
MoveAnything_VariablesLoaded = true;
if( MoveAnything_PlayerNameValid ) then
MoveAnything_Init();
end


Edit: fixed the tippo i made in the code, that comes from switching lines out, and getting the wrong one *do*

Last edited by alchmo : 09-15-05 at 01:50 PM.
  Reply With Quote
09-15-05, 11:45 AM   #4
Athan
A Murloc Raider
Join Date: Sep 2005
Posts: 4
Actually my MoveAnything.xml file lookes like:
Code:
<OnEvent>
				if( event == "VARIABLES_LOADED" ) then
					MoveAnything_VariablesLoaded = true;
					if( MoveAnything_PlayerNameValid ) then
						MoveAnything_Init();
					end
I guess the additional line is actually the one setting MoveAnything_PlayerNameValid always to true here ? Indeed, adding THAT line to my file seems to have solved the problem. Thanks .

-Ath
  Reply With Quote
09-15-05, 01:15 PM   #5
Magnumm03
A Kobold Labourer
Join Date: Sep 2005
Posts: 1
Thanks

This thread was big help, much appreciated. I have never written one line of script before and I was able to fix this.
  Reply With Quote
09-15-05, 01:16 PM   #6
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
See, this is why I love our community! So many great people willing to help each other out.
__________________
“Do what you feel in your heart to be right — for you’ll be criticized anyway.” ~ Eleanor Roosevelt
~~~~~~~~~~~~~~~~~~~
Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RaffaeleMarinetti
  Reply With Quote
09-15-05, 01:19 PM   #7
shouryuu
A Chromatic Dragonspawn
 
shouryuu's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 150
Yup, it's a good thing I'm around...
  Reply With Quote
09-15-05, 01:26 PM   #8
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
*chuckles at Shouryuu*
__________________
“Do what you feel in your heart to be right — for you’ll be criticized anyway.” ~ Eleanor Roosevelt
~~~~~~~~~~~~~~~~~~~
Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RaffaeleMarinetti
  Reply With Quote
09-15-05, 01:30 PM   #9
shouryuu
A Chromatic Dragonspawn
 
shouryuu's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 150
Hey Cair, you're the new guy, or so i've heard. Well if you need some help don't mind asking :P I know my way around this place (too well some might say)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » MoveAnything!: Weird 1.7 Problem


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