View Single Post
  #4  
Old 04-11-2006, 04:37 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Yen
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;
    } 
I had this problem with GuiPopUpMenuCtrls a while ago, I'm not sure if they are bugged or not.
__________________
Skyld
Reply With Quote