Re: Core Data Multiuser

2012-07-14 Thread Alexander Spohr
Am 13.07.2012 um 21:38 schrieb Flavio Donadio: > What do you guys think about it? Is it a bad idea? I've studied a lot of > alternatives (BaseTen, ODBC, Web Services), but I can't wrap my head around > them... Use WebObjects and EOF (the big mature brother of CoreData) on the server! We feed

Core Data book for OSX

2012-07-14 Thread Koen van der Drift
I really want to learn more about CoreData on the Mac and am looking to get a book, besides the Apple docs. I already get the basics, but there are still many things that make me scratch my head. Often recommended is the book by Marcus Zarra, but this is out of print, and I wouldn't be surpri

Re-targetting URL Handler in users' systems

2012-07-14 Thread Jerry Krinock
I have an app in the field which handles a url. I mean, it has one of these in its Info.plist… CFBundleURLTypes CFBundleURLSchemes myapp LSIsAppleDefaultForScheme In order to fix a lon

Re: Re-targetting URL Handler in users' systems

2012-07-14 Thread Jeff Johnson
Use the LSRegisterURL() function in Launch Services. -Jeff On Jul 14, 2012, at 7:20 AM, Jerry Krinock wrote: > I have an app in the field which handles a url. I mean, it has one of these > in its Info.plist… > >CFBundleURLTypes > > >CFBundleURLSchemes >

Re: Re-targetting URL Handler in users' systems

2012-07-14 Thread Jerry Krinock
On 2012 Jul 14, at 06:42, Jeff Johnson wrote: > Use the LSRegisterURL() function in Launch Services. Very good! Thank you, Jeff. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the l

Re: NSTableView Sends Null Column to Delegate/DataSource

2012-07-14 Thread Keary Suska
On Jul 13, 2012, at 10:44 PM, John Terranova wrote: > A nil tableColumn means to treat the whole row as one wide column, rather > than the individual columns. It is useful for section headers. The docs for > the applicable methods should explain the nil tableColumn. Thanks for the suggestion--

Re: Core Data book for OSX

2012-07-14 Thread Conrad Shultz
While not a book, I heartily recommend the Core Data video training course from ideveloper.tv. Marcus Zarra is the presenter and there was a follow-up supplement for Lion. (Sent from my iPhone.) -- Conrad Shultz On Jul 14, 2012, at 5:06, Koen van der Drift wrote: > I really want to learn mo

Re: Core Data book for OSX

2012-07-14 Thread Koen van der Drift
On Jul 14, 2012, at 1:56 PM, Conrad Shultz wrote: > While not a book, I heartily recommend the Core Data video training course > from ideveloper.tv. Marcus Zarra is the presenter and there was a follow-up > supplement for Lion. Unfortunately the original course has been discontinued. I had a

Re: NSTableView Sends Null Column to Delegate/DataSource

2012-07-14 Thread Quincey Morris
On Jul 14, 2012, at 10:08 , Keary Suska wrote: > For the archives, it is not safe to assume that tableView:isGroupRow: will > determine which rows are actually group rows, at least if you implement > tableView:dataCellForTableColumn:row:. It seems that regardless of whether > you implement tabl

ABPerson does not have interface properties ?

2012-07-14 Thread Erik Stainsby
This one has to be pretty simple. There is a category of ABPerson which provides this interface. So what have I missed ? OSX, 10.7 #import "RSAppDelegate.h" #import #import @implementation RSAppDelegate - (void)applicationDidFinishLaunching:(NSNotification *) notification { addres

Re: ABPerson does not have interface properties ? SOLVED

2012-07-14 Thread Erik Stainsby
My mistake. 'properties' is a class method, returning the keys; not an instance method, as I was using it below. On 2012-07-14, at 7:01 PM, Erik Stainsby wrote: > This one has to be pretty simple. > There is a category of ABPerson which provides this interface. So what have I > missed ? >

Re: Core Data Multiuser

2012-07-14 Thread Eli Bach2
On Jul 14, 2012, at 5:18 AM, Alexander Spohr wrote: > > Am 13.07.2012 um 21:38 schrieb Flavio Donadio: > >> What do you guys think about it? Is it a bad idea? I've studied a lot of >> alternatives (BaseTen, ODBC, Web Services), but I can't wrap my head around >> them... > > Use WebObjects an