Re: Scattered NSProgress use

2015-04-17 Thread Jens Alfke
> On Apr 17, 2015, at 8:07 AM, Daryle Walker wrote: > >> If you’d rather, you can make everything explicit by _never_ making an >> NSProgress current, and instead passing it in as the parent when you create >> new child instances. > > You can’t do that (for now). A progress object’s parent mu

Re: Scattered NSProgress use

2015-04-17 Thread Daryle Walker
On Apr 13, 2015, at 12:33 PM, Jens Alfke wrote: > >> On Apr 11, 2015, at 12:49 PM, Daryle Walker > > wrote: >> >> We have to make sure that the automatic parent/nesting aspect doesn’t make >> sibling & cousin progress objects, whose actions will be interlaced, >> interf

Re: Scattered NSProgress use

2015-04-13 Thread Jens Alfke
> On Apr 11, 2015, at 12:49 PM, Daryle Walker wrote: > > We have to make sure that the automatic parent/nesting aspect doesn’t make > sibling & cousin progress objects, whose actions will be interlaced, > interfere with each other. It’s only automatic while an NSProgress is made the currentPr

Scattered NSProgress use

2015-04-11 Thread Daryle Walker
The examples from the Mavericks Foundation notes (seen >