Re: Storing a table view in user defaults

2009-04-28 Thread Ryan Briones
est, >Steven Riggs > > > > On Apr 28, 2009, at 10:02 PM, Ryan Briones wrote: > > Hey, thanks! I actually ran across your code last night when I was first > doing this. I ran your code and it worked fine. I created a test project to > "copy" your code, and mine fai

Re: Storing a table view in user defaults

2009-04-28 Thread Ryan Briones
b > > I hope it helps... > > Steven Riggs > > > > On Apr 28, 2009, at 11:04 AM, Ryan Briones wrote: > > I'm a relative newb when it comes to cocoa programming, but I've been >> trying >> to finish of a project and put it out there so I can get som

Re: Storing a table view in user defaults

2009-04-28 Thread Ryan Briones
On Tue, Apr 28, 2009 at 2:31 PM, Jerry Krinock wrote: > > On 2009 Apr 28, at 08:04, Ryan Briones wrote: > > My problem is that I have a table view that's bound >> to an array controller backed by user defaults in IB. >> > > I don't know what "backe

Storing a table view in user defaults

2009-04-28 Thread Ryan Briones
I'm a relative newb when it comes to cocoa programming, but I've been trying to finish of a project and put it out there so I can get some feedback and continue to get better. My problem is that I have a table view that's bound to an array controller backed by user defaults in IB. Adding a single n