Results: 10Comments by: Helwyr
File: Improved Blizzard UI03-25-18
I've turned off style unit frames a...
Posted By: Helwyr
I've turned off style unit frames as well as class colours, but after awhile the health bar returns back to its large state, ie. taking up the health bar area as well as the name area of the unit frame. reloading fixes the issue. loading screens sometimes fix, sometimes cause the issue, and sometimes cause the "large" health bar t...
File: Improved Blizzard UI02-11-17
focus frame positioning issue
Posted By: Helwyr
Noticed that the focus frame has some wonky behaviour. 1. initially the focus frame floats over the chat and player frame, with improved blizzard ui styling (class colored name bar) 2. changing the focus frame to "larger" jumps the focus frame down over the chat. focus frame loses class colored name bar. 3. changing the focus fr...
File: Improved Blizzard UI09-08-16
It's definitely disabled intentiona...
Posted By: Helwyr
It's definitely disabled intentionally. I'll make this a toggle at the weekend. Edit: For now you could just remove this function call :) https://github.com/kaytotes/ImprovedBlizzardUI/blob/master/ImpBlizzardUI/core.lua#L367 Awesome! Thanks. :)
File: Improved Blizzard UI09-08-16
Just updated to the most recent ver...
Posted By: Helwyr
Just updated to the most recent version last night. Noticed that the class order hall bar (the titan bar looking thing that displays troop count etc...) is hidden. At first I thought you may have added this as a hide feature, since I've seen addons to do exactly this pop up lately, but doesn't look like that's the case. Started...
File: Improved Blizzard UI01-16-16
Im rly thinking about to start usin...
Posted By: Helwyr
Im rly thinking about to start using this UI. But im bit worried about updating this addon... If i change things from .lua files... how do i update this addon without reseting my changes? I've made some small tweaks myself as well, specifically swapping bottom left and bottom right bar order, and then moving the stance bar as well...
File: Improved Blizzard UI01-12-15
Hey man. Again, great UI. I've n...
Posted By: Helwyr
Hey man. Again, great UI. I've noticed that with version 18, the same overlapping pet bar is happening that someone mentioned earlier for DKs, but was fixed, is now happening on hunters. My pets bar is displaying underneath the top action bar. Can supply a screenshot once I get home from work tonight. Another thing I noticed...
File: Improved Blizzard UI11-25-14
Just wanted to say I love the UI....
Posted By: Helwyr
Just wanted to say I love the UI. I've always felt weird about using UIs that stray too far from the default and this is perfect. Just for reference, I'm using these addons along with this one without any issues: HideChatButton - adds a button in the bottom left corner of the screen to hide the chat. Adds a letter to the butto...
File: Auto Glyph07-05-14
helpful code snippets.. Added an...
Posted By: Helwyr
helpful code snippets.. Added and working. :D thank you so much!
File: Auto Glyph07-05-14
To close the options window with th...
Posted By: Helwyr
To close the options window with the Esc key, once it is created add: tinsert(UISpecialFrames, "YourWindowName") I was actually just trying that, but it only works the first time. If I open the frame again (/ag) and hit esc, the frame remains and the regular esc menu opens. Edit: added close = CreateFrame("Button","cl...
File: nMainbar05-11-14
Just going to post some of my modif...
Posted By: Helwyr
Just going to post some of my modifications in case people are interested in the same thing. Add support for Oqueue and AskMrRobot in Addons menu Add to picomenu.lua:391. if (IsAddOnLoaded('Oqueue') and not v13) then x = true n = (#addonMenuTable.menuList)+1 v13 = true addonMenuTable.menuLis...