Re: Controls & Key Equivalents

Eric Gorr <[email protected]> Fri, 3 Dec 2010 10:54:22 -0500
Newsgroups gmane.comp.macosx.devel
Message-ID <[email protected]>
Yes, but there is no telling what particular option a user might need at any one time. A dialog provides the context for what key equivalents need to be active.


On Dec 3, 2010, at 10:26 AM, Hamish Allan wrote:

> On 3 December 2010 15:14, Eric Gorr <[email protected]> wrote:
> 
>> Unfortunately, this functionality will not be limited to just commonly-used functionality, but could be found with every checkbox, for example, in every dialog throughout the application. As such, placing each one in a menu item is not practical.
> 
> You do realise you can build menus programmatically, and change their
> contents dynamically?
> 
> H