On 7 Jul 2018, at 6:55, Rick Mann wrote:
If I have view commands (like fixed perspectives in a 3D view) in a menu, I should be able to implement those on the view controller, don't you think?
No-one is preventing you from implementing view commands in the view controller.
But if you want to trigger these commands when the view is not focused, you can’t rely on the responder chain to magically figure that out, and you will have to put a line in your window controller to forward the action to the desired view controller.
_______________________________________________ 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