Re: NSCell subclassing nightmares

2009-06-28 Thread Kyle Sluder
On Sun, Jun 28, 2009 at 8:10 PM, Chase Meadors wrote: > Well, in the montage of problems that arose from this, I found out more > about how cells work, but I'm still confused. It took me forever to discover > that the weird problems with bindings I was experiencing stemmed from the > fact that ther

Re: NSCell subclassing nightmares

2009-06-28 Thread Graham Cox
On 29/06/2009, at 1:10 PM, Chase Meadors wrote: Well, in the montage of problems that arose from this, I found out more about how cells work, but I'm still confused. It took me forever to discover that the weird problems with bindings I was experiencing stemmed from the fact that there is

Re: NSCell subclassing nightmares

2009-06-28 Thread Quincey Morris
On Jun 28, 2009, at 20:10, Chase Meadors wrote: I'm making a custom cell that will 'animate' in a sense. Each of these cells holds an NSTimer. The object value sets a bool that determines whether the code inside the timer's method is executed or not. The code in this method simply increment

NSCell subclassing nightmares

2009-06-28 Thread Chase Meadors
I never dreamed such a task could cause such difficulty! I'm making a custom cell that will 'animate' in a sense. Each of these cells holds an NSTimer. The object value sets a bool that determines whether the code inside the timer's method is executed or not. The code in this method simply