From: Kevin W. <kw...@co...> - 2016-12-08 18:10:19
|
What version of Tk? > On Dec 8, 2016, at 12:30 PM, Andy Colebourne <an...@ac...> wrote: > > ERROR MESSAGE FROM CONSOLE: > > Detected missing constraints for <private>. It cannot be placed because there are not enough constraints to fully define the size and origin. Add the missing constraints, or set translatesAutoresizingMaskIntoConstraints=YES and constraints will be generated for you. If this view is laid out manually on macOS 10.12 and later, you may choose to not call [super layout] from your override. Set a breakpoint on DETECTED_MISSING_CONSTRAINTS to debug. This error will only be logged once. > > This console error happens when my program is started by clicking on the .app icon in the finder. The main window shows, but it’s empty and unpopulated with widgets. > > The program should open a large window, populated with widgets, but it only shows a small empty window. > > Oddly, if the program is launched from a terminal (e.g. with Contents/MacOS/<binary-name>) or with debugging in Apple Xcode Instruments, it runs fine and the windows are as expected. > > It may be a bug in 10.12: > http://openradar.appspot.com/28700495 > > but is there a workaround? > > > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/xeonphi > _______________________________________________ > Tcl-mac mailing list > tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-mac |