Re: Strange toolbar item error

2016-09-18 Thread Kyle Sluder
On Sat, Sep 17, 2016, at 09:24 PM, Shane Stanley wrote: > On 18 Sep 2016, at 3:12 AM, Kyle Sluder wrote: > > > >> For anyone seeing the same thing, the solution seems to be to change the > >> max size of the toolbar items to the unexpected "expected" size. > > > > Yes, the

Re: Strange toolbar item error

2016-09-17 Thread Shane Stanley
On 18 Sep 2016, at 3:12 AM, Kyle Sluder wrote: > >> For anyone seeing the same thing, the solution seems to be to change the >> max size of the toolbar items to the unexpected "expected" size. > > Yes, the intent of the warning message is to get you to do that. But > since

Re: Strange toolbar item error

2016-09-17 Thread Kyle Sluder
On Fri, Sep 16, 2016, at 11:11 PM, Shane Stanley wrote: > On 15 Sep 2016, at 2:54 PM, Kyle Sluder wrote: > > > > On Wed, Sep 14, 2016, at 07:50 PM, Shane Stanley wrote: > >> Under 10.12 GM, I'm seeing entries like this in Console: > >> > >> NSToolbarItem () had to adjust the

Re: Strange toolbar item error

2016-09-16 Thread Shane Stanley
On 15 Sep 2016, at 2:54 PM, Kyle Sluder wrote: > > On Wed, Sep 14, 2016, at 07:50 PM, Shane Stanley wrote: >> Under 10.12 GM, I'm seeing entries like this in Console: >> >> NSToolbarItem () had to adjust the size of >> from {38, 25} to the expected size of {40, >> 27}. Make

Re: Strange toolbar item error

2016-09-14 Thread Shane Stanley
On 15 Sep 2016, at 3:24 PM, Shane Stanley wrote: > > On 15 Sep 2016, at 2:54 PM, Kyle Sluder wrote: >> >> What’s your app’s deployment target? What’s the deployment target of >> your nib (listed in the file inspector while the nib is open for >>

Re: Strange toolbar item error

2016-09-14 Thread Shane Stanley
On 15 Sep 2016, at 2:54 PM, Kyle Sluder wrote: > > What’s your app’s deployment target? What’s the deployment target of > your nib (listed in the file inspector while the nib is open for > editing)? The app's deployment target is 10.9, and the nib's is set to "Deployment

Re: Strange toolbar item error

2016-09-14 Thread Kyle Sluder
On Wed, Sep 14, 2016, at 07:50 PM, Shane Stanley wrote: > Under 10.12 GM, I'm seeing entries like this in Console: > > NSToolbarItem () had to adjust the size of > from {38, 25} to the expected size of {40, > 27}. Make sure that this toolbar item view has a valid frame/min/max > size. This is an