Results: 207Comments by: AnduinLothar
File: ChatEdit01-24-11
Originally posted by Jellybao Yea...
Posted By: AnduinLothar
Originally posted by Jellybao Yea I can't move the indicator with the mouse or arrow key, when I click out of the chatbox or when I click to edit the chatbox it actually freezes my game for a few seconds. The cursor just stays on that 1 line when I try to edit the chatbox, it doesn't look like it's refreshing the text or doing anyt...
File: FluidFrames01-21-11
Re: Boss ability indicator
Posted By: AnduinLothar
Well it seems that is the PlayerPowerBarAlt frame. It seems to resize based on what form it's taking. There's horizontal, vertical, circular and pill shapes that all use the same frame. So... you can show it with: /run PlayerPowerBarAlt:SetSize(128,128);PlayerPowerBarAlt:Show(); But of course then it's still invisible. You can...
File: ChatEdit01-21-11
Originally posted by Jellybao I'm...
Posted By: AnduinLothar
Originally posted by Jellybao I'm having problems with this add on, when I try to copy paste the indicator only stays on 1 part of my chat window and won't move, might have something to do with the UI use. So you cant move it with the mouse or the arrow keys? If you click somewhere else do you see the cursor there for a second...
File: FluidFrames01-17-11
Ignore the patch. just use the late...
Posted By: AnduinLothar
Ignore the patch. just use the latest download.
File: FluidFrames01-14-11
Well i just went and installed bart...
Posted By: AnduinLothar
Well i just went and installed bartender to test this for you. Here's the problem: Bartender is reparenting the xp bar to a new frame "BT4BarXP" and then moving and sizing and scaling that new parent frame instead of doing it to MainMenuExpBar itself. When you go to highlight it it highlights MainMenuExpBar and when you drag i...
File: FluidFrames01-14-11
That sounds like a conflict with ba...
Posted By: AnduinLothar
That sounds like a conflict with bartender. Does it work without bartender?
File: FluidFrames01-12-11
yeah, technically I haven't updated...
Posted By: AnduinLothar
yeah, technically I haven't updated Portfolio yet, tho it works just fine. It's in a different svn and just included here... I'll just wait for 40300..
File: FluidFrames01-07-11
/resetframes to reset everything
Posted By: AnduinLothar
/resetframes to reset everything
File: ChatBar12-14-10
Re: Re: Re: Action Bars
Posted By: AnduinLothar
Originally posted by RedMarauder Yes, with all addons turned off it happens, on three different computers, it has since the original version of Chat Bar with cosmos and has happened every version since Perhaps it has to do with some specific way you're doing it. Can you walk me through exactly what you're clicking on and which bu...
File: ChatBar12-09-10
Re: Action Bars
Posted By: AnduinLothar
Originally posted by RedMarauder I love your addon but... I have all the action bars turned on, and keep the squares I'm not using hidden. But since using your addon, (all the way back to the cosmos days and yes, chat bar is updated) when ever I open my spell book, the unused acton bar squares appear and will not go away untill...
File: ChatBar12-02-10
doh! I changed the buttons so that...
Posted By: AnduinLothar
doh! I changed the buttons so that they're created dynamically and forgot to update some of the settings when it creates a new one. I should have the fix out tonight.
File: Gymnast Tooltips11-28-10
There we go. With its own GUI optio...
Posted By: AnduinLothar
There we go. With its own GUI options it's slightly less sad. NOTE: The non-english localizations need updating. Send them in if you can translate the new strings.
File: Gymnast Tooltips11-27-10
Damn this addon is crusty... still...
Posted By: AnduinLothar
Damn this addon is crusty... still has Cosmos and Khaos configs and manual replacement hooks? Sad. Thanks for the tips Farmbuyer. I'll see what I can do.
File: ChatBar11-27-10
I'm Back. Sorry for the long abs...
Posted By: AnduinLothar
I'm Back. Sorry for the long absence. I haven't played much wow in the past year. But I'm back for Cataclysm and hope to get most of my addons working again. First is ChatBar, since it seems to be the most popular. I've updated it to work with the chat changes and added battle.net buttons for whisper and conversation. I'd lo...
File: Tidy Plates: EPEEN04-05-10
Originally posted by suicidalkatt...
Posted By: AnduinLothar
Originally posted by suicidalkatt What do you mean? http://www.worldofwarcraft.com/info/underdev/images/epeen/ss4.jpg Player Potency Tiers The higher scores seem to have green coloring. Or maybe it's the next tier above yours or something.... Could be implemented any number of ways.
File: Tidy Plates: EPEEN04-05-10
No colored tiers?
Posted By: AnduinLothar
No colored tiers?
File: Khaos Standalone03-31-10
The original Khaos documentation pa...
Posted By: AnduinLothar
The original Khaos documentation pages were deleted from wowwiki. If you want them back contact "Pcj", the wowwiki admin that deleted it. I got him to undelete the main page, but the sub pages are still inaccessible. http://www.wowwiki.com/Khaos If you want this long term you'll have to migrate it somewhere else, like to Auth...
File: ImprovedErrorFrame03-31-10
Originally posted by spiralofhope...
Posted By: AnduinLothar
Originally posted by spiralofhope The documentation and change log were deleted from WoWWiki. Thanks. I migrated it over here.
File: Portfolio02-24-10
Re: Using Boolean for CheckBoxes...
Posted By: AnduinLothar
Just use a callback wrapper: callback = function(value, isGUI, isUpdate) yourcallback(value == "1", isGUI, isUpdate) end; for converting in the opposite direction just use a ternary operator: control:SetValue(yourvalue and "1" or "0")
File: ChatBar12-15-09
Originally posted by NiQil Any ET...
Posted By: AnduinLothar
Originally posted by NiQil Any ETA on an update to 3.3? No, ChatBar works fine. You'll have to load out of date.
File: FluidFrames12-07-09
nonretadin: Set the keybindings fo...
Posted By: AnduinLothar
nonretadin: Set the keybindings for FluidFrames in the blizzard options. Zasurus: Frame Level is an interesting request. I'll look into making an easy UI for it, but don't hold your breath. "Modified Frames" and "Hidden Frames" were incompletely programmed. They should be populated in the next version, whenever I finish it.
File: FluidFrames11-02-09
adlarn: Remove the LowHealthFrame...
Posted By: AnduinLothar
adlarn: Remove the LowHealthFrame table from your FluidFrames saved variables. Quandru: The options are now in the blizzard options panel.
File: ChatBar10-14-09
Originally posted by Kerecha Turn...
Posted By: AnduinLothar
Originally posted by Kerecha Turn of the addon log in, the log out and turn it of and it will have reset. Prolly a bug, and a n anoying one at that, but works for that problem. Not technically a bug, it's just how blizzard's default frame positioning works. You can also reset with /run ChatBar_Reset()
File: ChatBar09-05-09
Originally posted by Hevanus Show...
Posted By: AnduinLothar
Originally posted by Hevanus Show Channel ID on Buttons doesn't seem to be doing anything. You're right, let me fix that...
File: ChatBar09-05-09
Originally posted by xtoq I LOVE...
Posted By: AnduinLothar
Originally posted by xtoq I LOVE THIS MOD! That being said, how would I go about making my own art or modifying existing art? I tried to make a silver version of the glass orbs, but they still seem to be gold in-game. Any light you can shed on this would be great! And I'm not talking about adding the artwork, I see that's on...