Re: NSTask Progress
Re: NSTask Progress
- Subject: Re: NSTask Progress
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 16 Aug 2001 18:54:50 -0400
The easiest way to do this is to check out the source for Xoptimize from
mosxland.sourceforge.net and copy/paste the necessary code....
Xoptimize does both indeterminate and determinate updates of the
progress bar based on the output of the update_prebinding command line
tool.
b.bum
On Thursday, August 16, 2001, at 06:12 PM, cocoa-dev-
email@hidden wrote:
Message: 2
Date: Thu, 16 Aug 2001 15:30:46 -0400
From: David Kopec <email@hidden>
Subject: NSTask Progress
To: email@hidden
I've got an NSTask, and as it is executing, I would like an NSStatusBar
to display that it is working, and then be notified when it is
finished. What would be the easiest way to do this?
Thanks,
David