View Single Post
06-20-10, 11:24 AM   #208
zynix
A Cliff Giant
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 70
Originally Posted by Dokee View Post
Errors are gone now, but I don't get anything on screen now lol.
Guess I'll just fool around a little more and see if something else works
Fixed it

Code:
lpanels:CreateLayout("TestCake", {
{	name = "BlackBar",
	anchor_to = "BOTTOM",
	y_off = 20,
	width = "100%",
	height = 50,
	bg_color = "0 0 0",
	bg_alpha = 0.5,
}, 
})lpanels:ApplyLayout(nil, "TestCake")
You missed a { } around "all" your panels
didnt get the viewport thing to work though :P
  Reply With Quote