I am using wxruby but as far as I can tell its not only a ruby problem. If I try to copy and paste rich text into the wxRichTextCtrl it loses all the formatting. What am I missing? Is there any way to make this work?
|
feedback
|
|
Looking at the SVN trunk code for richtextbuffer.cpp, in particular the method
the control accepts exactly 4 different clipboard formats:
So it is indeed possible to copy and paste rich text between different or within a single wxRichTextCtrl, but there is no support for pasting RTF or similar data from external applications into a wxRichTextCtrl. | ||||
|
feedback
|