Re: Why are the simplest things the hardest?
Re: Why are the simplest things the hardest?
- Subject: Re: Why are the simplest things the hardest?
- From: Allan Odgaard <email@hidden>
- Date: Sat, 07 Jul 2018 08:35:24 +0200
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 (email@hidden)
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:
This email sent to email@hidden