Printing a list
r.luchner at gmx.at
r.luchner at gmx.at
Tue Oct 3 04:52:24 PDT 2006
-------- Original-Nachricht --------
Datum: Mon, 02 Oct 2006 21:58:56 +0200
Von: "Nusret TaşçÄ?" <nusi at sofha.de>
An: wx-users at lists.wxwidgets.org
Betreff: Re: Printing a list
> > if (line > pageHeight)
> > {
> > line = 0;
> > formfeed;
> > }
> > I's clear, all the hunded lines don't fit into the page! After printing
> > 66 (or less) lines i should have a formfeed.
>
> If 'formfeed' is a function, you may want to do "formfeed()" instead.
Of course, **IF** formfeed is a function!
But i have never seen such a function in wxWidgets! I have also tryed the Escape Sequence \f! No matter.
It seems the function OnPrintPage(int numPages) is as often called, as the function GetPageInfo refers. On each call of OnPrintPage there is ony ONE paged printed!
I need only a "simple" line-printing functionality!
TNX
Robert
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
More information about the wx-users
mailing list