Important! Inserting new text in RichEdit
I have Builder 3.0 Pro...
I am trying to make a simple text editor which MUST
support at least the most basic Text Editor functions...
I find that when a file is loaded into the RE (builder 3.0)
I can not always insert a New FIRST line !!
You would expect that a new blank line would appear,
and the current text in its entirety would be moved down!
If this has to be done programmatically, then I need to see
some suggestions how to go about it. PLEASE && thanks.
Another problem I find is if a new line of text is Inserted
into the RE control using the TStrings interface,
then editing THAT line again RESTRICTS the length
of THAT line to be whatever the PASTED/INSERTED
length of characters was!! What the hell is this stupidity
about ?!?!?!?
HOW DO I FIX THIS, it is important!
Another problem:
I although selecting (highlighting) text,
copying and pasting to the clipboard is NOT;
UNLIKE the Tmemo control which DOES have
built-in native Copy/Paste/Selectall,undo, etc!
I have MS-Speech-SDK 4.0aAPI installed with this
Text Editor. It is needed for a friend of mine with
minor disabilities. We were hoping we could come up
with a SIMPLE, easy-to-learn program for him to do
text editing, AND HAVE the required special Speech
support. The MSSpeech interface is functional;
BORLAND's TRichEdit control is NOT FUNCTIONAL
enough to be practical!
If you have code snippets for Builder 3.0 Pro and
TRichEdit that makes SIMPLE and ESSENTIAL
Text-Editor functions available, then I really need to
hear from you.
Thank you so much!
email: radsm...@juno.com
http://members.tripod.com/~RadSurfer/
Join us on Yahoo at:
http://groups.yahoo.com/group/BorlandCPPBuilder
for informal discussions about all versions of C++Builder...