Skip navigation.
 
mlAuto sizing and locating
FROM : Mark Dawson
DATE : Mon Jun 05 21:36:18 2006

I'm back programming Cocoa again after a while, so bear with me if this these questions are really obvious:

[1] I don't see any options in IB for auto locating items (I'd like the "OK" button to remain at the same location, relative to the window, when when the window's resized).  Is this something that can be done in IB, or must code be added?

[2] I've put an NSOutlineView inside a tab that's inside a NSSplitView.  I've set the NSTabView to auto size, and that IS working.  However, the NSOutlineViews in the tab panes are NOT resizing, eventhough I HAVE set their autosizing pieces.  Is that expected behavior?  Do I need to handle this in code?

[3] How do I set minimum sizes for views?  I'd like the tab view to have a min size.

[4] Is there any way to connect (in IB) the SplitView to the tabview for resizing?  I'd like the split view to not be able to move to the left any more once the tab view can't be shrunk any more (see [3]).

Thanks,

Mark

Related mailsAuthorDate
mlAuto sizing and locating Mark Dawson Jun 5, 21:36
mlRe: Auto sizing and locating George Orthwein Jun 5, 22:34