Thread Tools Display Modes
09-27-07, 11:45 AM   #21
Detritis
A Black Drake
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 87
Originally Posted by Arkive
Did you mean to include a trailing apostrophe after the "self"?

Ahh oops sorry bout that, trying to read 15 different thread while still playing and testing at the same time . Anyway yeah you right it should be ActionButton_SetTooltip(self)
  Reply With Quote
09-27-07, 12:30 PM   #22
Brem
Premium Member
 
Brem's Avatar
Premium Member
Join Date: Sep 2006
Posts: 156
The only change I've not made has been to the DUF files and I've had no problems that prevented me from playing. However I did get about 75 FrameXML errors. I wonder if the duf fix would fix those?
__________________

-----------------
MazzleUI Beta Tester
  Reply With Quote
09-27-07, 12:34 PM   #23
Brem
Premium Member
 
Brem's Avatar
Premium Member
Join Date: Sep 2006
Posts: 156
Originally Posted by LBussy
Found it!
In \Interface\AddOns\MazzleUI\CustomLibs\ContextMenu.lua:
Search for:
ActionButton_SetTooltip();
replace with:
ActionButton_SetTooltip(this, "ANCHOR_BOTTOMRIGHT");

That does that one! Next!
Actually, I made this fix. And I still get a boatload of FrameXML errors. So while this may be part of the fix, I'm pretty sure its not the whole thing.
__________________

-----------------
MazzleUI Beta Tester
  Reply With Quote
09-27-07, 12:56 PM   #24
meio
A Cobalt Mageweaver
 
meio's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 200
Originally Posted by Brem
Actually, I made this fix. And I still get a boatload of FrameXML errors. So while this may be part of the fix, I'm pretty sure its not the whole thing.
Rather than ActionButton_SetTooltip(this, "ANCHOR_BOTTOMRIGHT"); I have ActionButton_SetTooltip(self) and I no longer have errors from the ContextMenu.
  Reply With Quote
09-27-07, 12:59 PM   #25
griffin224
Premium Member
 
griffin224's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 105
Originally Posted by Alkar
ok reinstalled cart stuff still getting these 3



[2007/09/26 13:52:10-11-x1]: Cartographer_Trainers\import.lua:1: Cartographer Trainers not found!
Cartographer_Trainers\import.lua:1: in main chunk


[2007/09/26 13:52:12-11-x1]: Cartographer_Vendors\import.lua:1: Cartographer Vendors not found!
Cartographer_Vendors\import.lua:1: in main chunk


[2007/09/26 13:52:28-11-x1]: FuBar_ToFu-2.0.37036\ToFu.lua:220: attempt to call method 'RegisterIcon' (a nil value)
AceAddon-2.0-46764 (nQuestLog):927: in function <...\AddOns\nQuestLog\libs\AceAddon-2.0\AceAddon-2.0.lua:920>
<in C code>: ?
AceEvent-2.0-49307 (nQuestLog):266: in function `TriggerEvent'
AceEvent-2.0-49307 (nQuestLog):962: in function <...\AddOns\nQuestLog\libs\AceEvent-2.0\AceEvent-2.0.lua:955>

updated tofu also hummmmwonder why this error and not sure why the heck its not finding cart vendors and stuff its there in addons folder hehe

BTW good job getting that contextmenu error LBussy good stuff
i updated banzai lib no more of that error either.
Alkar, did you update without externals? If you did, uninstall and reinstall the problematic addons with externals.
  Reply With Quote
09-27-07, 01:23 PM   #26
viva
A Fallenroot Satyr
Join Date: May 2006
Posts: 29
Originally Posted by meio
Rather than ActionButton_SetTooltip(this, "ANCHOR_BOTTOMRIGHT"); I have ActionButton_SetTooltip(self) and I no longer have errors from the ContextMenu.

This works as long as you have updated DUF. I was hesitant to update DUF, but once I did the FrameXML bugsack errors disappeared.
  Reply With Quote
09-27-07, 01:35 PM   #27
meio
A Cobalt Mageweaver
 
meio's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 200
Originally Posted by viva
This works as long as you have updated DUF. I was hesitant to update DUF, but once I did the FrameXML bugsack errors disappeared.
The this, BOTTOMRIGHT or the self works as long as you've updated DUF? I have not updated DUF and i used the self line and I have no errors from the ContextMenu. I believe that I'm still getting a FrameXML error, but it's from the unit frames (from not updating DUF) not the ContextMenu.
  Reply With Quote
09-27-07, 01:56 PM   #28
Odsalt
A Murloc Raider
Join Date: Sep 2007
Posts: 4
The "bottom_right" was still giving me errors. I just changed it to "self" and am bug free now.

Thanks!
  Reply With Quote
09-27-07, 03:45 PM   #29
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
Duf

were are you guys getting an updated duf from?
  Reply With Quote
09-27-07, 04:25 PM   #30
viva
A Fallenroot Satyr
Join Date: May 2006
Posts: 29
I was referring to "self". However while that in and of itself will fix the context menu issues you will still get bugsack FrameXML errors unless you update DUF.
  Reply With Quote
09-27-07, 04:37 PM   #31
meio
A Cobalt Mageweaver
 
meio's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 200
Originally Posted by Grimsin
were are you guys getting an updated duf from?
Patch 2.2: Errors after newly updated packages
  Reply With Quote
09-27-07, 05:22 PM   #32
Brem
Premium Member
 
Brem's Avatar
Premium Member
Join Date: Sep 2006
Posts: 156
Originally Posted by meio
The this, BOTTOMRIGHT or the self works as long as you've updated DUF? I have not updated DUF and i used the self line and I have no errors from the ContextMenu. I believe that I'm still getting a FrameXML error, but it's from the unit frames (from not updating DUF) not the ContextMenu.
Just verified. No errors from Context Menu. Plenty from DUF. Need to update.
__________________

-----------------
MazzleUI Beta Tester
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » found out what causes Frame.XML 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