On Sep 7, 2011, at 5:58 AM, Andre Masse wrote: > Hi, > > I'm trying to implement printing in my application. I was following Aaron > Hillegass book (Cocoa Programming for Mac OS X, chap 27) and while it does > print, I got an exception. So, I downloaded the examples on the book's site > (http://bignerdranch.com/book/cocoa®_programming_for_mac®_os_x_3rd_edition), > ran it and got the same exception: > > RaiseMan[7318] <Error>: kCGErrorIllegalArgument: _CGSFindSharedWindow: WID -1 > RaiseMan[7318] <Error>: kCGErrorFailure: Set a breakpoint @ > CGErrorBreakpoint() to catch errors as they are logged. > RaiseMan[7318] <Error>: kCGErrorIllegalArgument: > CGSSetWindowShadowAndRimParametersWithStretch: Invalid window 0xffffffff > > Any idea what's happening and how to squash this bug? This is Lion specific > because the same code is running fine on Snow Leopard.
My advice would be to set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged and then see what is happening. corbin _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
