Re: Triggering a segue from code

2016-09-25 Thread mail...@ericgorr.net
5, 2016, at 3:52 PM, Quincey Morris > wrote: > > On Sep 25, 2016, at 11:59 , mail...@ericgorr.net > <mailto:mail...@ericgorr.net> wrote: >> >> 2. The reason why I do a performClose is because I want it to do the same >> thing as when the user presses th

Re: Triggering a segue from code

2016-09-25 Thread mail...@ericgorr.net
<https://github.com/ericgorr/nspanel_show> > On Sep 19, 2016, at 11:07 PM, Quincey Morris > wrote: > > On Sep 19, 2016, at 18:10 , mail...@ericgorr.net > <mailto:mail...@ericgorr.net> wrote: >> >> The strange behavior I am now seeing is that when I show &am

Re: Triggering a segue from code

2016-09-19 Thread mail...@ericgorr.net
cate this behavior. If you or anyone else has any ideas on how I can get the correct behavior for showing and hiding the inspector NSPanel, I would be interested. > On Sep 18, 2016, at 4:32 PM, Quincey Morris > wrote: > > On Sep 18, 2016, at 12:22 , mail...@ericgorr.net

Triggering a segue from code

2016-09-18 Thread mail...@ericgorr.net
For reference, I have a sample project location at https://github.com/ericgorr/nspanel_show It is a Document Based and Storyboard application. On my main window, I have a toolbar with an Toolbar Item called 'Inspector'. I have defined a segue between this item and my Inspector Utility Panel ca

Best method for showing & hiding an inspector nspanel

2016-09-11 Thread mail...@ericgorr.net
I have a sample git project here: https://github.com/ericgorr/nspanel_show I am working on a swift, core data, and storyboard application. If it matters, I am using the latest official version of Xcode and OS X. I can easily show the nspanel by creating a button a called “Show Panel Segue” and