Showing results 1 to 25 of 208
Search took 0.01 seconds.
Search: Posts Made By: Katae
Forum: Released AddOns 05-01-13, 12:04 AM
Replies: 362
Views: 284,583
Posted By Katae
@maven Forgive me, I haven't coded Lua for over...

@maven

Forgive me, I haven't coded Lua for over a year and I'm doing this on my phone. But perhaps something along these lines?

function border(parent, color)
return {
name = parent .....
Forum: General Authoring Discussion 12-08-11, 10:36 PM
Replies: 13
Views: 6,975
Posted By Katae
I use Git whenever possible, but I manage files...

I use Git whenever possible, but I manage files exclusively via the shell. I hear great things about TortoiseSVN for Windows. TortoiseGit (http://code.google.com/p/tortoisegit/) looks promising.
Forum: Released AddOns 11-25-11, 09:18 PM
Replies: 362
Views: 284,583
Posted By Katae
To any interested users of...

To any interested users of Litepanels/Litestats,

I've long since stopped subscribing to WoW in favor of school and employment, so development of my addons have noticeably fallen by the wayside. I've...
Forum: Released AddOns 04-14-11, 01:32 AM
Replies: 362
Views: 284,583
Posted By Katae
Your code can be standalone, I believe. You can...

Your code can be standalone, I believe. You can leave it by itself outside of litepanels code.
Forum: Released AddOns 03-14-11, 11:05 PM
Replies: 362
Views: 284,583
Posted By Katae
should be: lpanels:ApplyLayout(nil, "LiteStats",...

should be:
lpanels:ApplyLayout(nil, "LiteStats", "AnotherLayout")

missed that bit
Forum: Released AddOns 03-14-11, 08:47 PM
Replies: 362
Views: 284,583
Posted By Katae
lpanels:CreateLayout("LiteStats", { { name =...

lpanels:CreateLayout("LiteStats", {
{ name = "BlackBar",
anchor_to = "BOTTOM", y_off = 20,
width = "100%", height = 30,
bg_color = "0 0 0", bg_alpha = 0.5,
}, -- this is line 291

{ ...
Forum: Released AddOns 01-15-11, 12:08 AM
Replies: 362
Views: 284,583
Posted By Katae
That's very strange, "100%-n" was working when I...

That's very strange, "100%-n" was working when I put it in there :confused:

You could also try giving the left and right insets a value of 5 to have the same effect, unless of course you have a...
Forum: Class Discussions 12-09-10, 12:34 AM
Replies: 25
Views: 36,301
Posted By Katae
Disc had this same exact problem while leveling...

Disc had this same exact problem while leveling in wrath. I remember having a lot of difficulty keeping up with the group in UK and beyond. It became a ton better after gearing up.

It'll pass :D
Forum: Released AddOns 11-09-10, 11:53 PM
Replies: 362
Views: 284,583
Posted By Katae
You could try making two panels, one with a...

You could try making two panels, one with a gradient and one with none, and position them accordingly. I don't think there's a way in the API to set where the gradient appears.
Forum: AddOn Help/Support 10-29-10, 01:00 AM
Replies: 1
Views: 2,517
Posted By Katae
function SlashCmdList.POINTME1 Take out that 1...

function SlashCmdList.POINTME1

Take out that 1 and it should work.
Forum: Released AddOns 10-24-10, 02:04 PM
Replies: 362
Views: 284,583
Posted By Katae
You can do that. Give the container 100% width...

You can do that. Give the container 100% width and put it where you want. For four inner panels, you can give each one of them 25% width, and each panel can be given a 25(n-1)% x_off. For instance,...
Forum: Released AddOns 10-22-10, 11:34 AM
Replies: 362
Views: 284,583
Posted By Katae
I use "Interface/Buttons/WHITE8X8" and I suspect...

I use "Interface/Buttons/WHITE8X8" and I suspect Kg does as well.

Also, the there is no default background texture, I use simply f:SetTexture(r,g,b,a) for a solid background. The border is the only...
Forum: Tech Chat 10-10-10, 04:49 PM
Replies: 671
Views: 392,398
Posted By Katae
does this count? http://imgur.com/6iVTd.jpg...

does this count?

http://imgur.com/6iVTd.jpg (http://imgur.com/6iVTd.jpg)

but more seriously...

http://imgur.com/lKaRD.jpg (http://imgur.com/lKaRD.jpg)

geektool scripts for five minute random...
Forum: Released AddOns 10-08-10, 01:40 PM
Replies: 362
Views: 284,583
Posted By Katae
This could have worked: 1024 + 256 + 128 + 32 =...

This could have worked:
1024 + 256 + 128 + 32 = 1440


Both look fine to me, the artifacts might be because of the "25%" widths. Try using exact pixel measurements for each.


I don't know how to get...
Forum: Released AddOns 10-06-10, 11:14 PM
Replies: 362
Views: 284,583
Posted By Katae
The height and/or width can be any combination of...

The height and/or width can be any combination of numbers that are powers of 2. For example: 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048.

You'll have to find a way to slice up your graphic into...
Forum: Released AddOns 10-02-10, 10:17 AM
Replies: 362
Views: 284,583
Posted By Katae
I suspect that TinyDPS is staying the same size...

I suspect that TinyDPS is staying the same size even though you can't see it. That's one idea. Another idea, although unlikely, might be that it wont resize in combat.

Did you try using your layout...
Forum: Released AddOns 10-01-10, 11:52 PM
Replies: 362
Views: 284,583
Posted By Katae
Because you were vague; you gave no details. I'm...

Because you were vague; you gave no details. I'm not psychic.


The layout name goes in ApplyLayout, not the names of the panels inside the layout. Also, your bg_alpha there should be 0.5 not...
Forum: Released AddOns 09-30-10, 11:31 PM
Replies: 362
Views: 284,583
Posted By Katae
Looks like errors in litestats only, correct?...

Looks like errors in litestats only, correct? That's somewhat good news :)
Forum: Released AddOns 09-26-10, 07:16 PM
Replies: 362
Views: 284,583
Posted By Katae
I have not yet seen any reports, but if any Cata...

I have not yet seen any reports, but if any Cata bugs rear their ugly little heads (in either LitePanels or LiteStats), please speak up! You'll get TLC and candy.
Forum: Released AddOns 09-24-10, 09:35 PM
Replies: 362
Views: 284,583
Posted By Katae
Your logic is a little bit off here, try this out...

Your logic is a little bit off here, try this out in place of the above line:
if (class == "WARLOCK" and Armor) or class ~= "WARLOCK" then
This should check if the class is a warlock and has the...
Forum: Released AddOns 09-23-10, 11:13 PM
Replies: 362
Views: 284,583
Posted By Katae
That's one suggestion, good luck.

That's one suggestion, good luck.
Forum: Released AddOns 06-23-10, 06:54 PM
Replies: 362
Views: 284,583
Posted By Katae
Here you go: http://pastebin.org/355453

Here you go: http://pastebin.org/355453
Forum: Released AddOns 06-20-10, 04:11 PM
Replies: 362
Views: 284,583
Posted By Katae
I could be wrong, but I don't believe that oUF...

I could be wrong, but I don't believe that oUF has a "frame making" functionality built-in, you'd have to make them from scratch (which isn't too hard itself, just not as approachable). I gave...
Forum: Released AddOns 06-19-10, 08:03 PM
Replies: 362
Views: 284,583
Posted By Katae
That should be 0.5, not 0,5 Good luck!

That should be 0.5, not 0,5

Good luck!
Forum: Released AddOns 05-26-10, 09:23 AM
Replies: 362
Views: 284,583
Posted By Katae
Take "%s mp5" and replace it with "%.0f mp5". The...

Take "%s mp5" and replace it with "%.0f mp5". The zero in %.0f being the number of decimal places in the float.
Showing results 1 to 25 of 208