Re: NSOutlineView / NSSplitView redraw delay

2008-03-30 Thread Milen Dzhumerov
Hi all, I've found the problem and a solution. It didn't have anything to do with the NSSplitView but with the the column resizing of the NSOutlineView instance. What happens is that maybe for optimization reasons, during a live resize, the outline view only resizes the columns when it fi

Re: NSOutlineView / NSSplitView redraw delay

2008-03-30 Thread Adam Gerson
I had some problems with OutlineView and SplitView redraws. I switched over to RBSplitView and its worked great since. I think the general consensus is that NSSplitView can behave strangely. http://www.brockerhoff.net/src/rbs.html Adam On Sat, Mar 29, 2008 at 7:57 PM, Milen Dzhumerov <[EMAIL PR

NSOutlineView / NSSplitView redraw delay

2008-03-29 Thread Milen Dzhumerov
Hi all, I've just noticed a small regression in my app. I've got an NSOutlineView and an NSTableView inside an NSSplitView. Now, imagine that the outline view has some text rows and I drag the splitter such that the whole text in the outline is no longer visible. What used to happen is th