Results: 9Comments by: chinn
File: sHUD12-17-10
can you add out-of-combat fade?;)
Posted By: chinn
can you add out-of-combat fade?;)
File: eXPeritia10-19-10
Hi Cargor, do you still remember th...
Posted By: chinn
Hi Cargor, do you still remember this addon? Since 4.0 has already come, will you update it?
File: gxCooldowns10-18-10
Originally posted by Guardix Firs...
Posted By: chinn
Originally posted by Guardix First of all, it's not abandoned I just felt it didn't go well into this addon. To add it back in you need to first modify the TOC file to have gxMedia as an optional dependency. Next in the function loadFrame, below the CreateFrame("Button", ...) line you add: if (gxMedia) then local tex = _G tex:...
File: gxCooldowns10-17-10
Originally posted by Guardix You...
Posted By: chinn
Originally posted by Guardix You will have to use ButtonFacade and change skin from there. There is a skin named Zoomed that should do what you ask. I like the button overlay in gxmedia. Now, I guess gxmedia has been abandoned. So, I want to modify your code to add the overlay. How can I add it?:rolleyes:
File: sFilter09-30-10
These are the code pieces that caus...
Posted By: chinn
These are the code pieces that cause this issue. Wish this post helps. <<<<<<< HEAD:settings.lua -- "true" means enabled, "false" means disabled sFilter_Settings = { configmode = false, -- In this mode all icons are shown and can be moved. FontSize = 17, -- Font size for stacks text r = .8, -- Text...
File: sFilter09-30-10
JackOnTheMap got the same error as...
Posted By: chinn
JackOnTheMap got the same error as that I got. That's something like <<<<<<< HEAD:settings.lua in a few lines in settings.lua. I know some code repository tools mark conflict lines with <<<<<<< and >>>>>>>. I open settings.lua with notepad++, I see these lines. And windows notepad can also show them. These lines are found only in...
File: sFilter09-29-10
in line 42, settings.lua {spellI...
Posted By: chinn
in line 42, settings.lua {spellId = 48792, spellId2 = 48707, spellId3 = 498, spellId4 = 642, spellId5 = 47585, spellId6 = 45438 size = 64, spellId7 = 19263, spellId8 = 23920, spellId9 = 871, spellId10 = 22812, spellId11 = 61336, spellId12 = 31224, spellId13 = 26669, spellId14 = 47986, spellId15 = 30823, spellid16 = 34471, unitId =...
File: gxCooldowns09-19-10
Thanks for the reply! Actually,...
Posted By: chinn
Thanks for the reply! Actually, I have these issues with 1.4. It should be the latest version... Btw, anything I can do in cooldownConfig.lua to make it scan items when reload?
File: gxCooldowns09-18-10
It's nice, I love it. And I have a...
Posted By: chinn
It's nice, I love it. And I have a few questions here. 1. The positioning works fine with horizontal layout. But icons don't show up with vertical. I do it in this way settings.growHorizontal = false. Then I open wow and cast some spells that have cd, but there is no timer shows up. 2. If I reload ui while pvp trinket is coolin...