Thread: Columns & GUI's
View Single Post
  #6  
Old 03-17-2008, 11:36 PM
Toxen Toxen is offline
A Toxic Fellow
Join Date: Jan 2008
Location: Georgia
Posts: 36
Toxen is on a distinguished road
Doesn't seem to work Inverness

Here is the script snippet, Maybe that can help everything else is correct the columns just don't show.



new GuiTextListCtrl("Shop_List_of_weapons") {
profile = GuiBlueTextListProfile;
x = 13;
y = 105;
width = 324;


clearrows();
addrow(0,"Item_1");
addrow(1,"Item 2");
setSelectedRow(1);
columns = {0, 60, 120};
__________________
UN NAT.
Reply With Quote