NSSpellChecker and proper nouns

2013-03-08 Thread Melvin Walker
ay I can specify that the name is a proper noun that I'm not seeing? -- Melvin Walker ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-a

Re: Changing color in NSColorPanel without message

2013-01-16 Thread Melvin Walker
On Jan 16, 2013, at 4:45 PM, Andy Lee wrote: > On Jan 16, 2013, at 6:09 PM, Melvin Walker wrote: > [...] >>> When you select a color in the panel, NSColorPanel sends a changeColor: >>> message to the first responder. It also sends its action message (set by >>>

Re: Changing color in NSColorPanel without message

2013-01-16 Thread Melvin Walker
On Jan 16, 2013, at 2:05 PM, cocoa-dev-requ...@lists.apple.com wrote: > On 16 Jan 2013, at 20:47, Melvin Walker wrote: > >> Is it possible to programmatically change color (using -setColor:) in >> NSColorPanel without it sending a changeColor: message to the first >>

Changing color in NSColorPanel without message

2013-01-16 Thread Melvin Walker
Is it possible to programmatically change color (using -setColor:) in NSColorPanel without it sending a changeColor: message to the first responder? We'd like it to just reflect a color change without telling the responder chain about it. -- Melvin W