Results: 15Comments by: Treader
File: WowLua07-01-10
Originally posted by Cladhaire Sc...
Posted By: Treader
Originally posted by Cladhaire Scripts automatically save anytime you run the script.. is that not sufficient? No. I prefer not to be warned via StaticPopup when moving away from the document. I didn't realize it auto-saved when you click Run; I guess I should have, though. Edit: P.S. They Might Be Giants... excellent choice for...
File: WowLua07-01-10
Originally posted by Shefki ChatF...
Posted By: Treader
Originally posted by Shefki ChatFrameEditBox is used in the OnHide function for the SaveAs dialog. Needs to be updated for 3.3.5. There's a SaveAs? Anyway, I get no ChatFrameEditBox related errors. Edit: Oh, I know what you're talking about... I don't that feature. I'm happy with the generic document names. lol But that's no...
File: MozzFullWorldMap04-17-09
Error Message on Login
Posted By: Treader
: MozzFullWorldMap-v3.34.30100\MozzFullWorldMap.lua:725: hooksecurefunc(): BattlefieldMinimap_SetOpacity is not a function MozzFullWorldMap-v3.34.30100\MozzFullWorldMap.lua:725: in function <...terface\AddOns\MozzFullWorldMap\MozzFullWorldMap.lua:717> MozzFullWorldMap-v3.34.30100\MozzFullWorldMap.lua:800: in function `MozzFullWorld...
File: ImprovedMerchant03-05-09
[Suggestion/Bug] Limited-Supply Items
Posted By: Treader
Using v2.02. When purchasing limited-supply items, the item availability count does not decrease and, after purchasing the last item, it doesn't gray out. If this is working as intended: When purchasing limited-supply items, the item availability count should decrease and, after purchasing the last item, it should gray out...
File: Bejeweled10-05-08
Originally posted by shobu Amazin...
Posted By: Treader
Originally posted by shobu Amazing!! No more boring flights! Only problem I've noticed is that when I land (with "Auto-Close on flight end" enabled) the gamescreen fades out but I can't click through the frame where it was, and as soon as I click away from the now invisible frame, the game reappears showing the score screen....
File: Bejeweled10-03-08
Cool
Posted By: Treader
This is the coolest thing ever... one suggestion, though. Add a manual hint button that penalizes you for using it. It already automatically gives you a hint, so it can't be that hard to add.
File: WowLua05-08-08
This is neat. I do have 1 suggestio...
Posted By: Treader
This is neat. I do have 1 suggestion, though, I would love to have the option to press the up arrow to cycle through the last typed commands. Edit: It's really easy to add this functionality. Just put this into the OnEnterPressed handler in the XML file: local text = self:GetText(); WowLua:ProcessLine(text); self:AddHistoryLine...
File: FuBar 3.6.509-25-07
Just a heads up. The donation link...
Posted By: Treader
Just a heads up. The donation link on this page appears to be broken.
File: FuBar 3.6.509-24-07
The latest version of Rock (49537)...
Posted By: Treader
The latest version of Rock (49537) seems stable enough now. The unsaved positions on the FuBar bar(s) are no longer a problem and the issue I noted about the drop-down menus is only occasional instead of always. (Proof that they are working on it!) It has a lot of potential. Ace never had a centralized GUI for configuring its addo...
File: FuBar 3.6.509-24-07
Rock
Posted By: Treader
While I don't agree with the way Anitora pointed out a faulty addon, I do agree that Rock is not very good. The interface is awful. Choosing items from the drop-down menus doesn't close them as one would expect and require (it blocks whatever is behind it) and there's no notification that anything happened (output to chat). These are...
File: FuBar - Top ScoreFu09-08-07
Originally posted by focused7 Got...
Posted By: Treader
Originally posted by focused7 Got Mangle cat and bear to work by removing the following lines. local alpha = string.find(spell, "%s*%(") if alpha ~= nil then spell = string.sub(spell, alpha - 1) end Seems he is trying to truncate the (Cat) and (Bear) from Mangle. Really shouldn't though as they are vastly different. I...
File: FuBar - QuestsFu01-10-07
Bug: When the tooltip is detached,...
Posted By: Treader
Bug: When the tooltip is detached, all the quest catagories occasionally collapse on the tooltip and also on the default quest log. It probably happens when the tooltip is not detached, too, but I don't want to un-detach it and wait for it to happen again.
File: Saeris's LootLink12-20-06
Originally posted by Saeris @Trea...
Posted By: Treader
Originally posted by Saeris @Treader: Storing item texture path requires a large amount of memory, and provides minimal gain for the user. I will add the option to store this data in a future update, but it will be disabled by default. Until then, you are free to incorporate your one-line change into an edition of the addon for you...
File: LootLink PremadeDatabase (for Saeris's LootLink)12-17-06
Suggestion
Posted By: Treader
As stated in the LootLink comments: Please include itemTexture (icon) somewhere in the SavedVariable file.
File: Saeris's LootLink12-17-06
Suggestion
Posted By: Treader
Add the "itemTexture" variable to the LootLink_ItemTables.lua file, so that we webmasters can use this awesome addon to create our own item databases for our guild members. Also update the LootLinkDatabase addon to include the textures (icons). About line 11. Change to: local itemName, _, qualityNumber, realLevel, minLevel, i...