Re: NSView begin scrolled
Re: NSView begin scrolled
- Subject: Re: NSView begin scrolled
- From: Benjamin Stiglitz <email@hidden>
- Date: Wed, 7 Nov 2007 09:10:18 -0800
How can i set up a NSView to be notified when its being scrolled? I
tried getting notifications for bounds and frame changes on the
view, but i dont get any when it is scrolled. I also tried
overeloading setFrame and setBounds, but the same thing, no updates
when being scrolled.
You need to enable the clip view’s bounds changed notifications; see
Mark Dalrymple’s page on NSScrollView at:
http://www.borkware.com/quickies/one?topic=NSScrollView
-Ben_______________________________________________
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