Hi all,
in HtmlEasyPrinting how can i use PAGENUM and PAGESCNT macros?
I’ve tried to use them into an html text: Wx::PAGENUM and Wx::PAGESCNT
using
set_header and set_footer
but i get them undefined.
Any suggestion would be appreciated.
bio.
Hi all,
in HtmlEasyPrinting how can i use PAGENUM and PAGESCNT macros?
I’ve tried to use them into an html text: Wx::PAGENUM and Wx::PAGESCNT
using
set_header and set_footer
but i get them undefined.
Any suggestion would be appreciated.
bio.
Fabio P. wrote:
in HtmlEasyPrinting how can i use PAGENUM and PAGESCNT macros?
I’ve tried to use them into an html text: Wx::PAGENUM and Wx::PAGESCNT
using set_header and set_footer
They’re not constants but placeholders. Use them wrapped in the @ sign,
like this:
htp = Wx::HtmlEasyPrinting.new(‘printing’)
htp.header = “Page @PAGENUM@ of @PAGESCNT@”
I realised after your message that the textile docs have mangled the
formatting of this, so it’s not at all clear. I’ll correct it now,
thanks for reporting it.
alex
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs