View Single Post
  #1  
Old 04-08-2006, 07:51 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Everyone hates GUIs! Profile screwed.

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";
      
6;
      
6;
      
width MainWindow.width 12;
      
height 22;
    } 
Reply With Quote