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

[STR New]

Link: http://www.fltk.org/str.php?L2594
Version: 1.3-current


addendum: Oh, and I did add names to your windows so that my event printing
code would identify the window name with each event.

So in other words, I changed these:

  win = new myWindow(200, 200);
  :
  win2 = new myWindow(100, 100);

..to read:

  win = new myWindow(200, 200, "One");
  :
  win2 = new myWindow(100, 100, "Two");

If you don't make that change too, my event printing code will either
print NULLs or crash, because its printing the window's label().


Link: http://www.fltk.org/str.php?L2594
Version: 1.3-current

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

Reply via email to