DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2588
Version: 1.3.0
Fix Version: 1.3.0 (r8546)


Manolo,
  The second patch does not fix the warnings about the menuRef stuff.
I spent some time tracking this down by inserting a large number of 
printf() calls in the Fl_cocoa.mm startup code until I tracked down the
cause.  It appears that the root cause of that warning message is this
line of code near the top of fl_open_display():
  [NSApp finishLaunching];

If I comment out that line of code, then the program starts up and no
warning messages are generated.  In fact, I can revert the second cocoa
patch and still not get warnings if that line of code is commented out. 
Let me know what you want to try next.  I didn't exercise the program
thoroughly to see if commenting out that line of code had significant
adverse effects, but it seemed to run normally when I was playing with it
briefly.


Link: http://www.fltk.org/str.php?L2588
Version: 1.3.0
Fix Version: 1.3.0 (r8546)

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to