View Single Post
11-04-11, 03:02 AM   #18
Brainn
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 263
looks like they changed some stuff for the minimap-icons...
Code:
...erface\AddOns\RDX\Designs\Buttons\MinimapButtons.lua:28: attempt to call global 'MiniMapLFG_UpdateIsShown' (a nil value)

Stack trace:
-----------
Interface\AddOns\VFL\Core\Pool.lua:104: in function `Acquire'
Interface\AddOns\VFL\UI\Core.lua:704: in function `AcquireFrame'
[string "-- UnitFrame: win_Artframes:af_minimap..."]:115: in function <[string "-- UnitFrame: win_Artframes:af_minimap..."]:39>
...erface\AddOns\RDX\Windows\Layout_SingleUnitFrame.lua:270: in function <...erface\AddOns\RDX\Windows\Layout_SingleUnitFrame.lua:259>
Interface\AddOns\VFL\Core\Function.lua:63: in function <Interface\AddOns\VFL\Core\Function.lua:62>
Interface\AddOns\VFL\Core\Function.lua:63: in function <Interface\AddOns\VFL\Core\Function.lua:62>
Interface\AddOns\RDX\Windows\Obj_Window.lua:114: in function `LoadState'
Interface\AddOns\RDX\Windows\Obj_Window.lua:212: in function <Interface\AddOns\RDX\Windows\Obj_Window.lua:137>
Interface\AddOns\RDX\Windows\Obj_Window.lua:264: in function `oi'
Interface\AddOns\RDX\ObjectMgr\ObjectDB.lua:223: in function <Interface\AddOns\RDX\ObjectMgr\ObjectDB.lua:213>
(tail call): ?
Interface\AddOns\RDX\DesktopMgr\Obj_Desktop.lua:375: in function `hsig'
Interface\AddOns\VFL\Core\DispatchTable.lua:119: in function `Dispatch'
[string "local encid = "dk_openrdx7";..."]:8: in function `f'
Interface\AddOns\RDX\DesktopMgr\Obj_Desktop.lua:723: in function <Interface\AddOns\RDX\DesktopMgr\Obj_Desktop.lua:696>
Interface\AddOns\RDX\DesktopMgr\Obj_Desktop.lua:841: in function `oi'
Interface\AddOns\RDX\ObjectMgr\ObjectDB.lua:223: in function <Interface\AddOns\RDX\ObjectMgr\ObjectDB.lua:213>
(tail call): ?
Interface\AddOns\RDX\DesktopMgr\Obj_Desktop.lua:1020: in function <Interface\AddOns\RDX\DesktopMgr\Obj_Desktop.lua:991>
Interface\AddOns\RDX\DesktopMgr\Obj_Desktop.lua:1043: in function `SecuredChangeDesktop'
Interface\AddOns\RDX\DesktopMgr\Obj_DUI.lua:413: in function <Interface\AddOns\RDX\DesktopMgr\Obj_DUI.lua:408>
Interface\AddOns\RDX\DesktopMgr\Obj_DUI.lua:421: in function `SecuredChangeState'
Interface\AddOns\RDX\DesktopMgr\Obj_DUI.lua:383: in function <Interface\AddOns\RDX\DesktopMgr\Obj_DUI.lua:363>
Interface\AddOns\RDX\DesktopMgr\Obj_DUI.lua:533: in function `hsig'
Interface\AddOns\VFL\Core\DispatchTable.lua:119: in function `Dispatch'
Interface\AddOns\RDX\Init.lua:76: in function `hsig'
Interface\AddOns\VFL\Core\DispatchTable.lua:119: in function <Interface\AddOns\VFL\Core\DispatchTable.lua:117>
from a quick look at the blizzard interface data (in Interface\FrameXML\LFGFrame.lua) the call to that function is replaced with MiniMapLFG_Update(), but if i use this function in the MiniMapButtons.lua file instead of the one that produces the error the minimap-lfg-button only shows while i am qued in dungeon or raidfinder and hides if not qued.
  Reply With Quote