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

[STR New]

Link: http://www.fltk.org/str.php?L2837
Version: 3.0


FLTK 3 Windows don't show the correct window title (the Window's label()).
Tests with the demo program of STR #2836 [1] show different Window titles
on Windows and Linux, but none of them shows the correct title.

All tests done with svn r9445.

Expected result (showing test program output that should also be visible
in the window title), done with FLTK 1.3 on Win/Linux:

title: 'this is the title label' (23)
title: 'this is the title label' (23)

Result on Windows with FLTK 3:

title: 'FLTK' (4)
title: 'FLTK' (4)

Result on Linux with FLTK 3:

title: 'de_DE.utf8' (10)
title: 'de_DE.utf8' (10)

Note that this is a "FLTK 1" program in compatibility mode, and it
compiles flawlessly. Test programs in FLTK 3's test directory show "FLTK"
on both Windows and Linux.

----------------------------------------------------------------
[1] http://www.fltk.org/strfiles/2836/copy_same_label_bug_v2.cxx


Link: http://www.fltk.org/str.php?L2837
Version: 3.0

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to