View Single Post
08-05-09, 08:00 PM   #23
57odd75
A Defias Bandit
Join Date: Aug 2009
Posts: 2
I am having trouble with just a simple black bar on the bottom of the screen showing up. This is the only text in the layout.lua file:

LPanels = {
["Default"] = {

},
["RYUGEN - KORGATH"] = {

{ name = "BlackBar",
anchor_to = "BOTTOM", y_off = 20,
width = "100%", height = 30,
bg_color = {0,0,0}, bg_alpha = 0.4,
},


{ name = "BorderTop", parent = "BlackBar",
anchor_to = "TOP", -- Anchoring to the TOP of "BlackBar"
width = "100%", height = 1,
bg_color = "CLASS", bg_alpha = 0.75,
},
{ name = "BorderBottom", parent = "BlackBar",
anchor_to = "BOTTOM", -- Anchoring to the BOTTOM of "BlackBar"
width = "100%", height = 1,
bg_color = "CLASS", bg_alpha = 0.75,
},
},
}

This is the code that Katae had posted. The only thing I changed was my Character and Realm (the Name and Realm are spelled correctly). Any suggestions?

Last edited by 57odd75 : 08-05-09 at 08:27 PM.
  Reply With Quote