Re: Finding Out When my NSSplitView has Moved
Re: Finding Out When my NSSplitView has Moved
- Subject: Re: Finding Out When my NSSplitView has Moved
- From: Peter Zegelin <email@hidden>
- Date: Fri, 4 Sep 2009 21:10:20 +1000
Thanks Jens,
Wouldn't that also get called continuously?
I think I have it working by getting the
NSSplitViewDidResizeSubviewsNotification and just checking further to
see if the subview has collapsed.
Peter
On 04/09/2009, at 1:11 PM, Jens Alfke wrote:
On Sep 3, 2009, at 6:27 PM, Peter Zegelin wrote:
I need to find out when my split view has moved so I can configure
some buttons to reflect the change but I am finding it difficult to
get that info. The splitview is a subclass of BWToolkit/BWSplitView.
Just observe either of the subviews and watch for frame-change
notifications.
—Jens
_______________________________________________
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