Increasing stack size of NSDocument's open file thread

2017-07-05 Thread Graham Cox
Hi all, I’m wondering if there’s a way to increase the stack size of the thread that opens my NSDocument in the background. NSThread has a -setStackSize: method which would work, but it must be set prior to starting the thread. The problem is I don’t start the thread - Cocoa does. By the time

Re: Very slow NSTableView

2017-07-05 Thread Graham Cox
> On 5 Jul 2017, at 7:25 pm, Georg Seifert wrote: > > Any reason you set the tableview to be "Source List". Set it to regular and > it will work perfectly. It seems that the NSPopUpButtonCell don’t like to be > in a source list. Maybe you can subclass it and draw yourself? Interesting… I don

Re: Very slow NSTableView

2017-07-05 Thread Georg Seifert
Any reason you set the tableview to be "Source List". Set it to regular and it will work perfectly. It seems that the NSPopUpButtonCell don’t like to be in a source list. Maybe you can subclass it and draw yourself? Georg > On 05.07.2017, at 03:36, Graham Cox wrote: > > >> On 5 Jul 2017, at