Re: Crash in -URLByResolvingBookmarkData::::: in sandboxed app

2014-02-27 Thread Andrew Madsen
you’re intending to sell the app on the app store, the only true fix is probably to require 10.9. -Andrew Madsen On Feb 19, 2014, at 8:03 AM, Markus Spoettl wrote: > Hi, > > I keep getting a crash in my sandboxed app when it terminates. It is not > 100% reproducible, but it happens

Re: URLByResolvingBookmarkData: crashes on 10.8

2013-11-11 Thread Andrew Madsen
On Nov 7, 2013, at 10:10 AM, Mike Abdullah wrote: > Ah, that’s a shame. > > Come to think of it, there’s a limit on how many security-scoped bookmarks > you’re allowed to access at once. I wonder, does the problem seem to happen > around a particular, fairly predictable, number of bookmarks?

Re: URLByResolvingBookmarkData: crashes on 10.8

2013-11-07 Thread Andrew Madsen
ur code > from elsewhere that’s non-ARC? We saw your blog post about this. We’re always explicitly initializing our NSError parameter to nil (as we always do), but this is ARC code, so it should be set to nil anyway. For whatever it’s worth, I also had no prob

Size limit on .icns files containing 1024x1024 version in 10.5?

2012-10-07 Thread Andrew Madsen
omit a retina ready application icon until I drop support for 10.5. Thanks, Andrew Madsen ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-de

Re: Opening a gap in NSTableView during drag and drop

2012-04-14 Thread Andrew Madsen
On Apr 14, 2012, at 1:31 AM, Quincey Morris wrote: > On Apr 13, 2012, at 08:02 , Andrew Madsen wrote: > >> I've got a simple, single-column, view-based NSTableView with items in it >> that can be dragged to reorder them. During drag and drop, I'd like to make >

Opening a gap in NSTableView during drag and drop

2012-04-13 Thread Andrew Madsen
I've got a simple, single-column, view-based NSTableView with items in it that can be dragged to reorder them. During drag and drop, I'd like to make it so that a gap for the item-to-be-dropped opens up at the location under the mouse. GarageBand does something like this when you drag to reorder

Quick Look Preview with Scrollbar

2011-02-13 Thread Andrew Madsen
I'm writing a Quick Look Plug-in to generate previews of my application's (Core Data) documents. I've got the generator working ok with one problem. If the document is large/long, and I return an preview that is say 5000 pixels high, Quick Look scales the preview image instead of putting it in a

Preventing NSDocument's "The document has been moved" alert

2009-11-03 Thread Andrew Madsen
27;t cause the alert to stop showing up. I'm not sure how else NSDocument might be tracking renaming/moving/ modification of files. Any pointers? Thanks, Andrew Madsen ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post a

Malloc error: GC operation on unregistered thread...

2009-09-08 Thread Andrew Madsen
;m guessing there's something about the intricacies of actually using garbage collection that I'm missing. Any pointers? Thanks! Andrew Madsen ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or mode