Results: 256Comments by: Katae
File: LitePanels04-10-10
Originally posted by Gylindor Is i...
Posted By: Katae
Originally posted by Gylindor Is it possible to make panels coloured depending on the state of your latency, framerate, and memory useage? There's a lot of code to begin writing a custom panel within the LiteStats source. The basic idea would be to add an OnUpdate function to your panels's code: { -- normal panel stuff OnUpdate =...
File: LitePanels04-08-10
Originally posted by river444 Hell...
Posted By: Katae
Originally posted by river444 Hello, I am fairly new to editing lua files. I love it, but im not quite sure how to do things. I downloaded a layout compilation ( oUF ) but there's a panel up to the top I wish to resize and move down to the bottom. Do you happen to know the specific area in the LitePanels code I need to go to, to cha...
File: LitePanels03-25-10
Originally posted by Fiercy So, I'...
Posted By: Katae
Originally posted by Fiercy So, I've been as this for a while. I'd love you long time if you can tell me what I'm doing wrong :P Try the fix mentioned below, the patch messed up part of the textures code.
File: LiteStats03-24-10
Originally posted by Mordin After...
Posted By: Katae
Originally posted by Mordin After updating wow LS gives me some errors: Interface\AddOns\LiteStats\core.lua:894: bad argument #2 to 'format' (string expected, got nil) : ? : ? Interface\AddOns\LiteStats\core.lua:894: in function `OnEvent' Interface\AddOns\LitePanels\core.lua:107: in function
File: LitePanels03-24-10
Originally posted by vlakarados ED...
Posted By: Katae
Originally posted by vlakarados EDIT: ok, I've edited core.lua and commented out line 182 panel.bg:SetTexCoordModifiesRect(false)everything works now and it seems everything is displayed correctly.. So far, this is all that the patch has seem to have broken... I'll push an update soonish, but the above edit is all that is needed.
File: LiteStats03-19-10
Re: Attach a panel to a stat
Posted By: Katae
Originally posted by aapoo Hi! I use litestats and litepanels, and my question is how can I add a frame to be shown when I have a new mail, also is it possible to hide the "no mail" frame apart from just erasing the text, i'm not that great with lua and I don't dare to poke around in the acctual addon code If you'd like to use a pan...
File: LitePanels03-18-10
Originally posted by zohar101 Is i...
Posted By: Katae
Originally posted by zohar101 Is it possible to create a chat border in litepanels that would fade out when there is no text? I don't personally know of any events or checks that can be done to see if there's no text being displayed. If it can be done, though, it likely can be coded into the panel. So maybe help on doing so can be f...
File: LitePanels03-12-10
Originally posted by Rolzroyce I h...
Posted By: Katae
Originally posted by Rolzroyce I have it set up to create a Vertical gradient on this panel, but the gradient is going the wrong direction. Any way to change this? Thanks in advance. =] You can change the direction (up or down) by switching the bg_alpha and gradient_alpha (or color) values. For example, if you have gradient_alpha...
File: LiteStats03-11-10
Originally posted by Lùinwë Ok I s...
Posted By: Katae
Originally posted by Lùinwë Ok I see the problem, but I don't understand what is the code to use exactly. Could you give me an example for that ? I usually see fps, memory and latency with color on my screen and of course, details are very very important :D Thanks Where do you want it to be a gradient? The text format or in the lis...
File: LiteStats03-10-10
Originally posted by Lùinwë I have...
Posted By: Katae
Originally posted by Lùinwë I have a request now :) I search a way to do the same thing with memory (with gradient) but I didn't find how to ? Any idea for that ? Thanks by advance You'll need to mess with the custom gradient that I wrote. Didn't use the gradient function for that one because I felt it was turning yellow/orange eit...
File: LiteStats03-07-10
Originally posted by subtext Is th...
Posted By: Katae
Originally posted by subtext Is there a way to make FPS be colored like, red under 20 and green over? Replace the existing FPS module with this code: ------------------------------------------ -- FPS if not modules.FPS.enabled then blank'FPS' else NewStat("FPS", { text = { string = function()...
File: LiteStats03-01-10
Originally posted by Skylinee I no...
Posted By: Katae
Originally posted by Skylinee I noticed that LiteStats CPU usage spikes up to around 9 CPU/sec from around 1 CPU/sec every ~3-4 seconds, this is probably caused by the updating of the memory tooltip. Is there any way to optimize this? I know the spike isn't that high, but i haven't tested it in a raid yet to see if it impacts perfor...
File: LiteStats02-25-10
Originally posted by Mordin Actual...
Posted By: Katae
Originally posted by Mordin Actually i got the follow error message ... anyways i cant config lstats anymore. I suspect that you may have deleted some things in the configuration file. All settings must be intact and valid for the addon to run correctly. Compare your configuration file with a freshly downloaded one, add any missin...
File: LitePanels02-22-10
Originally posted by dc_roenfanz E...
Posted By: Katae
Originally posted by dc_roenfanz Each panel builds off the same basic idea, a semi-trans box, bordered with 1px black, 2px class-color, 1px black (so the whole black-class-black border is 4px wide) Is there now a cleaner, easier way to do this? Perhaps the panels now support borders?That's correct, there's four panel attributes to...
File: LitePanels02-22-10
Originally posted by xandora What...
Posted By: Katae
Originally posted by xandora What am I missing? :S All panel tables belong in one parent table: lpanels:CreateLayout(nil, "Viewport", { { panel stuff }, { more panel stuff }, { etc. } }, { viewport vars })
File: Itsy Minimap02-20-10
Originally posted by StylelaB I'll...
Posted By: Katae
Originally posted by StylelaB I'll try to reproduce the bug again to take screenshot for you :p Thanks, I'd love to see it. Originally posted by Freebsdthe minimap is now hidden behind the viewport bar from Litepanels. Is there anything I can change to make it not be hidden behind it?Adding strata="BACKGROUND",level=0 to the panel...
File: LiteStats02-18-10
Originally posted by Shestak Why d...
Posted By: Katae
Originally posted by Shestak Why do you use external icons I found the icons in-game had too much padding inside the image, so they ended up looking very small when put into the tooltip.
File: LiteStats02-17-10
Originally posted by Aesh Yep usin...
Posted By: Katae
Originally posted by Aesh Yep using latest version. Litestats and litepanels. Only thing I can think of is adding this before line 448, or resetting the savedvars: conf = conf or {} conf.Gold = GetMoney()Honestly, I'm stumped. I've never gotten this error. Originally posted by Aesh and add please feature to show and hide on mouse...
File: LiteStats02-16-10
Originally posted by Aesh Hi Katae...
Posted By: Katae
Originally posted by Aesh Hi Katae first of all , ty very much for very good addon , but sometimes i am getting this error. After logout and login to another charcter.This may be a dumb question, but have you updated? I thought I took care of this error. Originally posted by shinchih2001 my quest is eg:in my character stats - melee...
File: LiteStats02-15-10
Originally posted by shinchih2001...
Posted By: Katae
Originally posted by shinchih2001 three: may i show both value for stats eg:Melee Hit 7.9%(259)???You'll need to add a new tag in core.lua: elseif sub == "meleehitrating" then string, percent = GetCombatRating(CR_HIT_MELEE)This was the only question I follow (sorry).
File: Itsy Minimap02-15-10
Originally posted by bluenjoy I fo...
Posted By: Katae
Originally posted by bluenjoy I found the culprit. It was Litestats that was blocking the invitation icon. I can't isolate the invitation notifier from the calender icon can I:(? Hiding the calendar icon in lstats was unintentional. Going to take that out. Never got any invitation notifications before, didn't know it existed. :o
File: Itsy Minimap02-15-10
Originally posted by vlakarados gr...
Posted By: Katae
Originally posted by vlakarados great addon, but there are 2 things that really disappoint me - doesn't save the position, don't know why. and if I move it down, the quest tracker, vehicle passenger frame(where you are sitting) moves with it and goes out of screen. At the moment, the addon moves MinimapCluster, I'll change it to Mi...
File: Itsy Minimap02-14-10
Originally posted by bluenjoy Hi,...
Posted By: Katae
Originally posted by bluenjoy Hi, How can I display the default calender invite icon? Go to the "hide crap" section in the Lua and delete "GameTimeFrame,". If you want to move it, use the same methods used at the bottom for other buttons. Also, the border cannot be removed from it, it's part of the icon.
File: LiteStats02-01-10
Originally posted by willgk @katae...
Posted By: Katae
Originally posted by willgk @katae, it doesn't look like the AutoRepair function works. That's a little troubling, is anyone else experiencing this?
File: LiteStats01-30-10
Originally posted by willgk What M...
Posted By: Katae
Originally posted by willgk What Minimap are you using? It looks quite nice! :) Simple custom mod, posted it here.