Re: Problem with NSTableView in NSSplitView

2009-11-24 Thread Peter Zegelin
Martin, I have had the same problem and managed to fix it, but bear in mind I am a beginner so my solution may not be the best or even correct. I believe the problem is caused by the tableview being effectively 'turned inside out' if it is inset and the splitview is closed. If there is

Re: NSTableView in NSSplitView

2009-11-24 Thread Peter Hudson
Try the following:- Get rid of the current split view ( Unembed objects from the menu ) Drag an NSBox into your window - set it to have no border or title as appropriate and set it so that it can change size horizontally and vertically. Drop your table view and button onto this box - arrange

Re: Problem with NSTableView in NSSplitView

2009-11-23 Thread Kyle Sluder
On Sun, Nov 22, 2009 at 11:21 PM, Martin Hewitson wrote: > I'm having some trouble when I have an NSTableView in an NSSplitView. I have > the table set in IB to resize with the view it's in (all struts clicked). The > table does not fill the full view. I have additionally a button below the > t

Problem with NSTableView in NSSplitView

2009-11-22 Thread Martin Hewitson
Dear list, I'm having some trouble when I have an NSTableView in an NSSplitView. I have the table set in IB to resize with the view it's in (all struts clicked). The table does not fill the full view. I have additionally a button below the table. Both the table and the button are in the top vie