View Single Post
03-14-11, 10:01 PM   #308
Clynikal
A Fallenroot Satyr
 
Clynikal's Avatar
Join Date: Feb 2011
Posts: 20
Originally Posted by Katae View Post
Code:
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

{   name = "BorderTop", parent = "BlackBar",
    anchor_to = "TOP", 
    width = "100%", height = 1,
    bg_color = "CLASS", bg_alpha = 0.75,
},
{   name = "BorderBottom", parent = "BlackBar",
    anchor_to = "BOTTOM", 
    width = "100%", height = 1,
    bg_color = "CLASS", bg_alpha = 0.75,
},
}, { bottom = 150, top = 10 });
lpanels:ApplyLayout("n:nil r:nil", "LiteStats", "AnotherLayout")
fix'd!
Thanks for the fast reply! But I'm still having issues T_T After I placed the code in and fired up WoW LitePanels doesn't show up at all. I figured I may have goofed somewhere in the layout.lua file so I did a clean install of LitePanels and tried out your fixed code again. Nothing. LiteStats shows up just fine and is working perfectly but LitePanels doesn't seem to want to show up.

tldr; Tried out the code yet LitePanels refuses to show up on my UI.
  Reply With Quote