View Single Post
01-04-10, 03:17 AM   #153
Victimize
A Murloc Raider
Join Date: Dec 2009
Posts: 5
I'm having a bit of trouble getting started. I made my own layout.lua file, and this is what I have in it:

Code:
lpanels:CreateLayout("ActionBars", {
	{	name = "Bar",
		anchor_to = "BOTTOM",
		y_off = 20,
		width = "100%",
		height = 30,
		bg_color = "0 0 0",
		bg_alpha = 0.5,
	}
})
lpanels:ApplyLayout("n:Victimize r:EmeraldDream", "ActionBars")
Nothing is showing up. What am I doing wrong?
  Reply With Quote