Re: Force subviews to stay in place during live resize

2009-10-24 Thread Andy Lee
On Oct 24, 2009, at 9:53 AM, Stamenkovic Florijan wrote: On Oct 24, 2009, at 08:42, Zephyroth Akash wrote: I'm creating a view containing different subviews programmatically. Like this: 1 - NSOutlineView 2 - NSView 3 - NSView This tells almost nothing to the list. Post code. Added accord

Re: Force subviews to stay in place during live resize

2009-10-24 Thread Stamenkovic Florijan
On Oct 24, 2009, at 08:42, Zephyroth Akash wrote: I'm creating a view containing different subviews programmatically. Like this: 1 - NSOutlineView 2 - NSView 3 - NSView This tells almost nothing to the list. Post code. Added according to the choice made in NSOutlineView: 4 - NSView 5 - NS

Force subviews to stay in place during live resize

2009-10-24 Thread Zephyroth Akash
I'm creating a view containing different subviews programmatically. Like this: 1 - NSOutlineView 2 - NSView 3 - NSView Added according to the choice made in NSOutlineView: 4 - NSView 5 - NSView 6 - NSView The window is only resized in height. The fact is that when 4, 5 and 6 are added and th