Snow Leopard Documentation in Spotlight

2009-09-08 Thread Gerriet M. Denkmann
Has anybody succeeded in finding information from /Developer/ Documentation/DocSets in Spotlight? E.g. "NSBlockOperation" gives two references in Spotlight, none of which come from the documentation. I know that Xcode →Help → Developer Documentation can be used by humans. But I want to sea

Re: NSArray EXEC_BAD_ACCESS when initalized with strings

2009-09-08 Thread Devraj Mukherjee
Thanks all. Turns out that another Array initalization didn't have a ,nil at the end and it was causing the issues. On Wed, Sep 9, 2009 at 1:45 PM, Steven Degutis wrote: > For some reason, I really doubt that the creation of the NSArray is causing > this exception. Have you run this through the

Re: [[NSHost currentHost] name] blocking on 10.6 ?

2009-09-08 Thread Marc Krochmal
Hi Jayson, On Sep 8, 2009, at 4:51 PM, Jayson Adams wrote: On Sep 8, 2009, at 3:31 PM, Marc Krochmal wrote: Hi Brent, I may have been one of those appalled Apple engineers. In general, [NSHost currentHost] is the worst API on the system and people should avoid it like the plague. Hi

Re: Core Data fetch with to-many relationship

2009-09-08 Thread Alex Reynolds
Hi Melissa, Thanks for the name change suggestion. When I log the test fetch results: NSArray *testFetchResults = [managedObjectContext fetchObjectsForEntityName:@"Owner" withPredicate:[NSString stringWithFormat:@"ANY books.name like 'myPrefix*'"]]; NSLog([[(Owner *)[testFetchResults object

Re: How to remove the "Special Characters..." menu item?

2009-09-08 Thread Graham Cox
OK, point taken - enjoy your trip ;-) Glad you got it working, and welcome to Cocoa. --Graham On 09/09/2009, at 4:02 PM, H David Goering wrote: Graham, Yes, that works. Oh, I can run. I'm just learning my way around a new set of tripping hazards. ___

Re: Does Mac OS X support interior pointers?

2009-09-08 Thread Scott Thompson
Those who disagree with me implicitly acknowledge I do not think that those who disagree with you must acknowledge your two premises implicitly or explicitly. A) The compiler is generating code that violates the C standard. You put a lot of effort into claiming that it's a given that the

<    1   2