Re: App rejection due to app-sandboxing invalid entitlement

2012-10-31 Thread Curt Clifton
a case for what they're doing. Cheers, Curt - Curt Clifton, PhD Software Engineer The Omni Group www.curtclifton.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

Re: Timeout after application:openFile: stalling applescript

2012-09-20 Thread Curt Clifton
, and the UI becomes responsive again. Unfortunately we haven't found a workaround. All notifications and override points that we've tried are invoked after the time outs occur. Cheers, Curt - Curt Clifton, PhD Software

Re: Debugging -setNeedsDisplayInRect:

2012-07-27 Thread Curt Clifton
each of the CGFloats on the stack? For debugging, you might consider swizzling NSView's -setNeedsDisplayInRect: to do the conditional logging that Markus suggested. Cheers, Curt - Curt Clifton, PhD Software Engineer

Re: Accessibility issues with NSPopover

2012-05-11 Thread Curt Clifton
intimate connections to its host window. Cheers, Curt - Curt Clifton, PhD Software Engineer The Omni Group www.curtclifton.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

Re: viewWillAppear not called with UINavigationController containment

2011-12-30 Thread Curt Clifton
On Dec 27, 2011, at 5:51 AM, Roland King wrote: // tell each of the controllers we're adding that they are being added and prepare the ones being removed for removal for( UIViewController *controller in appearingControllers ) [ self addChildViewController:controller