Skip navigation.
 
mlRe: Problem with NSSplitView
FROM : Mike Davis
DATE : Thu Jan 10 19:11:10 2002

I'd say it was a bug. I cured it by picking the other type of split view
controller in IB. Problem is, you can't see the thumb anyway.

On Thursday, January 10, 2002, at 12:11 PM, cocoa-dev-
<email_removed> wrote:

> Date: Thu, 10 Jan 2002 09:45:59 -0500
> Subject: Problem with NSSplitView
> From: Joe Chan <<email_removed>>
> To: <email_removed>
>
> I'm having a problem with NSSplitView: it doesn't draw the
> divider when the split bar is vertical (but it works fine when
> the split bar is horizontal). As a result, a lot of junk get
> left behind in the space where the vertical split bar is suppose
> to be when I resize. Since it works fine in PB, I assume there
> must be a way around it. The only way I can see is to use
> drawDivideInRect to roll my own. However, this means it'll look
> different from the horizontal ones, and it's quite a bit of
> work. Does anyone knows anything about this?
>
> -----------
> Joe Chan
> <email_removed>
> http://www.firstian.com



Related mailsAuthorDate
mlProblem with NSSplitView Joe Chan Jan 10, 15:45
mlRe: Problem with NSSplitView Mike Davis Jan 10, 19:11
mlRe: Problem with NSSplitView Joe Chan Jan 11, 02:36