Re: On NSIncrementalStore UUID Uniqueness

2017-01-14 Thread Jens Alfke
> On Jan 14, 2017, at 2:41 AM, Daryle Walker wrote: > > I’m seemingly stuck since the data format doesn’t have a UUID field within > it and I can’t base a UUID off of a hash of the file since it would change > after each edit. There’s really no way to store any custom metadata in the file? I

Re: On NSIncrementalStore UUID Uniqueness

2017-01-14 Thread Alex Zavatone
On Jan 11, 2017, at 12:16 PM, Jens Alfke wrote: > >> On Jan 10, 2017, at 2:00 PM, Jean-Daniel wrote: >> >> UUID means Universally unique identifier and it must be unique: >> https://en.wikipedia.org/wiki/UUID >> >

Re: On NSIncrementalStore UUID Uniqueness

2017-01-14 Thread Jean-Daniel
> Le 14 janv. 2017 à 11:41, Daryle Walker a écrit : > > >> On Jan 11, 2017, at 3:58 PM, Keary Suska wrote: >> >> >>> On Jan 11, 2017, at 11:16 AM, Jens Alfke wrote: >>> >>> On Jan 10, 2017, at 2:00 PM, Jean-Daniel wrote: UUID means Universally unique identifier and it mus

Re: On NSIncrementalStore UUID Uniqueness

2017-01-14 Thread Daryle Walker
> On Jan 11, 2017, at 3:58 PM, Keary Suska wrote: > > >> On Jan 11, 2017, at 11:16 AM, Jens Alfke wrote: >> >> >>> On Jan 10, 2017, at 2:00 PM, Jean-Daniel wrote: >>> >>> UUID means Universally unique identifier and it must be unique: >>> https://en.wikipedia.org/wiki/UUID >>>

Re: Retaining non-document windows

2017-01-14 Thread Daryle Walker
> On Jan 4, 2017, at 7:16 PM, Quincey Morris > wrote: > > On Jan 4, 2017, at 14:11 , Jean-Daniel wrote: >> >> When using storyboard, the only way to instantiate window is by getting a >> reference to the window controller (by using >> -instantiateControllerWithIdentifier:), so it should not

Re: What should we do if file-opening takes a long time?

2017-01-14 Thread Daryle Walker
> On Dec 31, 2016, at 9:03 PM, Charles Srstka wrote: > >> On Dec 31, 2016, at 7:35 PM, Graham Cox > > wrote: >> >> NSProgress is thread safe and might be useful for this. > > One thing to be careful about when using NSProgress with threads is not to > bind direc