Re: Name to PSN
Re: Name to PSN
- Subject: Re: Name to PSN
- From: Jerry Krinock <email@hidden>
- Date: Sat, 21 Feb 2009 23:19:11 -0800
On 2009 Feb 21, at 20:21, Pierce Freeman wrote:
On another topic: Is there someway to have NSWorkspace show all the
processes open? Right now it is showing me the applications, but the
process that I'm targeting isn't really an application and doesn't
have an
interface.
If I recall correctly, NSWorkspace only deals with "applications". A
definition of "application" is given in the "Discussion" section of
the documentation for ProcessSerialNumber, in the Process Manager
Reference.
Also in that Process Manager Reference, is a function that may do what
you want, GetNextProcess().
At any rate, Process Manager is kind of like the next lower level that
you must drop down into when NSWorkspace doesn't have what you need.
Iterators, parameter blocks, ... , loads of fun!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden