Re: What's the right way to make the last (or only) table column fill the width of an NSTableView?

2010-01-12 Thread Charles Jenkins
No, I wasn't aware of that, and I certainly don't find mention of it in the documentation for NSTableView or NSTableColumn. But tonight when I get home, I will try it! On 2010-01-11 23:53, Kyle Sluder wrote: On Mon, Jan 11, 2010 at 10:58 AM, Charles Jenkinscjenk...@tec-usa.com wrote:

Re: What's the right way to make the last (or only) table column fill the width of an NSTableView?

2010-01-12 Thread Corbin Dunn
On Jan 12, 2010, at 8:00 AM, Charles Jenkins wrote: No, I wasn't aware of that, and I certainly don't find mention of it in the documentation for NSTableView or NSTableColumn. But tonight when I get home, I will try it! Please log documentation bugs (or use the documentation feedback

What's the right way to make the last (or only) table column fill the width of an NSTableView?

2010-01-11 Thread Charles Jenkins
I'm working on the examples in the (fantastic) Hillegass book. 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.

Re: What's the right way to make the last (or only) table column fill the width of an NSTableView?

2010-01-11 Thread Jerry Krinock
On 2010 Jan 11, at 10:58, Charles Jenkins wrote: Anyone know of a combination of IB settings that will really, truly make the last (or only) table column really, truly expand to fit the width of the table view? You must tell the column also. Inspect your Table Column in Interface Builder.

Re: What's the right way to make the last (or only) table column fill the width of an NSTableView?

2010-01-11 Thread Charles Jenkins
Resizes with Table does not help. I knew there'd be no chance of getting the behavior I want without that, so I never unchecked it. I'm sorry I forgot to mention that in my original post. On 2010 Jan 11, at 10:58, Charles Jenkins wrote: Anyone know of a combination of IB settings that

Re: What's the right way to make the last (or only) table column fill the width of an NSTableView?

2010-01-11 Thread Graham Cox
On 12/01/2010, at 12:20 PM, Charles Jenkins wrote: Resizes with Table does not help. I knew there'd be no chance of getting the behavior I want without that, so I never unchecked it. I'm sorry I forgot to mention that in my original post. For me I find that a column sizing sequential