I wonder how Apple are doing this. On of their demo plug-ins sets
this to YES by the way, but all their bundled AU plug-ins do not grab
the keyboard like mine does (all Cocoa view do that by default).
Thanks very much,
Artemiy.
On 27 Mar 2007, at 9:23 PM, E. Wing wrote:
Will adding this to your view class help?
- (BOOL) acceptsFirstResponder
{
return NO;
}
-Eric
________
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com