View Single Post
09-09-22, 04:25 PM   #15
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
Hmm, it's probably due to how nUI was initially written ( and beyond my skills to understand where the problem is ) but ...

EditMode start and finish announces an error when I have nUI active but not when I have my minimal test actionbar addon active.

Hopefully other UI replacement addons ( especially older ones ) won't have the same problem but here is the error message I received.

Lua Code:
  1. 2x [ADDON_ACTION_FORBIDDEN] AddOn 'nUI' tried to call the protected function 'TargetUnit()'.
  2. [string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:519: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:519>
  3. [string "=[C]"]: in function `TargetUnit'
  4. [string "@Interface/FrameXML/EditModeManager.lua"]:1414: in function `RefreshTargetAndFocus'
  5. [string "@Interface/FrameXML/EditModeManager.lua"]:1354: in function `OnEditModeEnter'
  6. [string "@Interface/FrameXML/EditModeManager.lua"]:162: in function `EnterEditMode'
  7. [string "@Interface/FrameXML/EditModeManager.lua"]:183: in function <Interface/FrameXML/EditModeManager.lua:181>
  8. [string "=[C]"]: in function `Show'
  9. [string "@Interface/FrameXML/UIParent.lua"]:2871: in function `SetUIPanel'
  10. [string "@Interface/FrameXML/UIParent.lua"]:2677: in function `ShowUIPanel'
  11. [string "@Interface/FrameXML/UIParent.lua"]:2581: in function <Interface/FrameXML/UIParent.lua:2577>
  12. [string "=[C]"]: in function `SetAttribute'
  13. [string "@Interface/FrameXML/UIParent.lua"]:3174: in function `ShowUIPanel'
  14. [string "*:OnClick"]:2: in function <[string "*:OnClick"]:1>
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote