Re: Using NSSavePanel to export to UTTypeFolder without a file extension.

2013-01-23 Thread Thomas Bunch
-[NSCarbonMenuImpl popUpMenu:atLocation:width:forView:withSelectedItem:withFont:withFlags:withOptions:] + 346 26 AppKit 0x7fff8633a315 -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 540 On Jan 17, 2013, at 5:17 PM, Thomas Bunch t...@omnigroup.com

Re: CALayer renderInContext changes zPosition of some child layers

2013-01-17 Thread Thomas Bunch
On Jan 5, 2013, at 7:29 AM, David Duncan david.dun...@apple.com wrote: On Jan 3, 2013, at 12:46 AM, Markus Spoettl ms_li...@shiftoption.com wrote: […] I've been debugging this one for quite a while until I realized that missing layers are not missing but somehow their zPosition got messed

Using NSSavePanel to export to UTTypeFolder without a file extension.

2013-01-17 Thread Thomas Bunch
Hi folks, NSSavePanel does not like UTTypes with no file extension. Under PowerBox, I can't find a good workaround. One of OmniPlan's export types is a directory full of HTML and associated resources. Being an old NeXT guy, I immediately called this a .htmld file, but when the feature was

Re: Using NSSavePanel to export to UTTypeFolder without a file extension.

2013-01-17 Thread Thomas Bunch
maintain the extension (or lack thereof) would be better still. Though I could easily imagine having multiple export types whose Mime type is public.folder. -Tom On Jan 17, 2013, at 3:22 PM, Quincey Morris quinceymor...@rivergatesoftware.com wrote: On Jan 17, 2013, at 14:12 , Thomas Bunch t

Re: Using NSSavePanel to export to UTTypeFolder without a file extension.

2013-01-17 Thread Thomas Bunch
PM, Quincey Morris quinceymor...@rivergatesoftware.com wrote: On Jan 17, 2013, at 16:20 , Thomas Bunch t...@omnigroup.com wrote: Yes, in fact, I do exactly this. It's kind of suboptimal, in that NSSavePanel will first give you a warning: “Foo.oplx” already exists. Do you want to replace

Crasher due to unsafe block implementation in -[NSTextView checkTextInRange:types:options:]?

2011-08-02 Thread Thomas Bunch
Hello, fellow cocoa devs. I'm running down the most common crasher we're seeing in OmniPlan-2.0 under Lion and running onto some grief with NSSpellChecker/NSTextView. We have a fairly complex outline view that is backed by many text storages and the field editor is asked to do a lot. When