NSTableView Grows with # of rows

2009-01-28 Thread Jason Cox
Hey guys, Im using a tableview linked up to an array controller. I want the height of the tableview to grow with the # of objects in the array controller. Like addressbook, add an e-mail and it just appears below it. Any ideas or code samples on how to do this would be great... Perhaps

NSScrollView refuses to scroll

2009-01-07 Thread Jason Cox
Hey guys, If you, in IB, create a new window, throw a NSScrollView in there, set its autosizing to keep 100% width / height when you resize the superview, then put an NSTextView at the bottom edge of the scrollview, compile and resize the window up to hide the NSTextView it wont put a

Distributed objects and core data

2008-12-05 Thread Jason Cox
Hey guys, Is it possible to use distributed objects with core data on a server app to get a multi client application working? There are only about 20 clients at any time. If not... what other solutions should i look into? I have an XServ to work with if that helps. Thanks, Jason

Quick problem with arraycontroller

2008-07-19 Thread Jason Cox
I have 2 array controllers. the 1st manages an array of Project objects. within the project object there is an NSMutableArray of ProjectInfo objects. Here is an image of my Interface Builder setup for the 2 controllers: http://www.design-factor.com/jason/bindings.jpg The Projects array

Re: Quick problem with arraycontroller

2008-07-19 Thread Jason Cox
. On Jul 18, 2008, at 11:24 PM, Jason Cox wrote: I have 2 array controllers. the 1st manages an array of Project objects. within the project object there is an NSMutableArray of ProjectInfo objects. Here is an image of my Interface Builder setup for the 2 controllers: http://www.design