Re: How do I set a NSTextView's font in Interface Builder?

2017-03-24 Thread Keary Suska
> On Mar 24, 2017, at 3:08 PM, Jens Alfke wrote: > >> On Mar 24, 2017, at 11:28 AM, Keary Suska wrote: >> >> I don’t believe that is actually true. Attributes *can* apply to an empty >> range. > > It may be that the serialized form of the string in the nib doesn’t preserve > the attributes

Re: How do I set a NSTextView's font in Interface Builder?

2017-03-24 Thread Jens Alfke
> On Mar 24, 2017, at 11:28 AM, Keary Suska wrote: > > I don’t believe that is actually true. Attributes *can* apply to an empty > range. It may be that the serialized form of the string in the nib doesn’t preserve the attributes. Or that they’re not preserved by the view when the user types

Re: -[NSWindow makeFirstResponder:] error when NSDrawer is involved

2017-03-24 Thread Quincey Morris
On Mar 24, 2017, at 11:04 , Bill Cheeseman wrote: > > Any suggestions? No good ones, but you keep referring to the “main” window. Is it possible that the drawer window is initially the key window, and this is interfering with setting the first responder? Can you verify that whether main window

Re: Is there a way to access other controller square's other icons programmatically?

2017-03-24 Thread Quincey Morris
On Mar 24, 2017, at 11:11 , Daryle Walker wrote: > > I have a re-explaination, including a picture, at … I think I’m beginning to understand what you’re asking. Part of the problem is that Apple has never properly documented the use of storyboards on macOS, and there seems to be no standard pa

Re: How do I set a NSTextView's font in Interface Builder?

2017-03-24 Thread Keary Suska
> On Mar 24, 2017, at 10:33 AM, Jens Alfke wrote: > > >> On Mar 23, 2017, at 6:35 PM, Daryle Walker wrote: >> >> I have the NSTextView selected in its storyboard scene. And I have the >> Attributes Inspector active. The entry for the font is empty. Clicking the >> squared-T gives a pop-up w

Re: Is there a way to access other controller square's other icons programmatically?

2017-03-24 Thread Daryle Walker
I have a re-explaination, including a picture, at . — Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT com > On Mar 23, 2017, at 9:44 PM, Daryle Walker

-[NSWindow makeFirstResponder:] error when NSDrawer is involved

2017-03-24 Thread Bill Cheeseman
The principal view in my application's main window is a browser view. I want to make the browser view the main window's first responder. My application also has a drawer associated with the main window. The first time -[NSWindow makeFirstResponder:] is called on the main window to make its brow

Re: How do I set a NSTextView's font in Interface Builder?

2017-03-24 Thread Jens Alfke
> On Mar 23, 2017, at 6:35 PM, Daryle Walker wrote: > > I have the NSTextView selected in its storyboard scene. And I have the > Attributes Inspector active. The entry for the font is empty. Clicking the > squared-T gives a pop-up with a “Custom” font and changing it to one of the > fixed sel