Thanks for the reply again! The problem is I now tried to only copy-paste
from the Apple docs and Cocoa with Love and I still get the said behavior.
That is, when I move the mouse cursor slowly across the divider it changes
back to text selection cursor right after leaving the splitting line. In
pi
On Dec 11, 2014, at 02:56 , ecir hana wrote:
>
> Btw., when I don't do `setDocumentView` for the textviews, the cursor shows
> up as expected.
>
> Why is this happening? Is it possible to have the resizing cursor over the
> whole divider frame?
My guess is that there’s something wrong with th
Thanks for the reply!
You are right that `splitView:additionalEffectiveRectOfDividerAtIndex:`
looks better. I tried id but it still exhibits the said behavior.
But I noticed that the "grab area" is indeed wider than 1px (perhaps it is
even 5px!) but the mouse cursor does not turn into `resizeUpDo
On Dec 10, 2014, at 17:54 , ecir hana wrote:
>
> My question is, how to have a thin divider which has wider hit area than
> 1px? In other words, I like how `NSSplitViewDividerStyleThin` looks and how
> `NSSplitViewDividerStyleThick` behaves. Is it somehow possible to have both?
This doesn’t soun
Hi,
I have two NSTextViews, each of which is wrapped in NSScrollView and both
are embedded inside NSSplitView:
+--+
|++|
||+--+||
||| |< NSTextView
||+--+||
|++|
+--+<-- divider
|+