Re: Issue when hiding NSTableColumn while resizing

2012-05-08 Thread Thibault Martin-Lagardette
On 6 May 2012, at 08:22, Quincey Morris wrote: On May 1, 2012, at 06:40 , Thibault Martin-Lagardette wrote: The problem in the end is that not only do I have a visual glitch, but this also feels like a very hacky/dirty solution, and hence, not the way to go. I feel like I probably should not be t

Re: Issue when hiding NSTableColumn while resizing

2012-05-06 Thread Lee Ann Rucker
On May 1, 2012, at 06:40 , Thibault Martin-Lagardette wrote: > The problem in the end is that not only do I have a visual glitch, but this > also feels like a very hacky/dirty solution, and hence, not the way to go. > I feel like I probably should not be trying to hide columns while some others >

Re: Issue when hiding NSTableColumn while resizing

2012-05-06 Thread Quincey Morris
On May 1, 2012, at 06:40 , Thibault Martin-Lagardette wrote: > The problem in the end is that not only do I have a visual glitch, but this > also feels like a very hacky/dirty solution, and hence, not the way to go. > I feel like I probably should not be trying to hide columns while some others >

Issue when hiding NSTableColumn while resizing

2012-05-05 Thread Thibault Martin-Lagardette
Hello all, I am working on implementing a manual behavior on NSTableView's column resizing. Because it also needs to be live resizing (whenever the window or another column is resized), I have subclassed NSTableColumn and overriden `-setWidth:', which will call a delegate, which in turn will call