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
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
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
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