Re: cycle through windows
Re: cycle through windows
- Subject: Re: cycle through windows
- From: <email@hidden>
- Date: Wed, 24 Jul 2002 08:36:54 -0700
weird. this is what i thought, but command ` is not doing anything (i'm using
a US keyboard). perhaps i'll have to look at the code more, since it's a
project which has migrated from OS 9.x to OS X and maybe there's something
going on with the windows that i'm unaware of.
thanks,
christian
On Wed, 24 Jul 2002 13:55:38 +0200 Otto Poellath <email@hidden> wrote:
>
> i'm trying to implement command ` (cycle windows) and i'm having
>
> difficulty finding docs on this (i thought this would be something like
>
> NSCycleWindows).
>
>
This is automatic, you should not have to do anything, it just works
>
in any Cocoa application.
While this is automatic, it doesn't work in any Cocoa application if
you're using one of several non-US keyboard layouts in 10.1.
The method that should get called by Cmd-` is a private method of
NSApplication, so there's no obvious way to make it work in your app (of
course you can bring windows to front manually).
On the upside, this will be fixed in Jaguar.
Cheers,
-Otto.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.