Re: NSTextFields will not fully justify in 10.11

2016-01-23 Thread Trygve Inda
> >> On Jan 23, 2016, at 7:44 PM, Trygve Inda wrote: >> >> When running in 10.11, my fully justified text fields are no longer so... >> They are left justified only. >> >> Is there a fix for this? > > Use an NSTextView instead? It’s generally better to use that class when the > user might ente

Re: NSTextFields will not fully justify in 10.11

2016-01-23 Thread Jens Alfke
> On Jan 23, 2016, at 7:44 PM, Trygve Inda wrote: > > When running in 10.11, my fully justified text fields are no longer so... > They are left justified only. > > Is there a fix for this? Use an NSTextView instead? It’s generally better to use that class when the user might enter more than a

NSTextFields will not fully justify in 10.11

2016-01-23 Thread Trygve Inda
When running in 10.11, my fully justified text fields are no longer so... They are left justified only. Is there a fix for this? Trygve ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments t

Re: adding frameworks to my project

2016-01-23 Thread Cara Quinn
Scott, If you have used VO space on the Add button to bring up the dialogue that Alex is talking about but nothing appears to be happening, try routing your mouse pointer to that button with VO and then click your trackpad or mouse button directly. I have found that in the latest version of XCo