Re: NSKeyBinding suppressCapitalizedKeyWarning?
Re: NSKeyBinding suppressCapitalizedKeyWarning?
- Subject: Re: NSKeyBinding suppressCapitalizedKeyWarning?
- From: Ryan Dingman <email@hidden>
- Date: Mon, 30 Dec 2002 11:05:37 -0800
NSKeyBinding is a private class in Foundation. Instead, try calling:
[NSClassFromString(@"NSKeyBinding") suppressCapitalizedKeyWarning];
Hope this helps.
ryan
On Monday, December 30, 2002, at 09:38 AM, Bill Cheeseman wrote:
I have to use some method names that start with a capital letter, and
I call
them using key-value coding. I get a warning every time I do so,
telling me
"Use +[NSKeyBinding suppressCapitalizedKeyWarning] to suppress this
warning."
Where is NSKeyBinding? How do I use it to suppress this warning? If I
include the suggested message in my application, the compiler doesn't
recognize it.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook - http://www.AppleScriptSourcebook.com
Vermont Recipes - http://www.stepwise.com/Articles/VermontRecipes
Croquet Club of Vermont - http://members.valley.net/croquetvermont
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.