NSTableView Informal Protocal

2008-11-04 Thread Ron Green
'm a newb and am struggling to find documentation. Example: NSTableView: setObjectValue:forTableColumn:row I have looked through all the documentation for NSTableView and cannot find this method. Does anyone know where it is? (I know how to use it, I'm just looking for the documentation.) _

Retain

2008-10-24 Thread Ron Green
If I call NSString w = [NSString stringWithFormat:@"something %i", x]; Am I now suppose to call retain on w? When I'm done I know I'm suppose to release w. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or mod

stringWithFormat

2008-10-20 Thread Ron Green
stringWithFormat: returns an NSString that is autoreleased. I know this because I read it in Hillegasses book. But since this does not seem to be covered in the documentation, if I had not read it in a book, how would I discover that the NSString was autoreleased? _

Newb Question about Delegtes and callbacks

2008-10-08 Thread Ron Green
Somehow in my education I missed out on delegates and callbacks. Can someone point me to a really good explanation that even a dummy like me can understand? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or