Board index » delphi » Looking for memo component with text styles
Gary
![]() Delphi Developer |
Gary
![]() Delphi Developer |
Looking for memo component with text styles2005-04-29 01:02:01 AM delphi84 I need a simple memo or rich text component that allows text to be plain, bold, italic, and/or underline. I don't need or want anything else. Preferably, it would load and save its contents as an HTML string, although RTF is acceptable. I can use TRichEdit, although it does a little more than I need. Any recommendations? Thanks in advance. |
Glenn Alcott
![]() Delphi Developer |
2005-04-29 03:20:17 AM
Re:Looking for memo component with text styles
Any third-party components are going to do more than TRichEdit, not less. So
you might as well just use it and ignore the capabilities you don't need. Glenn "Gary" <XXXX@XXXXX.COM>writes QuoteI need a simple memo or rich text component that allows text to be |
Raymond Courteau (ECM)
![]() Delphi Developer |
2005-04-29 11:11:24 PM
Re:Looking for memo component with text styles
Hi,
I invite you to check PlusMemo (www.ecmqc.com/plusmemo/pmHome.htm). Looks like a perfect fit for what you need, except may be loading in html. Raymond Courteau Electro-Concept Mauricie "Gary" <XXXX@XXXXX.COM>writes QuoteI need a simple memo or rich text component that allows text to be plain, |
Paul Dolen
![]() Delphi Developer |
2005-04-29 11:18:27 PM
Re:Looking for memo component with text styles
Actually, that is not true at all. There are several vendors making
enhanced memo components that have are less than TRichEdit. Not just one, several. I own PlusMemo, and the vendor has been very helpful when I needed support. I bought it when I had a need for text in two colors, but TRichEdit was not behaving well. I recently bought TMS Components, which also has a similar control, but I haven't tried it since I am familiar with PlusMemo. On Thu, 28 Apr 2005 15:20:17 -0400, "Glenn Alcott" <XXXX@XXXXX.COM>writes: QuoteAny third-party components are going to do more than TRichEdit, not less. So |
Paul Dolen
![]() Delphi Developer |
2005-04-29 11:20:14 PM
Re:Looking for memo component with text styles
You got a message from Raymond about his PlusMemo. As a user of
PlusMemo, I can vouch that it is a good product, and he gives good tech support. I also own TMS Components that includes a similar control. But I haven't used that specific control because I am familiar with PlusMemo. On Thu, 28 Apr 2005 13:02:01 -0400, Gary <XXXX@XXXXX.COM>writes: QuoteI need a simple memo or rich text component that allows text to be |
eshipman
![]() Delphi Developer |
2005-04-29 11:25:38 PM
Re:Looking for memo component with text stylesQuote>I need a simple memo or rich text component that allows text to be plain, |
Charles Line
![]() Delphi Developer |
2005-04-30 01:39:46 AM
Re:Looking for memo component with text styles
"Gary
QuoteI need a simple memo or rich text component that allows text to be never know what you're going to want until you try to do it, I find. If all you want is to embolden and style easily and want to pay as little as possible then SynEdit is the one. Free, good highlighting capabilities. synedit.sourceforge.net/ If you want really powerful flexibility, as far as highlighting and user interaction wrapped up in simple elegance is concerned, then PlusMemo is the absolute nuts. www.ecmqc.com/PlusMemo/pmHome.htm RichView is what you should use when you want to add powerful formatting, hypertext, interactivity, import/conversion/display and word processing funtionality. Great add-ons. www.trichview.com/ |
Gary
![]() Delphi Developer |
2005-04-30 02:51:09 AM
Re:Looking for memo component with text styles
eshipman writes:
Quote>>I need a simple memo or rich text component that allows text to be plain, |
eshipman
![]() Delphi Developer |
2005-04-30 03:15:27 AM
Re:Looking for memo component with text styles
In article <42728232$XXXX@XXXXX.COM>, XXXX@XXXXX.COM says...
Quoteeshipman writes: |
Ron C.
![]() Delphi Developer |
2005-05-02 02:10:17 PM
Re:Looking for memo component with text stylesQuotewww.balticsolutions.com/products/cmemo/ since cheers Ron |
Jan Ferguson
![]() Delphi Developer |
2005-05-03 05:49:36 PM
Re:Looking for memo component with text styles
Ron C. writes:
Quote>www.balticsolutions.com/products/cmemo/ Regards, Jan Ferguson |