Auto sizing and locating
Auto sizing and locating
- Subject: Auto sizing and locating
- From: Mark Dawson <email@hidden>
- Date: Mon, 05 Jun 2006 12:36:18 -0700
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden