Re: NSDistributedNotification names

2008-03-24 Thread A.M.
On Mar 24, 2008, at 10:57 AM, Jens Alfke wrote: Distributed notifications aren't the same thing as NSNotifications, even though Foundation tries to give them a similar API. Regular notifications aren't available to other processes; a notification has to be explicitly posted as distributed,

Re: NSDistributedNotification names

2008-03-24 Thread Jens Alfke
Distributed notifications aren't the same thing as NSNotifications, even though Foundation tries to give them a similar API. Regular notifications aren't available to other processes; a notification has to be explicitly posted as distributed, and few are. Distributed notifications are mostl

Re: NSDistributedNotification names

2008-03-24 Thread Marco Cassinerio
If done through NSDistributedNotificationCenter or NSWorkspace's special notification center, then yes. Otherwise, no. What exactly are you trying to accomplish? Nick Zitzmann I would my application be notified when: - another application has been launched

Re: NSDistributedNotification names

2008-03-23 Thread Nick Zitzmann
On Mar 23, 2008, at 3:36 PM, Marco Cassinerio wrote: Ok, but can my app be notified by such events related to any another app? If done through NSDistributedNotificationCenter or NSWorkspace's special notification center, then yes. Otherwise, no. What exactly are you trying to accomplish?

Re: NSDistributedNotification names

2008-03-23 Thread Marco Cassinerio
On Mar 23, 2008, at 10:17 PM, Sherm Pendley wrote: On Sun, Mar 23, 2008 at 5:07 PM, Marco Cassinerio <[EMAIL PROTECTED] > wrote: where can I get the list of distributed notification's names? I'm looking for notifications referring to events like: application launch, active window/document cha

Re: NSDistributedNotification names

2008-03-23 Thread Sherm Pendley
On Sun, Mar 23, 2008 at 5:07 PM, Marco Cassinerio < [EMAIL PROTECTED]> wrote: > > where can I get the list of distributed notification's names? I'm looking for notifications referring to events like: > application launch, active window/document changed. In general, lists and descriptions of not

NSDistributedNotification names

2008-03-23 Thread Marco Cassinerio
Hi, where can I get the list of distributed notification's names? I'm looking for notifications referring to events like: application launch, active window/document changed. Thanks. Marco. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Pleas