On Mon, Jan 11, 2010 at 10:58 AM, Charles Jenkins <[email protected]> wrote: > The ZIP Inspector program works as advertised, but I'm annoyed by the fact > that the filenames shown in the Table View get truncated due to the width of > their column, which does not resize no matter how big I make the Table View. > (The Table View resizes with the window, and I've set the column's Max Width > to 10000.)
I'm confused. This works out of the box for me on Snow Leopard. Drop an NSTableView in a window, set the autoresize mask, removed the second column, made the remaining column the width of the table view. Works like a charm. Perhaps you aren't aware that a column will only resize if it is already the width of the view? --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
