On Aug 26, 2014, at 7:59 PM, Daryle Walker wrote:
> When I put an NSOperation subclass instance into the main queue, is the task
> run on the main thread? Or just the scheduler? If the latter, that may have
> been my problem, running AppKit stuff on a non-main thread.
https://developer.apple.c
On Aug 25, 2014, at 3:06 PM, Daryle Walker wrote:
> When I print from the menu command, going through the action method, a text
> document I have loaded in my WebView prints all its pages. When I did it
> through the print-files Apple event, I only got 2 pages. And that was with
> another file