Re: disk operations - mounting images I've created manually via Disk Utility

2014-03-16 Thread Luther Baker
The NSWorkspace idea was a great suggestion. I'm actually using my first homegrown OSX app in my everyday work with that suggestion!! I will continue to refine it ... I wonder though, if it is presumptuous to guess which apps Apple will continue to provide for use from my app. And, does OSX act

Re: disk operations - mounting images I've created manually via Disk Utility

2014-03-16 Thread Michael Starke
What might be useful is to not rely on the default application and use openURL:withApplication: to make sure Disk Utility mounts the image, not another tool the user did associate with .dmgs or .sparsebundle On 16 Mar 2014, at 05:35, Luther Baker wrote: > Indeed! > > That works perfectly ...

Re: NSFetchedResultsController sort on synthesized property?

2014-03-16 Thread Rick Mann
It would only need to load the sort attributes. Maybe using keyPathsForValuesAffectingKey or some such. Sent from my iPhone On Mar 16, 2014, at 12:55, Mike Abdullah wrote: > > On 27 Feb 2014, at 21:20, Rick Mann wrote: > >> Thanks, Sixten. I had hoped that if it couldn't translate a sort d

Re: NSFetchedResultsController sort on synthesized property?

2014-03-16 Thread Mike Abdullah
On 27 Feb 2014, at 21:20, Rick Mann wrote: > Thanks, Sixten. I had hoped that if it couldn't translate a sort descriptor > in to SQL, that it would apply it after fetching. The problem with doing that is it would require faulting all the objects into memory at once, which I guess Apple is kee