How can I set the width of a column in my table?
I can read the width like so…
set w to width of table column 1 of theObject
but I can’t set it with this…
set width of table column 1 of theObject to 300
(note: width is a real number according to the AS Terminology Reference but 300.0 doesn’t work either or (300 as real) etc.)