Odd error logged when coming back from 'Browse All Versions'
Odd error logged when coming back from 'Browse All Versions'
- Subject: Odd error logged when coming back from 'Browse All Versions'
- From: Graham Cox <email@hidden>
- Date: Wed, 24 Aug 2011 13:08:06 +1000
My app has floating palettes.
When I go to 'Browse All Versions...', these palettes get moved beyond the edges of the screen. When I come back from browsing the versions, the palettes are not there until I force then to show again using the controller's -showWindow: method - they come back in the right place however. In addition, I get this logged:
Aug 24 12:59:44 Grahams-iMac Artboard[6712] <Error>: kCGErrorFailure: CGSDisplayID: App trying to enumerate [0 to CGSGetNumberOfDisplays()] instead of using CGSGetDisplayList(). Compensating...
Aug 24 12:59:44 Grahams-iMac Artboard[6712] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
So I tried to set a breakpoint on CGErrorBreakPoint() as suggested, and it's never triggered. I can't find any reference to any of the mentioned functions CGSDisplayID, CGSGetNumberOfDisplays or CGSGetDisplayList, and I'm not using these directly anywhere.
Any ideas?
--Graham_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden