develooper Front page | perl.wxperl.users | Postings from March 2012

RE: RichTextPrinting - how to avoid printer dialog box

Thread Previous | Thread Next
From:
steveco.1959
Date:
March 18, 2012 17:51
Subject:
RE: RichTextPrinting - how to avoid printer dialog box
Message ID:
5A2630C88A434016A4DF07B750153445@SACWS001
Hi Julian,

Thanks for that.

So does that mean the filter code should be WXPERL_W_VERSION_GE(2, 9, 4 )?

I'm guessing so.

Regards

Steve

>
> #if WXPERL_W_VERSION_GE(2, 9, 0 )
>
> 	bool PrintBuffer(const ........, , bool showPrintDialog);
> 	bool PrintFile(const ........, , bool showPrintDialog);
> 	.
> 	.
> 	.
>
> #else
> 	bool PrintBuffer(const ........);
> 	bool PrintFile(const ........);
> 	.
> 	.
> 	.
>
> #endif
>
> I will submit a patch with that change to Mark Dootson.
>
> Will you put the change in all of 2.9.x? So the above code is correct, or
> should it be 2.9.1 or something?






Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About