Re: App rejection due to app-sandboxing invalid entitlement

2012-10-31 Thread Curt Clifton
de 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.

Re: Timeout after application:openFile: stalling applescript

2012-09-20 Thread Curt Clifton
andler for the open sheet is called, 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 Eng

Re: Debugging -setNeedsDisplayInRect:

2012-07-27 Thread Curt Clifton
d where would I find 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

Re: Accessibility issues with NSPopover

2012-05-11 Thread Curt Clifton
some fairly intimate connections to its host window. Cheers, Curt ----- Curt Clifton, PhD Software Engineer The Omni Group www.curtclifton.net ___ Cocoa-dev mailing lis

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:control