transparent Label/Miniconsole

Post Reply
icesteruk
Posts: 287
Joined: Sun Jan 20, 2013 9:16 pm

transparent Label/Miniconsole

Post by icesteruk »

Hey, How would I make this transparent (so it doesnt show) I read its hard in another post but was wondering if it could be done


myAffBox = Geyser.Label:new({
name = "myAffBox",
x = "55%", y = "1%",
width = "8%", height = "40%"
})

myAffC = Geyser.MiniConsole:new({
name = "myAffC",
x = "3%", y = "2%",
width = "94%",
height = "96%",
color = "black",
}, myAffBox)


-- Any pointers on what to do?

User avatar
Angie
Posts: 51
Joined: Fri May 02, 2014 11:43 pm

Re: transparent Label/Miniconsole

Post by Angie »

For the label, you can do

myAffBox:setStyleSheet([[background-color : transparent]]);

Don't think you can make the miniconsole transparent.
Angie @ Midnight Sun 2
Alayla @ God Wars 2

Post Reply