Re: leopard problem with: [[NSColorPanel sharedColorPanel] setColor:
Re: leopard problem with: [[NSColorPanel sharedColorPanel] setColor:
- Subject: Re: leopard problem with: [[NSColorPanel sharedColorPanel] setColor:
- From: glenn andreas <email@hidden>
- Date: Thu, 13 Dec 2007 15:53:46 -0600
On Dec 13, 2007, at 3:34 PM, Ken Victor wrote:
when i run my app on leopard, i get the following message on the
console window:
Custom ColorPicker class with name .com.freeverselib could not be
loaded.
i've traced it to the following line of code (in my override of
windowDidBecomeKey)
[[NSColorPanel sharedColorPanel] setColor: [self tableColor]];
and when printing [self tableColor] in the debugger, i get:
NSCalibratedWhiteColorSpace 0 1
this does not show up if i run my app on tiger.
can anyone tell me what is going on here? and more importantly, what
i can do to stop tis message from showing up?
It means that you've got a custom color picker installed that doesn't
properly implement all the required methods that a custom color picker
is suppose to.
Look in you ~/Library/ColorPickers folder (and /Library/ColorPickers)
and see what's there...
Glenn Andreas email@hidden
<http://www.gandreas.com/> wicked fun!
quadrium | prime : build, mutate, evolve, animate : the next
generation of fractal art
_______________________________________________
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