Re: wxEuphoria Rich text control
- Posted by euphoric (admin) Apr 27, 2015
- 1920 views
I am learning the wxEuphoria package, and am ready to start printing some rich text pages. I was looking through the rich text documentation, but there are no euphoria related demos for this. For instance how would I use the wxRichTextFormattingDialog. What control do I begin with etc. If someone could help me or point in the right direction to start using these controls that would be great. Also I looked at wxWidget docs and they are not very clear either.
Thanks, Mike
Here are links to the wxEuphoria docs. I consult these often:
See here for the wxRichTextCtrl.
I was recently looking to utilize wxStyledTextCtrl, but that's not available for wxEuphoria yet. I haven't been able to use wxRichTextCtrl either. Greg (ghaberek) says it should be available though.