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

[STR New]

Link: http://www.fltk.org/str.php?L2310
Version: 1.3-feature


Clipping: works much better now, thanks for finding this annoying bug.
:-) :-) :-)

test/unittests -> viewport test, however, shows the off-by-one effect
mentioned elsewhere (red line in the right and bottom corners). But that's
perhaps a more general problem with clipping ?

Margin changes: okay, no problem for me. I didn't use my own test programs
for a while, and rewriting them if needed is okay. There's enough stuff
with the normal FLTK demos.

print_widget, using as_group() etc.: I don't think that this would work
with sub-sub-windows, and it doesn't work with subwindows included in
another widget (group). I didn't even know that there are "subwindows" in
test/tabs.cxx, but printing them does funny things. They are hidden in tab
#5 in both Fl_Tabs and Fl_Wizzard (left and right side) [hint: three
colored rectangles]. They appear at wrong places, and they are printed
even if the corresponding group is hidden (at least after it has been
shown once). I don't know if this can discovered reliably, maybe with
visible_r(), but then you wouldn't be able to print hidden (not show()n)
windows. There are different effects, though, with svn -r 7076 and 7078,
respectively.
Note: if subwindows are printed, they must be handled in the same way as
normal widgets, i.e. their x/y-coordinates must be taken into account. The
fact that it works with the subwindows demo is a nice side effect, IMHO.

And one more: unittests -> rendering text looks crazy ;-P when printed. 
The green frames are at strange places.

P.S. all tests done with r 7078 (or 7076 where noted).


Link: http://www.fltk.org/str.php?L2310
Version: 1.3-feature

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

Reply via email to