It doesn't have headers -- "headerdims" has to come before "headertext", and you have to give it an actual width value beforehand. (If you want auto sizing, you have to call "headerdims" to create the columns, "headertext" to set the data, and then "headerdims" again to resize them -- kinda stupid, I know...) So if you put a "headerdims 0" command before your "headertext" command (still leaving your other "headerdims" command where it is), it should work. |