Welcome to Soft32 Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Command-Option-D

 
   Soft32 Home -> Mac -> Programmer Help RSS
Next:  Becoming a Macintosh Programming Guru [C++ & ..  
Author Message
Lyndsey Ferguson

External


Since: Apr 27, 2004
Posts: 12



(Msg. 1) Posted: Tue Nov 11, 2003 3:42 am
Post subject: Command-Option-D
Archived from groups: comp>sys>mac>programmer>help (more info?)

Hello out there,

In our application we have Command-Option-D assigned to a menu
command. In Mac OS 10.1, our application didn't receive command key
events that the OS had pre-assigned (such as this and others -
command-h or -m). Then in 10.1.5 and 10.2 we were receiving these
events, now in 10.3 we are no longer receiving these events again.

Does anyone know why this is happening or is there an API to check if
these are pre-assigned by the OS and not available to us?

Thanks in advance,
Lyndsey
Back to top
Login to vote
Eric Albert

External


Since: Jun 28, 2003
Posts: 201



(Msg. 2) Posted: Tue Nov 11, 2003 4:04 am
Post subject: Re: Command-Option-D [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <edc42e1f.0311110942.4689130a RemoveThis @posting.google.com>,
lyndsey_ferguson RemoveThis @yahoo.com (Lyndsey Ferguson) wrote:

> In our application we have Command-Option-D assigned to a menu
> command. In Mac OS 10.1, our application didn't receive command key
> events that the OS had pre-assigned (such as this and others -
> command-h or -m). Then in 10.1.5 and 10.2 we were receiving these
> events, now in 10.3 we are no longer receiving these events again.
>
> Does anyone know why this is happening or is there an API to check if
> these are pre-assigned by the OS and not available to us?

There is no API for this, since it's all supposed to be transparent for
you. If it isn't, please file a bug report at
<http://bugreport.apple.com/>.

In this particular case, it definitely sounds like a bug. Menu
shortcuts defined in your application's menus should override those
defined in system-owned menus. You might want to post a note about the
behavior you're seeing to the carbon-development mailing list, since the
engineer who owns the Menu Manager reads the list.

-Eric

--
Eric Albert ejalbert RemoveThis @stanford.edu
http://rescomp.stanford.edu/~ejalbert/
Back to top
Login to vote
Miro Jurisic

External


Since: May 10, 2004
Posts: 1194



(Msg. 3) Posted: Tue Nov 11, 2003 10:02 am
Post subject: Re: Command-Option-D [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <ejalbert-3456D2.10045111112003.DeleteThis@news.stanford.edu>,
Eric Albert <ejalbert.DeleteThis@stanford.edu> wrote:

> In article <edc42e1f.0311110942.4689130a.DeleteThis@posting.google.com>,
> lyndsey_ferguson.DeleteThis@yahoo.com (Lyndsey Ferguson) wrote:
>
> > In our application we have Command-Option-D assigned to a menu
> > command. In Mac OS 10.1, our application didn't receive command key
> > events that the OS had pre-assigned (such as this and others -
> > command-h or -m). Then in 10.1.5 and 10.2 we were receiving these
> > events, now in 10.3 we are no longer receiving these events again.
> >
> In this particular case, it definitely sounds like a bug. Menu
> shortcuts defined in your application's menus should override those
> defined in system-owned menus. You might want to post a note about the
> behavior you're seeing to the carbon-development mailing list, since the
> engineer who owns the Menu Manager reads the list.

CW IDE is affected by this too. (And it annoys me greatly.)

meeroh

--
If this message helped you, consider buying an item
from my wish list: <http://web.meeroh.org/wishlist>
Back to top
Login to vote
Lyndsey Ferguson

External


Since: Apr 27, 2004
Posts: 12



(Msg. 4) Posted: Wed Nov 12, 2003 8:03 am
Post subject: Re: Command-Option-D [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

lyndsey_ferguson DeleteThis @yahoo.com (Lyndsey Ferguson) wrote in message news:<edc42e1f.0311110942.4689130a DeleteThis @posting.google.com>...
> Hello out there,
>
> In our application we have Command-Option-D assigned to a menu
> command. In Mac OS 10.1, our application didn't receive command key
> events that the OS had pre-assigned (such as this and others -
> command-h or -m). Then in 10.1.5 and 10.2 we were receiving these
> events, now in 10.3 we are no longer receiving these events again.
>
> Does anyone know why this is happening or is there an API to check if
> these are pre-assigned by the OS and not available to us?
>
> Thanks in advance,
> Lyndsey

I was informed that in 10.3, Command-Option-D is always overridden by
the OS. It was placed to overcome some bugs in Classic and hung apps
in OS 10.

Lyndsey
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How to get the command line tool directory (written in C) - How to get the path of the command line tool programaticaly ? (after the command line tool was called from the Terminal...

Command line compiler arguments to build a framework? - What arguments do I need to pass the command line compiler in order to build a file as a framework?
       Soft32 Home -> Mac -> Programmer Help All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows
 Linux
  Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]