Blahblablah GUI controls suck.
I'm trying to make a custom pop up menu.
I had no idea what the bitmap it used for the main profile was, so I checked it.
It gave me 'defaultwindow.png'
I put my window profile in. Nothing showed up.
I put the window profile's image in with useownprofile. Nothing showed up.
Wtf is wrong?
PHP Code:
new GuiPopUpMenuCtrl(SomeList) {
profile = "MyWindowProfile";
scrollprofile = "MyScrollProfile";
x = 6;
y = 6;
width = MainWindow.width - 12;
height = 22;
}