set background image to vlistbox/lineupbox
I designed an UI like this. Wanna set a background picture to the whole page, not sure how to do it. below is my code:
HomeWindow = New Window( "Home",
HomeVlistbox = V List Box(
Lineup Box( N Col( 3 ),
spacerLoginLeft = Spacer Box(),
V List Box(
loginTitle = Text Box( "Welcome" ),
loginPanelBox = Panel Box( "",
loginLineUpBox = Lineup Box( N Col( 2 ),
userNameTextBox
...