Re: swift: windowControllerDidLoadNib called twice

2015-09-25 Thread Lee Ann Rucker
I had one of those. Apple would send out updates - “please replace page X with pages X1-X20" On Sep 25, 2015, at 10:56 AM, Peter Teeson wrote: > FWIW before the nice hardcover books there was a single (as I recall) loose > leaf binder with documentation for the 128K. > >>

Re: swift: windowControllerDidLoadNib called twice

2015-09-25 Thread Peter Teeson
FWIW before the nice hardcover books there was a single (as I recall) loose leaf binder with documentation for the 128K. > On Sep 25, 2015, at 1:06 PM, Raglan T. Tiger wrote: > > >> On Sep 23, 2015, at 1:08 PM, Boyd Collier wrote: >> >> I’ve

Re: swift: windowControllerDidLoadNib called twice

2015-09-25 Thread Raglan T. Tiger
> On Sep 23, 2015, at 1:08 PM, Boyd Collier wrote: > > I’ve been writing code for Macs off-and-on for 30 years, I still have my original copy of Inside Macintosh ! IM Fun 1 IM Fun 2

Re: swift: windowControllerDidLoadNib called twice

2015-09-23 Thread Boyd Collier
Thanks, Quincey, for taking the trouble to respond. I’m pleased to say that after far too many hours of going over the details of my code (and having to make a trip to our local Apple store to get my “magic mouse” replaced), it is now working correctly. I’ve been writing code for Macs

swift: windowControllerDidLoadNib called twice

2015-09-18 Thread Boyd Collier
I have a simple OS X project ( in swift 2.0 and Xcode 7.0) and that is supposed to open a .txt file and display the file’s contents in a document window. For the most part, it works correctly, except that windowControllerDidLoadNib is called twice each time I chose OpenFile from the file

Re: swift: windowControllerDidLoadNib called twice

2015-09-18 Thread Quincey Morris
On Sep 18, 2015, at 16:40 , Boyd Collier wrote: > > Any suggestions why this might be happening would be greatly appreciated. You should approach this systematically. 1. Is your app actually creating 2 window controllers? You can look at the object pointer in the