PDA

View Full Version : IB Question




ade
Oct 3, 2006, 04:08 PM
Hi

Complete newbie to programming so please forgive any idiotic questions. In IB I am trying to do a splitview of three separate horizontal sub views. No problem with simple split views however I want to lock the middle subview height so that only the top and botton views resize when using the splitter bars. I want to implement through the nib file but I cannot see any way to do it aside from code. Is there a way or must I code it.

Cheers

Ade



robbieduncan
Oct 4, 2006, 05:33 AM
You've got to write some code in the splitview delegate to do that.

Or use RBSplitView (http://www.brockerhoff.net/src/rbs.html) which is like NSSplitView on steroids (and free to use). It can do this (I think).