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 (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 arch...@mail-archive.com

Reply via email to