On Aug 26, 2009, at 11:55 PM, Oftenwrong Soong wrote:
n this app my needs are very limited (for now at least!) so I
implemented a simple delegate method. Everyone's input helped
tremendously. Thanks to everyone who posted:
- (void)splitView:(NSSplitView *)sender resizeSubviewsWithOldSize:
On Wednesday, August 26, 2009 8:22:24 PM, Brandon Walkin
wrote:
> This can be done completely in IB if you use BWToolkit.
> http://brandonwalkin.com/bwtoolkit/
>
> Demo video: http://brandonwalkin.com/blog/videos/iCalSplitView.mov
>
> Brandon
Wow, that is a *really* impressive control! Thanks
This can be done completely in IB if you use BWToolkit.
http://brandonwalkin.com/bwtoolkit/
Demo video: http://brandonwalkin.com/blog/videos/iCalSplitView.mov
Brandon
On 2009-08-26, at 11:48 AM, Oftenwrong Soong wrote:
Hi all,
I have a window containing a NSSplitView. When the window is
r
On 26 Aug 2009, at 16:48, Oftenwrong Soong wrote:
Hi all,
I have a window containing a NSSplitView. When the window is
resized, both panes of the split view resize proportionally. I would
like one pane to remain fixed while the other resizes. Xcode does
this, as well as iCal and other ap
On Aug 26, 2009, at 11:48 AM, Oftenwrong Soong wrote:
I have a window containing a NSSplitView. When the window is
resized, both panes of the split view resize proportionally. I would
like one pane to remain fixed while the other resizes. Xcode does
this, as well as iCal and other apps.
I
> I have a window containing a NSSplitView. When the window is resized, both
> panes of the split view resize proportionally. I would like one pane to
> remain fixed while the other resizes. Xcode does this, as well as iCal and
> other apps.
>
> Is there a delegate method that does this or must
Hi all,
I have a window containing a NSSplitView. When the window is resized, both
panes of the split view resize proportionally. I would like one pane to remain
fixed while the other resizes. Xcode does this, as well as iCal and other apps.
Is there a delegate method that does this or must I s