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 P
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 a
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.
I have tried getting the notification
NSSplitViewDidResizeSubviewsNotification but that