filing documentation bugs -- Re: De-Mystifying NSCell

2009-03-24 Thread Scott Anguish
So, as Corbin and I.S. mention, there are two ways to submit bugs on documentation. - bugreporter.apple.com - the feedback button on documentation pages. Both will get the bugs to the proper people. There are situations when one option is better than another. Small bugs that qualify as typ

Re: De-Mystifying NSCell

2009-03-24 Thread Paul Franz
Kyle, Thank you for an awesome video. Paul Franz Ken Worley wrote: VERY well done and informative. Thanks! Ken On Mar 23, 2009, at 3:10 AM, Kyle Sluder wrote: Hi all, I've noticed recently a few people have posted to the list in a state of uncertainty regarding NSCell, particularly in t

Re: De-Mystifying NSCell

2009-03-24 Thread Corbin Dunn
Good question! On Mar 24, 2009, at 3:46 PM, I. Savant wrote: Corbin: On Mar 24, 2009, at 6:40 PM, Corbin Dunn wrote: I should mention that it is very beneficial to log bug requests at bugreporter.apple.com requesting clarification on any point with NSTableView/NSCell that is difficult to

Re: De-Mystifying NSCell

2009-03-24 Thread I. Savant
Corbin: On Mar 24, 2009, at 6:40 PM, Corbin Dunn wrote: I should mention that it is very beneficial to log bug requests at bugreporter.apple.com requesting clarification on any point with NSTableView/NSCell that is difficult to figure out from the existing documentation. Is this the pr

Re: De-Mystifying NSCell

2009-03-24 Thread Corbin Dunn
I should mention that it is very beneficial to log bug requests at bugreporter.apple.com requesting clarification on any point with NSTableView/NSCell that is difficult to figure out from the existing documentation. Thank you for creating this great video. If you are looking for another sub

Re: De-Mystifying NSCell

2009-03-24 Thread Todd Freese
Thank you for creating this great video. If you are looking for another subject, I would suggest a video on subclassing NSCell. The list constantly has questions regarding subclassing NSCell for NSTableViews. Todd Freese On Mar 24, 2009, at 1:56 PM, Kyle Sluder wrote: As many of you h

Re: De-Mystifying NSCell

2009-03-24 Thread Kyle Sluder
As many of you have pointed out, the video became unavailable sometime last night. Our server admin has fixed the problem and the video is once again accessible. Sorry for the inconvenience. --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.ap

Re: De-Mystifying NSCell

2009-03-24 Thread Benjamin Dobson
Thanks for this, I've been doing a lot of NSCell work recently. I'll definitely be watching it when I get home! ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the mo

Re: De-Mystifying NSCell

2009-03-23 Thread David Yamartino
That is really excellent. (must have taken a long time to make) I wish there were more videos like that. I'd learn a lot faster. David On Mon, Mar 23, 2009 at 7:10 PM, Kyle Sluder wrote: > Hi all, > > I've noticed recently a few people have posted to the list in a state > of uncertainty rega

Re: De-Mystifying NSCell

2009-03-23 Thread Ken Worley
VERY well done and informative. Thanks! Ken On Mar 23, 2009, at 3:10 AM, Kyle Sluder wrote: Hi all, I've noticed recently a few people have posted to the list in a state of uncertainty regarding NSCell, particularly in the context of NSTableView. I was in much the same boat when I started ou

Re: De-Mystifying NSCell

2009-03-23 Thread Todd Heberlein
I put together a short video to try to explain the rationale and mechanisms of NSCell: http://www.cs.loyola.edu/~ksluder/NSCell.mov . If you're confused about why NSCell exists and how it's used inside NSTableView, I hope that my video is able to shine a bit of light. That was fantastic!! I r

De-Mystifying NSCell

2009-03-23 Thread Kyle Sluder
Hi all, I've noticed recently a few people have posted to the list in a state of uncertainty regarding NSCell, particularly in the context of NSTableView. I was in much the same boat when I started out with Cocoa; it takes a few runs through it before the scheme starts to make sense. I put toget