Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: zynix
Forum: Released AddOns 05-30-11, 03:06 PM
Replies: 362
Views: 287,618
Posted By zynix
Should be doable, with a little research! First,...

Should be doable, with a little research!

First, you have to have 2 diffirent scripts for the panel, an OnLoad = function(self).
And a OnEvent = function(self).

In the OnLoad script, you should...
Forum: Released AddOns 02-23-11, 01:50 PM
Replies: 362
Views: 287,618
Posted By zynix
Ahh, my bad :p

Ahh, my bad :p
Forum: Released AddOns 02-15-11, 01:20 PM
Replies: 362
Views: 287,618
Posted By zynix
That's a part of a UI, look under the suites...

That's a part of a UI, look under the suites category, should be there :)

Yup, GrimUI (http://www.wowinterface.com/downloads/info13285-GrimUI.html)
Forum: Released AddOns 01-26-11, 03:17 AM
Replies: 362
Views: 287,618
Posted By zynix
You could use the Stats container...

You could use the Stats container (http://www.wowinterface.com/forums/showpost.php?p=146495&postcount=2) layout, you would need to change the location of the box.
The first panel called Container is...
Forum: Released AddOns 12-22-10, 09:48 AM
Replies: 362
Views: 287,618
Posted By zynix
About the tex_file issue: I guess it's only when...

About the tex_file issue:
I guess it's only when the files aren't in the media folder?

Anyways, about the panels and oUF:
What do you mean about messing with the alpha?
I'm only changing the alpha...
Forum: Released AddOns 12-19-10, 09:26 AM
Replies: 362
Views: 287,618
Posted By zynix
There is a problem with the tex_file...

There is a problem with the tex_file command.
Workaround:
--Chat frame
{
name = "ChatBox", parent = "UIParent",
anchor_to = "BOTTOMLEFT", anchor_from = "BOTTOMLEFT",
x_off = 3, y_off =...
Forum: Released AddOns 11-24-10, 12:24 PM
Replies: 362
Views: 287,618
Posted By zynix
oUF problems

Hey guys, long time :)
I'm (still) loving LitePanels, but I have one issue - oUF.

The problem is that when I parent a frame to the player and target (in this case, I use oUF_Svelte, so its...
Forum: Released AddOns 07-04-10, 02:55 PM
Replies: 362
Views: 287,618
Posted By zynix
{ name = "Texture", anchor_to =...

{ name = "Texture",
anchor_to = "center",
height = 64,
width = 64,
bg_color = "0 0 0",
bg_alpha = 1,
tex_file = "your texture.tga",
},

simple as that :)
Forum: Released AddOns 06-25-10, 07:51 AM
Replies: 362
Views: 287,618
Posted By zynix
Ahh, my bad :P

Ahh, my bad :P
Forum: Released AddOns 06-25-10, 12:26 AM
Replies: 362
Views: 287,618
Posted By zynix
I'd try and make some panels for the chat tabs,...

I'd try and make some panels for the chat tabs, and make them 35pix high :)
Forum: Released AddOns 06-23-10, 08:39 AM
Replies: 362
Views: 287,618
Posted By zynix
Thank you :) Sorry it didn't work out though

Thank you :)
Sorry it didn't work out though
Forum: Released AddOns 06-22-10, 01:59 PM
Replies: 362
Views: 287,618
Posted By zynix
[QUOTE=Dokee;193197]Well.. thats some of the...

[QUOTE=Dokee;193197]Well.. thats some of the problem, I have no idea what code(s) to use. But I could give you the stripe code for LitePanels if that helps? So basically I just have two of these on...
Forum: Released AddOns 06-22-10, 12:53 PM
Replies: 362
Views: 287,618
Posted By zynix
Allright, post the code you're trying to use, and...

Allright, post the code you're trying to use, and i'll see what i can do :)
Forum: Released AddOns 06-22-10, 09:08 AM
Replies: 362
Views: 287,618
Posted By zynix
Is it a panel to make a background for the frame,...

Is it a panel to make a background for the frame, or?
Forum: Released AddOns 06-20-10, 01:56 PM
Replies: 362
Views: 287,618
Posted By zynix
I don't know about that one, sorry. Though, i'm...

I don't know about that one, sorry.
Though, i'm eager to try it out myself :)

EDIT: looked through some code in a oUF layout, i'd say this is much more simple, but i think that once you get the hang...
Forum: Released AddOns 06-20-10, 11:24 AM
Replies: 362
Views: 287,618
Posted By zynix
Fixed it :) lpanels:CreateLayout("TestCake",...

Fixed it :)

lpanels:CreateLayout("TestCake", {
{ name = "BlackBar",
anchor_to = "BOTTOM",
y_off = 20,
width = "100%",
height = 50,
bg_color = "0 0 0",
bg_alpha = 0.5,
Forum: Released AddOns 05-26-10, 09:32 AM
Replies: 362
Views: 287,618
Posted By zynix
Thanks! works like a charm :) may have another...

Thanks! works like a charm :)

may have another question later this evening, cant really work much on the code atm - Stay tuned!

allright, searched the WoW API, and i cannot find a way to get the...
Forum: Released AddOns 05-26-10, 09:14 AM
Replies: 362
Views: 287,618
Posted By zynix
thanks Lordyfrb! though, the mana regen, shows my...

thanks Lordyfrb!
though, the mana regen, shows my MP5, with 14 decimals ;)
does anyone know how to make it with no decimals? :)
Forum: Released AddOns 05-24-10, 05:44 AM
Replies: 362
Views: 287,618
Posted By zynix
Stats display

Hello, im trying to get the stats display to work.
At the moment im trying to show money, fps, latency, SP and mp5.
the layout for the text im using, is:
{ name = "Stats",
anchor_to =...
Forum: Released AddOns 05-08-10, 03:38 PM
Replies: 362
Views: 287,618
Posted By zynix
I would create two panels for the box you want,...

I would create two panels for the box you want, anchor one to left side, and one to the right side :)

and at the other one, give the border panel a line that says level = "something low"
and then...
Forum: Released AddOns 05-08-10, 07:39 AM
Replies: 362
Views: 287,618
Posted By zynix
Awesome addon you have constructed! im making my...

Awesome addon you have constructed!
im making my own UI, but i have some difficulties making a panel for my actionbars.
This is what it looks like at the...
Showing results 1 to 21 of 21