Yes, so the bad new is that you have to go Carbon to listen front switched events, the good new is that this part of Carbon is available for 64 bits apps (probably because this is the only public way to do this for now).


Le 9 juil. 08 à 17:49, Matt Gough a écrit :

You can do this (and a lot of other stuff not covered by NSWorkspace ) with a CarbonEvent handler on kEventClassApplication, kEventAppFrontSwitched.

Matt
On 9 Jul 2008, at 5:44pm, Jens Alfke wrote:


On 9 Jul '08, at 3:22 AM, Александр Даровских wrote:

Hi,
Is there any way to subscribe to frontmost application change notification? For example, via NSDistributedNotificationCenter or some other facility? I have managed to get process startup and shutdown notifications, but I cannot get active application change notification. Maybe it is done in somehow another way?

I ran NotificationWatcher, which logs all distributed notifications and workspace notifications, but didn't see anything when I switched apps. So it must be done a different way. I suspect there may be a CoreGraphics API that does this; try looking there.

—Jens_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/matt.gough %40agfa.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/devlists%40shadowlab.org

This email sent to [EMAIL PROTECTED]


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to