Results: 256Comments by: Katae
File: LiteStats10-14-09
Edit: It's most likely because the...
Posted By: Katae
Edit: It's most likely because the font hasn't been loaded by the client, which only happens on start-up. Just recreated the same situation myself. I truly need to make better error handling :rolleyes: Originally posted by xandora oops, this was meant for the litepanels comment section. >.> I've got the file in the \media\ direct...
File: LiteStats10-14-09
Are you using the full path to the...
Posted By: Katae
Are you using the full path to the font? A file name alone assumes that the font is located in Interface\AddOns\LitePanels\media\. Originally posted by xandora I can't seem to get a font to work at all. The text will work fine without the 'font = ...' part, but as soon as I put it in all my other panels and setups disappear EXCEPT t...
File: LiteStats10-13-09
Originally posted by richerich No...
Posted By: Katae
Originally posted by richerich No no, just total money from it, not each item for itself :D Ahh, got it :) Updated
File: LiteStats10-13-09
Updated with a number of fixes that...
Posted By: Katae
Updated with a number of fixes that I missed and polished things up a bit. As requested, I added coords to the location tooltip (shift-click sends it to chat) and clock text can be set to local time. I'll try to add mail and experience modules by the weekend. Edit: Having computer issues so the update will take longer than I antici...
File: LiteStats10-12-09
Originally posted by Sythral Thank...
Posted By: Katae
Originally posted by Sythral Thank you for making this, it gave me a lot of ideas for my Litepanels! I do have one question... how do I set the autosell and autorepair to default to yes?AutoSell is enabled by default. For AutoRepair, find this line and change false to true. Edit: Realized that the tooltip may say the option is off...
File: LitePanels10-09-09
Re: Using the new profile string...
Posted By: Katae
Originally posted by Fryght Do I still need to keep, ex. at the beginning like before or just take that out and use the profile at the end. If so can I put each of my characters profile string at the end(bottom) of my layout file. Like...You'll need to omit the old profile syntax when switching to the new one. Your example was cor...
File: LitePanels10-08-09
Re: Re: Re: Hiding A Panel Based on Char Level!
Posted By: Katae
Originally posted by richerich I actually tried that code myself and it didn't work, sadly :/ With 1.5, OnLoad works properly, so you can use that instead of OnShow.
File: Tidy Plates10-01-09
Originally posted by danltiger Wel...
Posted By: Katae
Originally posted by danltiger Well, for what it's worth, there's a new version available. I've tried a few different things to reduce the addon load, in hope of addressing the Mac crashes. I've been trying it out, no fatal errors so far, I'll keep you updated :)
File: LitePanels09-20-09
Re: Hiding A Panel Based on Char Level!
Posted By: Katae
Originally posted by Lordyfrb would it be able to hide a panel based on the chars level, I have a XP panel and I would like to hide it on level 80 chars.Absolutely, here's a small example OnShow you could try out. OnShow = function(self) local max_level = MAX_PLAYER_LEVEL_TABLE if UnitLevel'player' == max_level then self:Hid...
File: LitePanels09-13-09
willgk I wasn't able to reproduc...
Posted By: Katae
willgk I wasn't able to reproduce any odd video behavior, does this happen everywhere? Also, I had to remove 'TimeManagerClockButton:Hide()' as Blizzard_TimeManager isn't loaded when litepanels loads and gives a "frame is nil" error, but I can't be sure that's what the problem is. Try to take out one piece of the function at a...
File: LitePanels09-12-09
Re: tex_file to gradient
Posted By: Katae
Originally posted by Leokun First of all, thanks for the great addon katae. You're welcome :) Originally posted by Leokun I have been trying to apply a gradient effect to some tex_file's using the addon but I'm starting to think that it's not supported. Are tex_file, gradients and bg_color effects mutually exclusive as in...
File: Satrina Buff Frames 309-11-09
This has been happening to me for q...
Posted By: Katae
This has been happening to me for quite awhile, ButtonFacade border colors have a weird tendency to change its shade on reload and when configuring it. As the color slider is changed in BF, the color flickers to the right color, but immediately to a dark shade. I have even disabled everything but BF, SBF, and the skin, and edited...
File: Tidy Plates09-11-09
Originally posted by danltiger (e...
Posted By: Katae
Originally posted by danltiger (edit: You say "miss using this".. that means that it worked at one point? when did the problems start?) Since even before 3.2, there was about one or two crashes every other day, it always seems to happen during combat, and only in instances IIRC. But since 3.2 hit, the crashes got even more frequ...
File: Tidy Plates09-09-09
Any lead on the Mac crashes? I miss...
Posted By: Katae
Any lead on the Mac crashes? I miss using this >.>
File: LitePanels09-07-09
Re: Re: Re: Re: Re: I must be terrible...
Posted By: Katae
Originally posted by BFSskepsis Here's what I copied from one of your examples just a second ago. Fixed: http://pastebin.com/d73448b06 You didn't have your char profile contained within curly braces.
File: LitePanels09-07-09
Re: Re: Re: I must be terrible...
Posted By: Katae
Originally posted by BFSskepsis Check. Renamed it, made sure all the profiles are directing to my character, and I'm not getting anything. Not even the black bar example. =( Can you copy your whole layout.lua contents to pastebin?
File: LitePanels09-07-09
Re: I must be terrible...
Posted By: Katae
BFSskepsis First thing you need to do is change the file name to layout.lua from layout_example.lua and then launch (or relaunch) wow. There's a default profile in the config so you should see if it works or not right away. Be sure to enable Lua errors.
File: Splaunchy09-07-09
Would any of these be possible?...
Posted By: Katae
Would any of these be possible? - Tab instead of enter, or both, to switch to the search items, and be able to switch back to the search box (not important, just used to it) - Open interface panes, like addon configs - Aliases to launch custom code - Expand LDB tooltips (maybe have this as a cargoShip plugin to be less work?)...
File: Splaunchy09-07-09
This is brilliant :D "Why didn't...
Posted By: Katae
This is brilliant :D "Why didn't I think of that?!"
File: Shadowed Unit Frames08-31-09
Would it be possible to add a tag f...
Posted By: Katae
Would it be possible to add a tag for incoming heals?
File: ShadowedUF Aura Indicators08-31-09
Thanks a bunch for this plugin, the...
Posted By: Katae
Thanks a bunch for this plugin, there's a few things I'd like to see. - Range and incombat filter for specific indicators. - Incoming heals indicator (I don't use the bar one) - General debuff indicators, ie: magic, disease, poison. I can deal with not having these, but I'd love to have them available :) Also, I can't seem...
File: LitePanels08-30-09
lodewijk Look in the layouts threa...
Posted By: Katae
lodewijk Look in the layouts thread here. There's a gradient example to pick apart, much like what you linked.
File: TipTac08-25-09
Yes, that's enabled.
Posted By: Katae
Yes, that's enabled.
File: TipTac08-23-09
I got this error while in uldooar f...
Posted By: Katae
I got this error while in uldooar fighting the trash before kologarn.
File: LitePanels08-18-09
Originally posted by 1ngo Well, t...
Posted By: Katae
Originally posted by 1ngo Well, thanks for the quick fix, it seems to be working for pet and party frames, still doesn't seems to work with the target and targettarget frames. :( I think there's something more than the frame name, I'll try looking in the Stuf lua code, I'll post again if I find what's wrong. That's odd, it's wor...