Steve_BZ has asked for the wisdom of the Perl Monks concerning the following question:

Hi All,

Does anyone know if Wx::RichTextPrinting has been implemented yet in wxPerl?

If not, what are the alternatives?

Thanks.

Regards

Steve

  • Comment on Has Wx::RichTextPrinting been implemented yet in wxPerl?

Replies are listed 'Best First'.
Re: Has Wx::RichTextPrinting been implemented yet in wxPerl?
by Anonymous Monk on Jan 22, 2010 at 23:41 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.

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

      regards

      Steve