Results: 64Comments by: RaeVanMorlock
File: _DevPad05-22-11
Freakin love this addon. I've never...
Posted By: Ahm
Freakin love this addon. I've never been good at finishing addons, but I've got like 20 little scripts and counting written in this that run on startup to customize my UI. There's a bit of a bug with the vertical scrollbar on the folder/script list window. When the addon first loads with it, it overlaps the auto start arrows. If y...
File: Raven05-08-11
Icon Borders
Posted By: Ahm
Also, all my buff icons have this white border around them. I've tried playing around with Raven's settings and the Button Facade settings and I can't seem to get rid of it. I even changed the button texture to Zoomed, which doesn't have a border anywhere else that I use it, but it still has one with Raven's buff icons. Is there a wa...
File: Raven05-08-11
Buff Tracker/Whitelist Bugs
Posted By: Ahm
I'm an 85 paladin. I created the Buff Tracker standard bar group as bars then added a white list to include blessing of might, blessing of kings, seal of truth, and righteous fury. When I die and when I'm a ghost, my Long Buff standard bar group shows Champion of Therazane (from my Therazane tabard) and Righteous Fury, but Righteo...
File: AhmUI05-27-10
Re: Cant get UI to work
Posted By: RaeVanMorlock
Originally posted by Yasumto I installed the UI correctly, enabled it, but i cant get it to show up. The character screen does show up, but the rest not. And i have no idea what is going on, and i already tried the installing guide etc. The CharacterFrame is the only part that's been released thus far so it sounds like it is...
File: AhmUI05-23-10
Originally posted by Ducati7777 h...
Posted By: RaeVanMorlock
Originally posted by Ducati7777 hi i have a questen. how i can change the color of the background? i found a lot of part there a color is called but i have no idea how ich can change these. pls help me :D Hit Esc to bring up the main menu, click the Interface button. Click the AddOns tab in the top left. Click AhmUI in the left...
File: AhmUI05-03-10
Re: Memory Leak?
Posted By: RaeVanMorlock
Originally posted by SofaKing I've now noticed that AhmUI is using more memory than any of my other addons. =( Recount used to be my heaviest addon hitting maybe 5 or 6 MB..... sitting in Dalaran I've watched AhmUI climb from 4MB all the way up to 10MB. It appears to drop back below 2MB or so...but then starts it's climb aga...
File: AhmUI05-01-10
Re: Unknown File Format
Posted By: RaeVanMorlock
Originally posted by SofaKing Trying to download the 1.3.1 rev and receiving an unknown format or damaged file error. I've tried a couple of times to rule out a botched download. Not sure if it is the file or WoWInt. Looks like wowinterface did something goofy.. the file is 0KB. I reuploaded to see if that fixes it. Upda...
File: AhmUI05-01-10
Re: Scale...
Posted By: RaeVanMorlock
Originally posted by SofaKing I read where you mentioned the scale messing with things...but, since I have my game scale set to nearly as low as it can be set, this addon appears very small and almost unreadable on my 1900x1080 24" LCD. By using the SetScale command in a macro I am able to set the scale to 1.5, which is perfect for...
File: AhmUI03-20-10
Originally posted by Baine Edit:...
Posted By: RaeVanMorlock
Originally posted by Baine Edit: Implemented in 1.1.1, way better thanks for acting that fast =) Thanks for pointing it out. :) Originally posted by multipass Holy crap I want to destroy you with love for this. Hm... sounds painful. :) There actually will be functionality to change the color scheme. I was pla...
File: ReloadUI09-25-09
Originally posted by Banur Hmm see...
Posted By: RaeVanMorlock
Originally posted by Banur Hmm seems to be about time to reload 'reloadui'. Clever.. made me chuckle. :) Done.
File: Tweaker09-24-09
Tweaker Beta 1
Posted By: RaeVanMorlock
The first beta of Tweaker is now available on the main page. As such, I've removed the link to the Dump package since I don't want to maintain two identical sets of code. The Tweaker 1.2 Changelog has also been updated and formatted a bit nicer. It's worth noting (somewhere, might as well be here) that: - /dump now displays decima...
File: Tweaker09-22-09
Tweaker update
Posted By: RaeVanMorlock
Two brief but nice updates for the dump package: - dumping nested tables looks better now I wasn't sure if it would work at all since I hadn't tested it yet, but while debugging today, I dumped a table that had nested tables in it. I think I want to change the way that works, but at least it's prettier for the time-being. - /dum...
File: Tweaker09-21-09
Blizzard, you disappoint me
Posted By: RaeVanMorlock
Did you know widget names can contain spaces? In fact, "@)!#$*@ #)$( @_).:12938-1 sldkjf23 - -= fact, "WorldMapFrame" is a valid widget name... even though it's already taken. Consider this: _G.WorldMapFrame = nil CreateFrame("FRAME", "WorldMapFrame") Ya know what that does? Well, everything that used to affect Blizz's WorldMapFram...
File: Tweaker09-19-09
Tweaker-Dev-Dump update
Posted By: RaeVanMorlock
Another update. While fixing the iif() issue, I realized I was only accounting for string/number keys. They're certainly the majority, but there are other types. /dump { = 1, = 2, = 3, = 4, = 5, = 6, = 7, = 8, = 9, = 10, = 11, = 12 } The above now works. I'm not sure how to create thread and userdata objects so I can't...
File: Tweaker09-19-09
iif() fail
Posted By: RaeVanMorlock
So... there's a problem with iif() now Using and or The values are only calculated if they need to be, so everything is happy. Using iif().. everything is calculated right away in order to send the results to the function... so a < b doesn't work so well anymore when a and b are not the same type. Yo...
File: Tweaker09-19-09
Tweaker-Dev-Dump update
Posted By: RaeVanMorlock
The Tweaker-Dev-Dump package has been updated again. I had a hunch that /dump _G was freezing up WoW because of get_global_name... I haven't taken the time to really analyze the code, but that was my hunch, and I made code changes so that it would do things slightly differently when dealing with _G in order to account for it. Happy...
File: Tweaker09-18-09
Re: Re: Re: Nice update
Posted By: RaeVanMorlock
Originally posted by kellewic Running /dump through its paces and got: : Tweaker-Dev-Dump\Tweaker-Dev-Dump.lua:110: invalid order function for sorting ... What I did was the following in-game: /run LL = {1,2,3,4,5} /tweaker dump LL So I'm a big fan of the iif shorthand.. which equates to: val = and or
File: Tweaker09-17-09
Re: Nice update
Posted By: RaeVanMorlock
Originally posted by kellewic Nice update on the front page :) If you have any code you want tested, shoot me an email and I'd be happy to check it out. Thanks, kell! The Tweaker site isn't ready for public release yet, but, since it is up on the web, I took the opportunity to learn how to deliver .zip files from it so anyone inte...
File: Tweaker09-15-09
Re: Font issue
Posted By: RaeVanMorlock
Originally posted by kellewic ... I end up with an error on Tweaker trying to build up kell_Coords1Text since it is trying to call $parentText:SetText("TEST") before assigning the Font to the FontString. Since there is no assigned font, it can't set a text value. This means Tweaker will have to ensure a Font is assigned before Set...
File: Tweaker09-13-09
Re: Re: Re: Re: Re: Event
Posted By: RaeVanMorlock
Originally posted by kellewic I noticed there is a bug in the code I emailed: local noop = function end should be: local noop = function() end I've been up like 36 hours now so... Lol, yes, I found it. No worries. I emailed you back a little while ago. About to start some testing and see where I want to start with this length...
File: Tweaker09-13-09
Re: Re: Re: Event
Posted By: RaeVanMorlock
Well I'm glad to see somebody enjoying Tweaker :D That's definitely taking it further faster than I had planned, but I like it. I appreciate it. :) In fact, it's inspired me to reevaluate Tweaker at this stage in development. It's a long post, but I've written about the birth of tweaker and expressed what's going through my mind at...
File: Tweaker09-13-09
Re: Event
Posted By: RaeVanMorlock
Thanks kellewic. That's probably a good idea until I get a better solution in there. Tweaker is delayed until PLAYER_LOGIN so that you can work with widgets created by other addons. I was originally going to "queue" up things until the parent existed, but I was concerned with the performance hit of running code every OnUpdate. It mi...
File: Clique06-30-09
I absolutely love Clique... but the...
Posted By: RaeVanMorlock
I absolutely love Clique... but the configuration window has been driving me batty because it seems to die.. (?) I open my spellbook and click the Clique button and the window comes up, but I can't use the dropdown in the top-right. I can't click on any of the buttons at the bottom either. The graphic for the "Custom" button current...
File: Talented05-14-09
Glyph Templates
Posted By: RaeVanMorlock
I love this addon. It makes it very easy to look up a good spec online and copy it into a template, but one thing it lacks is being able to specify what glyphs I want. Many specs that are posted online also included some or all of the glyphs that you should also get with the talent points. Wowhead's talent calculator even has a small...
File: ReloadUI11-26-08
Nice :-) It does seem like the typ...
Posted By: RaeVanMorlock
Nice :-) It does seem like the type of thing that Blizz could easily enough implement themselves. Anyone that uses addons has to reload the UI at some point... not just developers. Then again, I really wish Blizz would implement the ability to be able to move UI elements around too .. like the map and unit frames and what-not. Lotr...