Re: Color Picker implementation error
Re: Color Picker implementation error
- Subject: Re: Color Picker implementation error
- From: Corbin Dunn <email@hidden>
- Date: Tue, 6 Jun 2006 09:13:28 -0700
Vinay -- I know you already found my blog site from an email you sent
to me:
http://www.corbinstreehouse.com/blog/?p=113
I forwarded you some source as an example. If anyone else wants the
source, let me know, and I will email it to them.
I have created the NSColorPanel instance and used it in my
application,
but while running the application a log message appears saying,
"Custom colorPicker, not loaded; it must respond to the
'NXColorPickingDefault' protocol."
That was a typo in the log message; it is fixed. It should have been
"NS" obviously. It sounds like your picker didn't properly implement
the two protocols; Also, you MUST subclass NSColorPicker; you can't
simply implement NSColorPickingCustom and NSColorPickingDefault; this
isn't an error in the documentation, but rather a bug in the
implementation code which will be fixed.
thanks,
-corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden