I have a complex view hierarchy with a lot of controllers. I'd like to provide 
menu commands that the various controllers can respond to, but I have a couple 
of problems:

1) I can't seem to get any of my view controllers (even the window's root view 
controller) to participate, even if I override acceptsFirstResponder to return 
true.
2) What happens when I have sibling view controllers (e.g. in a split view 
controller)? I'd like all of them to participate, if they can.

I can, of course, push all that stuff up to the root view controller, but that 
makes me do things like subclass NSSplitViewController.

The whole thing seems cumbersome, at best. What am I missing?

Thanks,

-- 
Rick Mann
rm...@latencyzero.com


_______________________________________________

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-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to