Re: Issue with addTitlebarAccessoryViewController on 10.10

2017-03-06 Thread Mark Allan
> On 5 Mar 2017, at 10:35 pm, Kyle Sluder wrote: > > On Fri, Mar 3, 2017, at 08:39 AM, Mark Allan wrote: >> Hi all, >> >> I've got an NSWindow which has an NSToolbar added programmatically. The >> window does not use a shared title/toolbar. I now want to add a little >> bit of text/button to t

Re: Issue with addTitlebarAccessoryViewController on 10.10

2017-03-05 Thread Kyle Sluder
On Fri, Mar 3, 2017, at 08:39 AM, Mark Allan wrote: > Hi all, > > I've got an NSWindow which has an NSToolbar added programmatically. The > window does not use a shared title/toolbar. I now want to add a little > bit of text/button to the window's titlebar, so for OS X 10.6 to 10.9, > I'm doing i

Issue with addTitlebarAccessoryViewController on 10.10

2017-03-03 Thread Mark Allan
Hi all, I've got an NSWindow which has an NSToolbar added programmatically. The window does not use a shared title/toolbar. I now want to add a little bit of text/button to the window's titlebar, so for OS X 10.6 to 10.9, I'm doing it the old way playing around with NSWindow subviews, which wo