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

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

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

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