Re: Size of NSSplitViewDividerStyleThin

2014-12-11 Thread ecir hana
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

Re: Size of NSSplitViewDividerStyleThin

2014-12-11 Thread Quincey Morris
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

Re: Size of NSSplitViewDividerStyleThin

2014-12-11 Thread ecir hana
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

Re: Size of NSSplitViewDividerStyleThin

2014-12-10 Thread Quincey Morris
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

Size of NSSplitViewDividerStyleThin

2014-12-10 Thread ecir hana
Hi, I have two NSTextViews, each of which is wrapped in NSScrollView and both are embedded inside NSSplitView: +--+ |++| ||+--+|| ||| |< NSTextView ||+--+|| |++| +--+<-- divider |+