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


Albrecht: I have here a little lift to give to your morale :=)
The print demo no longer loose widgets, because
I removed a clip to window that works well (and is useful) under Mac
but made all these widgets disappear in the print demo page under MSWin.
This is in uploaded FLTK.pdf (Make sure to update your files
relatively to the changes I brought this morning to the svn).

So we definitely have a clip problem under MSWindows. I am also
certain of that after having deactivated all clip statements
(add x=y=-1000; w=h=4000; at the top of fl_push_clip() function)
and having seen that the missing widgets of the scroll demo reappeared
together, though, with many others that needed be clipped away.
I'll look in detail into this problem.

Many thanks for having added as_group() and as_window(). 
The corresponding code is so elegant in its simplicity!
I'll change Fl_Printer::print_widget() using these new functions.

Could you consider adding "as_gl_window()" as well? This could be
useful for our print objective. An Fl_Gl_Window could be
detected and processed adequately, that is, with function glReadPixels
that reads the screen pixels of a GL window.


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