Thread Tools Display Modes
01-27-09, 05:37 AM   #1
Bellator
A Flamescale Wyrmkin
 
Bellator's Avatar
Join Date: Aug 2005
Posts: 126
Recipe Book drop down error

I am getting an error from Recipe Book anytime I right click on any drop down menu. It doesn't seem to be causing any in game problems just annoying. Is anyone else experiencing this problem?

Thanks

Bellator
  Reply With Quote
01-27-09, 10:39 AM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
psst - you forgot to include the error
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
01-27-09, 11:05 AM   #3
Ookami.kun
A Cliff Giant
 
Ookami.kun's Avatar
Join Date: May 2006
Posts: 79
Assuming it's the same error I was getting, there is a work around that someone posted (replaces 2 lines in the .lua file) in the comments section of the mod itself. Hopefully it will help you out till the author releases an actual update.
__________________
  Reply With Quote
01-27-09, 11:23 AM   #4
saanlem
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 126
As far as I know, this is a Blizzard error, since the 3.0.8 patch.
Menus that expand on mouseover or clicking on many addons have this problem.

I got this news from one of the addon authors.
__________________
Saanlem
US Nazgrel - Bikutanda
EU Lightbringer - Saanlem
  Reply With Quote
01-28-09, 04:51 AM   #5
Bellator
A Flamescale Wyrmkin
 
Bellator's Avatar
Join Date: Aug 2005
Posts: 126
OK, thanks guys, like I said it doesn't seem to be bothering anything. I like recipe book to keep everything straight for me. Unless everything goes south I'll wait to see if the author fixes the problem, I am not comfortable changing any lines, even with instructions.

Bellator
  Reply With Quote
02-01-09, 11:14 PM   #6
Magicfire
A Kobold Labourer
Join Date: Nov 2008
Posts: 1
To fix the problem caused by Patch 3.0.8 in Recipe Book replace:
local dropdownFrame = getglobal(UIDROPDOWNMENU_INIT_MENU);
with:
local dropdownFrame = UIDROPDOWNMENU_INIT_MENU;
Wherever it is used in RecipeBookShare.lua
  Reply With Quote
02-02-09, 03:44 PM   #7
ayradyss
A Theradrim Guardian
 
ayradyss's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 68
And the author finally got her ducks in line and the patched version is up. Sorry for the wait.
  Reply With Quote
02-02-09, 03:54 PM   #8
Ookami.kun
A Cliff Giant
 
Ookami.kun's Avatar
Join Date: May 2006
Posts: 79
Originally Posted by ayradyss View Post
And the author finally got her ducks in line and the patched version is up. Sorry for the wait.
Thanks for all your hard work.
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Recipe Book drop down error


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