On Jul 8, 2012, at 8:43 PM, Rick Mann wrote:

> 2012-07-08 18:19:45.577 Console[49250:403] Unable to simultaneously satisfy 
> constraints:
> (
>    "<NSAutoresizingMaskLayoutConstraint:0x7fde9b83a160 h=--& v=--& 
> H:[NSView:0x1029952d0(0)]>",
>    "<NSLayoutConstraint:0x1029960a0 H:[NSTextField:0x7fde9b81fc10]-(79)-|   
> (Names: '|':NSView:0x1029952d0 )>",
>    "<NSLayoutConstraint:0x102995e80 H:|-(5)-[NSTextField:0x7fde9b81fc10]   
> (Names: '|':NSView:0x1029952d0 )>"
> )

Actually for this, try giving the view a width constraint, but make it a 
“Greater Than Or Equal” constraint instead of a straight one. Then, if the 
system makes another width constraint for you, give that one a lower priority. 
You probably want to have a Greater Than Or Equal height constraint too, so 
that the view doesn’t get squished to the point of invisibility.

Charles

_______________________________________________

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