View Single Post
  #1  
Old 07-20-2007, 07:17 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Having trouble with GuiTextListCtrl

I'm making a party menu for Thamhic, and inside it I want a list of all the players in the party. But I'm having a bit of trouble with the GuiTextListCtrl()
PHP Code:
new GuiScrollCtrl(PartyListScroll) {
  
725;
  
extent = {165150};
  
hScrollBar "alwaysOff";
  
vScrollBar "dynamic";
  new 
GuiTextListCtrl(PartyList) {
    
0;
    
width 145;
    
fitparentwidth true;
    
clearRows();
    
addrow(1"Test");
    
setSelectedRow(1);
  }

The Text list doesn't show at all...a bit frustrating.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote