Discussion:
Ping Theo - Richedit Control
(too old to reply)
Jeff Gaines
2024-09-22 10:05:57 UTC
Permalink
I'm pretty sure that Theo gave me some very useful stuff on the Rich Edit
control recently (RichTextBox in .NET) but can't find the post.

I am having problems with an rtf editor wot I wrote in that it won't word
wrap in tables, Googling confirmed it's a defect in the older controls BUT
also came up with a solution:

https://stackoverflow.com/questions/510093/broken-tables-in-richtextbox-control-word-wrap

Scroll down to "Just create a new Control. It works fine for me", about 2
thirds of the way down and there is a really neat class that works exactly
as is.

I have now based my own JRichEditBox on this class (instead of directly on
the .NET class) and have perfectly formed tables :-)
--
Jeff Gaines Dorset UK
Indecision is the key to flexibility
Theo
2024-09-22 10:24:23 UTC
Permalink
Post by Jeff Gaines
I'm pretty sure that Theo gave me some very useful stuff on the Rich Edit
control recently (RichTextBox in .NET) but can't find the post.
Not I... I don't Windows.
Jeff Gaines
2024-09-22 13:03:04 UTC
Permalink
Post by Theo
Post by Jeff Gaines
I'm pretty sure that Theo gave me some very useful stuff on the Rich Edit
control recently (RichTextBox in .NET) but can't find the post.
Not I... I don't Windows.
In that case if you wrote programs for Windows they would probably work!
--
Jeff Gaines Dorset UK
If you ever find something you like buy a lifetime supply because they
will stop making it
Loading...