Results: 3Comments by: Asjaskan
File: Fizzwidget HoverTips08-23-16
Solution for LUA-Error on Battle.net friend links
Posted By: Asjaskan
Hi, since Patch 6.2.4, tooltips for Battle.net friend links didn't work but resulted in a LUA error instead, because Blizzard removed some API functions and renamed some more. I was able to fix this, so these are my changes in HoverTips.lua (starting at line 136): -- current toon if ( toonID ) then local hasFocus, _,...
File: CharacterInfo11-19-07
Originally posted by thevariance...
Posted By: Asjaskan
Originally posted by thevariance ...When I open up my bank to view what's in there it's running off my screen. Is there a way to resort the display of my bank bags so they are drawn further across and less deep? Or perhaps a way to turn off certain bags?... The width of the windows is hardcoded to a max. of 8 items per line (You...
File: CharacterInfo01-22-07
Re: Trying to move the frames = frustrating
Posted By: Asjaskan
Originally posted by EvilCrew Because of the way my UI is set up, the frames always popup with the "title" area of the character window hidden behind a unit frame. Because of this, I can't move the frames and it's frustrating. I've tried moving the unitframe, then move the cis frame, then moved back my unitframe. Next time I log...