Hopefully you stumbled on the answer since posting this several
days ago. You want to look at the "canBecomeKeyView" method.
Daniel
Hmmm...
I put this in my view's @implementation:
- (BOOL)canBecomeKeyView{
return NO;
}
But it did not help. My view still grabs the keyboard. Apple's Cocoa
plug-ins and also Carbon plug-ins do not do so... Did I put it in the
right place? Or is there anything I need to look into?
Thanks very much again,
Artemiy.
_______________________________________________
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