Re: fixed width of a pane in NSSplitView (solved)

2008-03-29 Thread Vladimir Sokolov
28.03.2008, в 23:40, Milen Dzhumerov написал(а):Hi Milen, Great! It works. Thanks a lot! Regards, Vladimir On 28 Mar 2008, at 22:34, Vladimir Sokolov wrote: Hi All. How can I make fixed width of the left pane in the NSSplitView? I want to make it as in iTunes. When user resize a window o

Re: fixed width of a pane in NSSplitView

2008-03-28 Thread Milen Dzhumerov
On 28 Mar 2008, at 22:34, Vladimir Sokolov wrote: Hi All. How can I make fixed width of the left pane in the NSSplitView? I want to make it as in iTunes. When user resize a window only right pane should change width. Hi Vladimir, Your split view delegate should implement the following m

Re: fixed width of a pane in NSSplitView

2008-03-28 Thread Jens Alfke
On 28 Mar '08, at 3:34 PM, Vladimir Sokolov wrote: How can I make fixed width of the left pane in the NSSplitView? You need to implement the method - (void)splitView:(NSSplitView *)sender resizeSubviewsWithOldSize: (NSSize)oldSize in the splitview's delegate. To do what you want, you basi

fixed width of a pane in NSSplitView

2008-03-28 Thread Vladimir Sokolov
Hi All. How can I make fixed width of the left pane in the NSSplitView? I want to make it as in iTunes. When user resize a window only right pane should change width. Thanks! - Vladimir ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Pleas