in reply to Has Wx::RichTextPrinting been implemented yet in wxPerl?

http://search.cpan.org/grep?cpanid=MBARBON&release=Wx-0.96&string=RichTextPrinting+&i=1&n=1&C=0 says no
  • Comment on Re: Has Wx::RichTextPrinting been implemented yet in wxPerl?

Replies are listed 'Best First'.
Re^2: Has Wx::RichTextPrinting been implemented yet in wxPerl?
by Steve_BZ (Chaplain) on Jan 23, 2010 at 00:15 UTC

    Thanks for this. Sometimes the doc says no, but the command name has just been changed. Eg DoSaveFile to SaveFile. They seem like good changes, but can make the doc a bit hard to follow.

    Regards

    Steve

      Well no, that doesn't happen. DoSaveFile is not meant for subclassing. When you create your own buffer subclass you're supposed to write a DoSaveFile method. SaveFile is a wxRichTextControl method.
        s/DoSaveFile is not meant for subclassing./DoSaveFile is meant for subclassing./
Re^2: Has Wx::RichTextPrinting been implemented yet in wxPerl?
by Steve_BZ (Chaplain) on Jan 24, 2010 at 20:33 UTC

    Ok, so is there an alternative? How can I print a RichTextCtrl object in Linux?

    regards

    Steve

        OK, thanks for that, I'll have a play with it.

        Regards

        Steve