View Single Post
  #1  
Old 03-10-2008, 02:31 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
GuiTextListCtrl.profile.align = "center";

NPC Code:
new GuiTextListCtrl("MyList") {
resize(7, 42, 400, 134);
useownprofile = true;
profile.copyfrom(GuiTextListProfile);
profile.fontsize = 16;
profile.align = "center";
profile.autosizewidth = false;
fitparentwidth = false;
}



Doesn't work .

Text always stays aligned to the left...
__________________
Do it with a DON!
Reply With Quote