Unable to satisfy constraint?

What does this message in the console mean:

[code]5/4/15 10:12:54.242 AM My App.debug[29151]: Unable to simultaneously satisfy constraints:
(
“<NSAutoresizingMaskLayoutConstraint:0x4671860 h=–& v=–& V:[FI_TBrowserBackgroundView:0x10c16e80(0)]>”,
“<NSAutoresizingMaskLayoutConstraint:0x46d6eb0 h=-&- v=-&- V:|-(0)-[FI_TListScrollView:0x40b5610] (Names: ‘|’:FI_TBrowserBackgroundView:0x10c16e80 )>”,
“<NSAutoresizingMaskLayoutConstraint:0x46d6e70 h=-&- v=-&- V:[FI_TListScrollView:0x40b5610]-(0)-| (Names: ‘|’:FI_TBrowserBackgroundView:0x10c16e80 )>”,
“<NSAutoresizingMaskLayoutConstraint:0x465d330 h=-&- v=-&- V:[NSClipView:0x40b4a50]-(15)-| (Names: ‘|’:FI_TListScrollView:0x40b5610 )>”,
“<NSAutoresizingMaskLayoutConstraint:0x465d2f0 h=-&- v=-&- V:|-(0)-[NSClipView:0x40b4a50] (Names: ‘|’:FI_TListScrollView:0x40b5610 )>”
)

Will attempt to recover by breaking constraint
<NSAutoresizingMaskLayoutConstraint:0x465d330 h=-&- v=-&- V:[NSClipView:0x40b4a50]-(15)-| (Names: ‘|’:FI_TListScrollView:0x40b5610 )>

Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens. And/or, break on objc_exception_throw to catch this in the debugger.
[/code]

I’m getting several of these whenever I run my project from the IDE or the built app (Xojo 2015r2.1).

What to look for???

These aren’t from your application or the Xojo framework. This is coming from the open/save panel stuff in the system.

Hah! Nothing like cluttering up their own console logs! Out of curiosity, though, why doesn’t it seem to happen with other apps that use standard file dialogs?

[quote=184723:@jean-paul devulder]Some messages on console (ioS project)

04/05/2015 21:02:09,277 Xojo[469]: RBiOSView.Layout_GetSpacingMetrics
04/05/2015 21:02:09,278 Xojo[469]: RBiOSView.Layout_GetSpacingMetrics
04/05/2015 21:02:09,279 Xojo[469]: RBiOSControl.BaselineOffset returns 0,
04/05/2015 21:02:09,280 Xojo[469]: RBiOSControl.BaselineOffset returns 0,
04/05/2015 21:02:09,281 Xojo[469]: RBiOSControl.BaselineOffset returns 20,5
04/05/2015 21:02:09,282 Xojo[469]: RBiOSControl.BaselineOffset returns 20,5
04/05/2015 21:02:09,283 Xojo[469]: RBiOSControl.BaselineOffset returns 20,5
04/05/2015 21:02:09,290 Xojo[469]: RBiOSControl.BaselineOffset returns 20,5
04/05/2015 21:02:09,291 Xojo[469]: RBiOSControl.BaselineOffset returns 20,5
04/05/2015 21:02:09,292 Xojo[469]: RBiOSControl.BaselineOffset returns 20,5
04/05/2015 21:02:09,295 Xojo[469]: RBiOSControl.BaselineOffset returns 0,
04/05/2015 21:02:06,220 Xojo[469]: RBiOSView.Layout_GetControlBaseline default baseline for dtMapView returns 0,[/quote]

Those are completely different. Those do come from the IDE and the IDE should stop logging that stuff.

That’d be the IDE