Re: Finding Out When my NSSplitView has Moved

2009-09-04 Thread Peter Zegelin
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

Re: Finding Out When my NSSplitView has Moved

2009-09-03 Thread Jens Alfke
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

Finding Out When my NSSplitView has Moved

2009-09-03 Thread Peter Zegelin
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