Re: File's owner in nib file

2014-06-08 Thread Seth Willits
On Jun 8, 2014, at 12:23 PM, Seth Willits wrote: > Whether a window will appear or not has nothing to do with File's Owner. Your > window is probably marked as "Release When Closed" in IB. It's shown once the > first time, but after closing it it's deallocated and no longer exists so it > can'

Re: File's owner in nib file

2014-06-08 Thread Seth Willits
On Jun 8, 2014, at 12:07 PM, Miguel Carvajal wrote: > I created a new NSWindow in interface builder and using a > NSWindowController i pr ogrammatically load the window from the nib and > show it, but once i close the window, i don' t get it show again. Some > digging in stackoverflow revealed m

File's owner in nib file

2014-06-08 Thread Miguel Carvajal
I created a new NSWindow in interface builder and using a NSWindowController i pr ogrammatically load the window from the nib and show it, but once i close the window, i don' t get it show again. Some digging in stackoverflow revealed me that it happens that way because i have to set the File's Own