On 20/03/2015 8:29, Graham Cox wrote:
Several of my apps are writing this to the console on Yosemite:

"Layout still needs update after calling -[NSScrollView layout].  NSScrollView or 
one of its superclasses may have overridden -layout without calling super. Or, something 
may have dirtied layout in the middle of updating it.  Both are programming errors in 
Cocoa Autolayout.  The former is pretty likely to arise if some pre-Cocoa Autolayout 
class had a method called layout, but it should be fixed."

I'm not subclassing NSScrollView and none of these apps use autolayout as such 
- they use the legacy struts-and-springs though I understand they are 
translated to autolayout in the modern OS. Can I safely ignore this, as it 
seems ot be a spurious message, or is it really trying to tell me something 
important?

I see the same thing. My research suggested that you can ignore it, and it's probably somewhere in Apple's code.

John
--
John Brownie, john_brow...@sil.org or j.brow...@sil.org.pg
Summer Institute of Linguistics      | Mussau-Emira language, Mussau Is.
Ukarumpa, Eastern Highlands Province | New Ireland Province
Papua New Guinea                     | Papua New Guinea
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to