From: Mattia B. <mb...@ds...> - 2001-05-04 09:26:44
|
> Category: None > Group: None > Status: Open > Priority: 5 > Submitted By: Logan Graves (lgraves) > Assigned to: Nobody/Anonymous (nobody) > Summary: Html printing (please?) > > Initial Comment: > Is the wxHtmlEasyPrinting class in the works > (realizing that wxHtmlPrintout & possibly > wxHtmlDCRenderer, may have to be implemented at the > same time)? Looking at docs it seems that you need only wxHtmlEasyPrinting, and maybe wxPrintData & wxPageSetupDialogData; all the three are really straightforward to wrap; one thing you may do is beta testing: once I resolve this %^$Q#$ compilation/link/whatever error mentioned elsewhere, then you might test if it works better than me ( because you use it in real programs ). If you don't want to compile it yourself, maybe I could setup some "nightly builds" for betas. > Or is Printing in general too far down on the > wxPerl "to do" list? Well, just before this mail, it was really far down, but this pushed it up a bit ;-) The problem with printhing is that it is a BIG subsystem, and IIRC, it makes no sense to implement only part of it ( wxEasyHtmlPrinting is an exception because it is self-contained, but I seem to remember that all other Print classes are interrelated... ) BTW: if you need other features, yous let me know: the TODO list isn't immutable... Regards Mattia |