Results: 322Comments by: Vrul
File: OpenContainer11-16-09
Originally posted by xtoq I was c...
Posted By: Vrul
Originally posted by xtoq I was curious if there is any way that Button Facade support could happen for the bags (since they aren't action bars I wasn't sure). I don't currently have the ability to log into WoW to test this but you could try: local LBF = LibStub('LibButtonFacade', true) if not LBF then return end local group...
File: DockingStation (Display)09-22-09
Originally posted by Veyska Any c...
Posted By: Vrul
Originally posted by Veyska Any chance we could get an early release of the global frame name bits?The global names are for panels only, not the individual plugins. What addon(s) need those to be named to work?
File: DockingStation (Display)09-22-09
Originally posted by Galtar Any i...
Posted By: Vrul
Originally posted by Galtar Any idea when a new version is coming, and any cool features?I still don't have an ETA on the new version. Here is a list of things that will be different that are ready to go or are partially implemented as of now: MMOUI Minion support (X-WoWI-ID in TOC file) ConfigMode support Unlocked panels a...
File: DockingStation (Display)09-21-09
Originally posted by Galtar I kee...
Posted By: Vrul
Originally posted by Galtar I keep getting this. Any idea? Seems to only occur with DockingStation and nothing else that pops a tool tip. I can run my mouse over players, action bars. Soon as I hit docking station it pops. It looks like nUI also hooked the GameTooltip method SetOwner and did so in a way that causes both addons to...
File: DockingStation (Display)09-14-09
Originally posted by firebaerd I...
Posted By: Vrul
Originally posted by firebaerd I frequently swap between a laptop and a desktop. Desktop runs 1920x1080, Laptop runs 1920x1200. Copying config.wtf and Interface\ and WTF\ between machines. Forcing gxResolution in config.wtf to "1920x1080" and running wow in a window to preserve my carefully crafted UI aspect ratio. (Pulls hair...
File: DockingStation (Display)09-03-09
Originally posted by Torhal Will...
Posted By: Vrul
Originally posted by Torhal Will you still be updating? I've been waiting for the new version with the tooltip fixes...:D I actually quit playing about 3 weeks before I even started writing DockingStation, so yes, an update is still coming. My time has been very limited for a few months so it has been slow going on getting all the...
File: FuBar - MicroMenu08-24-09
Originally posted by Toran Vrul,...
Posted By: Vrul
Originally posted by Toran Vrul, is there a version of this that works with DockingStation? Tried this, removed the FuBar dependency since I'm using FubartoBroker - received errors. Not yet. I'm in the middle of rewriting parts of DockingStation but part of the rewrite includes support to allow a plugin like this to work within it.
File: DockingStation (Display)08-23-09
Originally posted by Torhal He do...
Posted By: Vrul
Originally posted by Torhal He does this intentionally, with all of his AddOns. Yeah, every addon I have installed is changed to be disabled by default. I was just always to lazy to remove that line before uploading. Since I haven't played for quite some time I guess I could remove it since it won't impact me now.
File: FuBar - MicroMenu08-06-09
Re: MicroMenu error reports (screws everything up!!)
Posted By: Vrul
Originally posted by ahoebeke Now, with 3.2, all addons updated, if I activate MicroMenu my whole fubar's just black :confused: You aren't using the latest version (1.0.6) because the main change I made was to remove the use of PlayerHasSpells which is mentioned those errors.
File: OpenContainer07-29-09
Originally posted by Privelgus I...
Posted By: Vrul
Originally posted by Privelgus I don't know if it's because I use german client, but I got a few errors, using this addon... also I'm not able to open my backpack at allThis should be corrected with v1.0.4. Thank you for your help in tracking down the problem too.
File: DockingStation (Display)07-23-09
Re: Tooltip breakage
Posted By: Vrul
Originally posted by Coren Scaling tooltips of DockingStation stop working after this simple line: /run hooksecurefunc(GameTooltip, "SetOwner", function(self, ...) DEFAULT_CHAT_FRAME:AddMessage("GTT:SO") end); Would it be possible to fix this? :D I'm in the middle of redoing large sections of code so nothing new will be ready f...
File: OpenContainer07-21-09
Re: Feature Request
Posted By: Vrul
Originally posted by Twidget if there was a way to have the bags stay open when you close the Mail box or Auction window. Some sort of persistent bag setting. Is there? If not is that something you could add? I guess I could split the Auto Open/Close options into separate options for Auto Open and Auto Close. The Limit Backpac...
File: DockingStation (Display)07-19-09
If a broker plugin doesn't show up...
Posted By: Vrul
If a broker plugin doesn't show up then chances are it is missing it's type field. Let the author know so they can fix it.
File: DockingStation (Display)07-05-09
Re: Frame OnLeave
Posted By: Vrul
Originally posted by Morgalm Just wondering if there is something you are doing changing the anchoring when the cursor leaves a frame's object.Basically DockingStation hijacks any frame that gets anchored to it. All tooltips become centered horizontally on their respective plugin but they are clamped to the screen. When the toolt...
File: DockingStation (Display)06-27-09
Originally posted by xtoq Would t...
Posted By: Vrul
Originally posted by xtoq Would this work with addons like Goose, that require a frame name to hide/show them based on macro conditionals?It has been a bit since I looked through it's code but I'm pretty sure it took the user input and ran it through loadstring to get an actual frame reference. So you could just type in DockingSta...
File: DockingStation (Display)06-13-09
Originally posted by lloydbates C...
Posted By: Vrul
Originally posted by lloydbates Could you change line 393 Panels.lua to have all panels(frames) with a global name? Sorry but no. If you really want global names for your panels you can make a simple addon that will do it for you in a similar fashion and save you from needing to change that line each update: hooksecurefunc(Do...
File: DockingStation (Display)06-12-09
Re: Feature Request
Posted By: Vrul
Originally posted by xtoq I'd like state-based visibility. That way, I can set my Raiding Panel to show only if I'm in a raid. If the panels had unique names I could do this with Goose, which lets you show/hide frames with macro conditionals, but since they aren't, I'm stuck with having to see my raiding bar (with things like Bro...
File: DockingStation (Display)06-12-09
Originally posted by Frozermc Fir...
Posted By: Vrul
Originally posted by Frozermc First of all I like your addon very much, thanks for all your work on it. I have one question, when I have deleted a plugin from the configuration, is there any way to get it back ? I still have the addon installed it just does not show up anymore. If the addon is loaded but not showing up in Doc...
File: DockingStation (Display)06-08-09
If you are having trouble finding a...
Posted By: Vrul
If you are having trouble finding a plugin to fit your needs then please use the forums to either request help in locating one or to make a suggestion for someone to maybe write one. I would like to keep this area limited to bug reports and feed back.
File: DockingStation (Display)06-07-09
Re: Docking Station - options?
Posted By: Vrul
Originally posted by mikaeela In docking station is there a way to make sure that it is always showing, no auto-hide etc. like you could with Fubar? Any help much appreciated. It should be that way by default and if you changed it just go back to the Visibility options for the panel(s) in question and select to use defaults. Of c...
File: DockingStation (Display)06-05-09
Re: Junkie =(
Posted By: Vrul
Originally posted by Gsusnme Just wondering if anyone can help me either find a replacement, or help me fix the mod "Junkie" as it is the ONLY mod so far that does no longer work for me on dockingsation. The mod author has not responded to any of my PM's or posts and unfortunately it's one of my favorite add-on's. Hoping that m...
File: DockingStation (Display)06-01-09
Originally posted by celebros Wha...
Posted By: Vrul
Originally posted by celebros What license is Docking Station released under? No real license other than "WoW Matrix can go fuck themselves"
File: DockingStation (Display)06-01-09
Originally posted by xtoq My issu...
Posted By: Vrul
Originally posted by xtoq My issue is this however: Perfect Hit defines as a type, but still doesn't display, and worked before PH updated the last time. Nothing has changed (that I can see) in the display declaration, so I've posted on the PH comments section too. I'm not opening a ticket because I don't believe it is a bug with...
File: DockingStation (Display)05-28-09
Originally posted by X-buZZ can y...
Posted By: Vrul
Originally posted by X-buZZ can you please give an answer to my post from the wowace forums: Some broker addons have ugly labels so i would love to be able to override them with my own values.Sorry, not sure how I missed your question (twice even). I'm in the middle of rewriting how plugins work internally but I'll see if I can...
File: DockingStation (Display)05-26-09
My removing the type "guessing" had...
Posted By: Vrul
My removing the type "guessing" had nothing to do with enforcement. I'm just trying to give LDB an honest shot outside of plugins. LDB is a generic library. An addon author using a library in their code shouldn't have to worry about how others implemented it in another area and have to make changes based on that. If displays co...