richedit Questions
3
Solved
You may say that there are lots of discussions about this in stackOverflow, but most of them are more complicated than what I need and mostly for other languages.
I have a MySQL remote database in...
Spokeswoman asked 14/8, 2012 at 14:48
3
Solved
How to write text in the same line but with different color? (I use richedit).
procedure TForm1.btnEClick(sender: TObject);
begin
m0.SelAttributes.Color := clBlue;
m0.SelAttributes.Style := [fs...
1
I am working on an online rich-text editor, similar to the WordPress page creator, or the Stack Overflow post creator. It has been pointed out that there are two distinct types of online rich-text ...
Scandura asked 17/1, 2014 at 22:18
1
ALL,
Is it possible to get the version of the RichEdit control the program uses?
| Version | Class name | Library | Shipped with | New features
|------------|---------------|--------------|------...
7
I am wondering if there are any good options to implement a rich text editor in Android. Please note I am talking about a rich text editor that can be used in an Android application, not the one em...
Burmese asked 26/11, 2010 at 8:50
1
Solved
The RichEdit control has this very annoying feature. It beeps every time the user tries to move the cursor past its "end point". For instance, you can test it with the WordPad that also implements ...
Stomach asked 27/4, 2019 at 20:38
3
Solved
I never needed to use the TRichEdit before, always used TMemo.
I'd like RichEdit autoscrolling to the end when I add text like TMemo. See how it looks after you add some data:
As you can see, t...
Aristarchus asked 16/6, 2011 at 12:55
1
Solved
Latest update:
Well, I found a culprit of some sort. I changed the control to RichEdit20W from the 50W and it displays the Hangul (Korean) now. I did not have to change any other code except for ...
Sinking asked 16/5, 2016 at 20:38
2
When transitioning from Delphi 2006 to Delphi XE2, one of the things that we learned is that RichEdit 2.0 replaces internally CRLF pairs with a single CR character. This has the unfortunate effect ...
Totally asked 4/1, 2012 at 10:40
1
How can I get one specific line to be bold in a RichEdit?
3
Solved
I added a read-only rich edit 2.0 control to my dialog (code is using C windows API, the dialog is created by using function DialogBox)
At the dialog call back, at the WM_INITDIALOG, I add the fol...
6
Solved
I'm having trouble using contentEditable in FireFox 3. I have a problem where the cursor will appear above or only partially in the div after I click in it (until I start typing at which time it be...
Settler asked 31/12, 2009 at 23:7
2
Solved
I've tried using RichTextBox on C#, and found it too slow to work with for text thousands of lines of long. After some googling, I found this is because .net by default uses RichEdit 2.0, and a sol...
Washington asked 6/4, 2015 at 15:8
1
I need to load MSWord file into embedded editor (onlyoffice), modify it, then upload to my server as MSWord file.
I've already installed onlyoffice on my PC.
https://api.onlyoffice.com/editors/dem...
Polyptych asked 13/3, 2015 at 16:53
2
I am attempting to use Tables in a TRichEdit control in Delphi XE2 Starter Edition. (In other words, I don’t have the source code for XE2 – but I do have it for TurboDelphi). I understand that the ...
3
Solved
I’m looking for a way to make red squiggly underlining in a Rich Edit control (I’m using version 4.1 with Msftedit.dll). I’m able to produce squiggly underlining with this code :
CHARFORMAT2 forma...
Digital asked 18/11, 2009 at 14:11
1
Solved
I'm trying to use EM_SETTEXTMODE on a RichEdit control in Delphi 7.
Just create a new project, add a TRichEdit control and a TButton control and add the following code to the button's click handl...
Unreserved asked 11/2, 2014 at 19:17
3
Solved
I have a Richedit that allows my users to format and view error messages that display within my application.
I now need to be able to export the text only (no formatting) out to another database t...
3
On the left side of every line in a TRichEdit control there's an invisible space where the cursor changes to a right-up arrow and when you click there the entire line is selected. It's easy to see ...
Remainder asked 9/6, 2013 at 19:43
2
Solved
I need to scroll a RichEdit to the very end after a line is added. I have this RichEdit in a separate form, that I don't want to get focus at all. I tried often suggested solution:
RichEdit.Lines....
3
Solved
I'm having trouble getting a RichEdit control to display unicode RTF text. My application is Unicode, so all strings are wchar_t strings.
If I create the control as "RichEdit20A" I can use e.g. Set...
3
Solved
2
Solved
I am currently in the process of migrating our software solution from Delphi 7 to 2010. Mostly the changes have been simple and there are only a small amount of hurdles left to go.
On a form we us...
Peruke asked 2/11, 2010 at 1:47
9
Solved
Is there an easier way to display the struct fields and their corresponding values in RichEdit control?
This is what I am doing now:
AnsiString s;
s = IntToStr(wfc.fontColor);
RichEdit1->Line...
Papoose asked 10/12, 2009 at 2:26
3
Solved
Yea i know i'm way behind times but what i've got here is a antique VB6 editor app which i believe that no one will be upgrading to .NET soon. It uses a couple of third party DLLs tools and as it's...
Stickney asked 22/1, 2009 at 1:44
1 Next >
© 2022 - 2024 — McMap. All rights reserved.