NSScrollerView Problem
NSScrollerView Problem
- Subject: NSScrollerView Problem
- From: Randall Meadows <email@hidden>
- Date: Tue, 28 Aug 2007 09:46:57 -0600
I have a custom view inside an NSScrollView. When I drag the scroll
bar, the view scrolls appropriately. When I click in the empty space
beside the scroll bar, the view scrolls appropriately. When I click
on the scroll arrows, they highlight, but the view does NOT scroll.
At all, neither by clicking nor clicking-and-holding.
BTW, the scrollview is NOT a subclass, mouseDown: is NOT overridden.
The custom child view DOES have custom mouseDown: and keyDown:
methods, and they respond appropriately. The scroll view is not
focusable and does not handle key events.
I have also tried "Move To Front" in IB on the scroll view; it made
no difference.
The entire thing *used* to work appropriately. What could I have
possibly done to fubar only *part* of the scroller?
Thanks!
randy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden