Re: Cocoa-dev Digest, Vol 10, Issue 633

2013-10-04 Thread Half Activist
Thanks Jerry. I don't know how i went by the documentation and didn't see this method :S As for the size of the window, the view is somewhat mangled with buttons overlapping at this size. Yet the user can review its data in versions. Regards. On Oct 3, 2013, at 7:59 PM,

Re: Cocoa-dev Digest, Vol 10, Issue 633

2013-10-03 Thread Frederick Bartram
On Oct 3, 2013, at 1:59 PM, cocoa-dev-requ...@lists.apple.com wrote: The main thread of a Cocoa app has a runloop (of course) and also the main GCD dispatch queue. This is very handy because it means tasks on that thread can be scheduled either using the runloop (NSTimer or delayed-perform)