david wrote:
> My App has a lot of tables. Finally gotten to a point where I can start
> printing them out.
> Problem is that all 4 ways show the columns 3 different ways.
You'll probably have better luck at an answer for this question by
asking it on the wx-users mail list. I don't know very much about the
guts of the wxHTML code.
--
Robin Dunn
Thanks Robin, but I did before and either no one had a clue or
something: No Response.
http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:99460:200705:kkldpldhmakohjlfbeae
There is a wx bug report that is for pdf, but was a really good fit for the issue and don't
think anything has been done with it either.
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1719707&group_id=9863
For right now I guess I will make a printer friendly one and just
have the app grab the correct page rather than the one displayed.
Now that the pagesetup and print dialogs are mostly working I
can just have it make two html tables for each report. One for
display, other for printout. Now I can set the orientation and margins.
Thanks,
Dave