Re: Open-file progress dialog with cancel button

2016-06-10 Thread Kyle Sluder
On Fri, Jun 10, 2016, at 11:03 AM, Daryle Walker wrote: > I don't need this (yet), but it popped up in my head. Usually, > readFromData: ofType: processes the data in place. But what if the > process take a while, or you otherwise want to provide a progress window > (maybe with a cancel button)? I

Open-file progress dialog with cancel button

2016-06-10 Thread Daryle Walker
I don't need this (yet), but it popped up in my head. Usually, readFromData: ofType: processes the data in place. But what if the process take a while, or you otherwise want to provide a progress window (maybe with a cancel button)? I guess you could handle the parsing in an NSOperation, but ho