View Single Post
12-10-13, 03:43 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Yeah the shop button is bugging out the moment I turn on nUI. I'm not seeing the menu move though, it just doesn't show due to the error. I'll see if I can rig up a fix and mail a copy to Scott.

Edit: Unfortunately I cannot see anything in the code in nUI that is breaking the game but a reloadui will resolve the issue. All I can see nUI doing is reading in the main menu bar art's children and generating a list of buttons from it, a reload shows the new store icon .

Lua Code:
  1. Message: Interface\FrameXML\MainMenuBarMicroButtons.lua:217: MainMenuMicroButton:SetPoint(): StoreMicroButton is dependent on this
  2. Time: 12/10/13 21:39:40
  3. Count: 1
  4. Stack: [C]: in function `SetPoint'
  5. Interface\FrameXML\MainMenuBarMicroButtons.lua:217: in function `UpdateMicroButtons'
  6. [string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
  7.  
  8. Locals: (*temporary) = MainMenuMicroButton {
  9.  0 = <userdata>
  10.  tooltipText = "Game Menu (Escape)"
  11.  updateInterval = 0
  12.  newbieText = "Modify your settings, change your hotkeys or exit the game."
  13.  Flash = MainMenuMicroButtonFlash {
  14.  }
  15. }
  16. (*temporary) = "BOTTOMLEFT"
  17. (*temporary) = StoreMicroButton {
  18.  0 = <userdata>
  19.  tooltipText = "Shop"
  20.  Flash = StoreMicroButtonFlash {
  21.  }
  22. }
  23. (*temporary) = "BOTTOMRIGHT"
  24. (*temporary) = -3
  25. (*temporary) = 0
__________________


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

Last edited by Xrystal : 12-10-13 at 03:53 PM.