Results: 105Comments by: Gandalf
File: Wykkyd Toolbar10/03/17
rank points vs xp point progress
Posted By: Gandalf
Can we get something that displays our alliance rank progression like the XP bar? It's something we've talked about. Currently, the rank icon displays if AP is shown. Under the assumption that Rank Point Progess is the primary interest in an AVA area, you may wanna add my additions in a future release: in code/XP.lua: l...
File: LibAddonMenu-2.009/23/17
Update 16 PTS - Breaks LibAddonMenu - better fix
Posted By: Gandalf
I verified the visual effect of LibAddonMenu's ScrollDataIntoView function with the effect of the standard ZO_ScrollList_ScrollDataIntoView function. I could not find any reason for not using the standard function. This also drops the need of using ZO internal data structures that break on PTS. Therefore: #524 ScrollDataInt...
File: LibAddonMenu-2.009/19/17
Update 16 PTS - Breaks LibAddonMenu - fix
Posted By: Gandalf
3.2 Source says: local function UpdateModeFromHeight(self, height) if self.mode == SCROLL_LIST_UNIFORM then if self.uniformControlHeight == NO_HEIGHT_SET then self.uniformControlHeight = height elseif height ~= self.uniformControlHeight then self.uniformControlHeight = nil...
File: LibAddonMenu-2.009/19/17
Update 16 PTS - Breaks LibAddonMenu
Posted By: Gandalf
Opening Addon Settings cause: user:/AddOns/SkyShards/Libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:445: operator * is not supported for nil * number stack traceback: user:/AddOns/SkyShards/Libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:445: in function 'ScrollDataIntoView' user:/AddOns/SkyShards/Libs/LibAddonMenu-2.0/LibAddonMenu-2....
File: Wykkyd Toolbar08/14/17
fixes I would like see
Posted By: Gandalf
Heya, there are two fixes I would like to see in a future update: 1) in toolbar.lua, local function updateAll, make moving compass reliable > -- Gandalf: use math.floor() because the value is almost but not 0 :) > if math.floor(wykkydsToolbar:GetTop()) <= 0 then -- added "=" 5-21-15 This is the primary check to mo...