Subclass NSSplitView Problem
Subclass NSSplitView Problem
- Subject: Subclass NSSplitView Problem
- From: Neto <email@hidden>
- Date: Fri, 9 Jun 2006 15:23:34 -0300
Here's the thing:
I have a window with 2 NSTableView. Two of them arranged in a
NSSplitView.
The other one is in a subview with the group above, in a subclass of
a NSSplitView.
The only thing I did in this subclass was this:
-(float)dividerThickness
{
return 0.1;
}
For some reason, this combination causes a "tear effect" when
scrooling the NSTableViews
Anyone know what I'm doing wrong?
Even if I group all three in the same NSTableView, I get the same
tearing effect...
Thanks
Neto
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden