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

[STR New]

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


In one application that I generate pdfs that take a while to complete I
want to allow user to continue working and for that I do this in the
printing loop:

---
                Fl_Display_Device::display_device()->set_current();
                buf_tmp.format(_tr("Processing page %d"), page_count);
                gui_print_progress.label( buf_tmp );
                gui_print_progress.value(page_count%10);
                Fl::check();
                printer.set_current();
---


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

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

Reply via email to