The richedit tag has no wiki summary.
0
votes
0answers
14 views
com.jniwrapper.win32.com.ComException: COM object method returns error code: 0x80040154; Class not registered
When i am launching my application which register OCX also during start up in Windows 7 as non admin user.
While in Windows 7 it is not launching it and throwing the below error.
Exception in thread ...
0
votes
1answer
28 views
Create an Object Editor in C# for WinForms
I need to find, or create an editor that will handle text and images as objects. For instance I have a 3 line string of text, to be able to move it around and position it within a canvas, also the ...
8
votes
3answers
132 views
How to completely remove the selection bar from a TRichEdit control?
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 it ...
1
vote
0answers
48 views
Using Richedit from msftedit.dll in Windows 8
I'm using an extended RichTextBox control in my application to generate RTF documents with embedded images. I'm embedding the images as EMF metafiles with ...
2
votes
1answer
74 views
How to fix RichEdit redraw bug in dialogs
I faced a redrawing bug that is not very pleasant to see (Delphi 5, Windows 7 64 bit, Classic theme)
If one creates resizable dialog with client-aligned RichEdit in it and provide the function
...
0
votes
2answers
83 views
RichEdit.PlainText seems to not affect anything, Borland c++ builder 6
I'm trying to write something like rtf editor in BCB6 and I've encountered such problem while trying to add table to my RichEdit1:
RichEdit1->PlainText=true;
AnsiString ...
0
votes
1answer
21 views
how to streamout wide string from richedit control?
This is my attempt and I don't know why EM_STREAMOUT returns question marks when encountering non-ascii chars.
This code copies text from window and put it back again but this time as question marks ...
2
votes
1answer
119 views
Why I can't insert commas plus spaces in a RichEdit Control (Delphi)
I’m trying to replace a "comma" with "comma + space" using the following code in a procedure called by the OnChange Event on a RichEdit control in Delphi 2010.
SomeString := ...
2
votes
0answers
37 views
how to disable richeditbox vertical scroll
I am using RichEditBox to allow user to enter text (C# Windows 8)
I am also allowing repositioning of the RichEditBox on the screen
But with the touch screen and finger the text is scrolled instead of ...
4
votes
1answer
272 views
Delphi: TRichEdit Text in non-default non-Unicode system language as String (ANSI)
So here's the setup:
Make a new Delphi 7 application with a TRichEdit control on it. We are talking non-Unicode applications here.
Install a new Input language in Windows' Regional and Language ...
1
vote
2answers
362 views
How to get text with RTF format from Rich Edit Win API?
(Sorry for my crazy English)
I want to get all the text in Rich Edit with RTF format, not plain text to a variable. I tried SendMessage() with EM_STREAMOUT to write directly Rich Edit to file, but I ...
0
votes
0answers
39 views
I need getRTF() example for win32 api richedit control [duplicate]
I saw in MSDN that Rich edit control Win 32 API have function to get rich text format that its contents.
http://msdn.microsoft.com/en-us/library/aa247997%28v=vs.60%29.aspx
But in MSDN have no ...
0
votes
1answer
86 views
overwriting CHARFORMAT2 struct with EM_GETCHARFORMAT result seems to destroy it, no formatting is shown
Creating fresh CHARFORMAT2W and playing with it goes without issue but then overwriting it with formatting from richedit control seems to damage the structure so it cannot be applied back. But no ...
0
votes
2answers
131 views
how to insert an Image to Richedit( Windows api)
How Can I insert an image to a RichEdit?
I am using the Msftedit.dll and Richedit.h.
I google it but cannot find a good way to solve it.
Can you help me ?
0
votes
1answer
140 views
Best algorithm for syntax highlight (WINAPI)
I write a program on WINAPI. I must to implement syntax highlight. At this moment the I using following algorithm:
void PaintWords(const char *SearchWord,COLORREF rgb)
{
counter = ...
0
votes
2answers
144 views
why adding text to RichEdit window freezes it?
Until I touch the richedit window by mouse its contents are live updated, but hovering the mouse over it turns arrow into hourglass cursor. The window then doesn't react to three or four consequent ...
0
votes
0answers
72 views
How to port Windows app which uses RTF to support other platforms - Mac, Mobile (iOS, Android, WP) and Web?
I have an existing Windows application that inputs user's data with RichEdit control and then stores the data as RTF. Users copy content from Web, Word etc, so there are tables, images etc.
Now I'm ...
0
votes
1answer
59 views
why this richedit window doesn't show up when I put the code in class?
It compiles and runs with no error. The only thing is that the window doesn't show up. The destructor should stay forever until I close the window by mouse ?
#include <windows.h>
#include ...
0
votes
2answers
147 views
how to detect if ctrl key is pressed when child window ie. richedit is in focus?
I noticed that RichEdit does not send messages to parent window when CTRL key is pressed when the control is in focus. When parent window is active then all goes ok. But when cursor is in RichEdit ...
2
votes
1answer
79 views
strange behavior of richedit controll, text is written horizontally like in old japanese
All this compiles ok, with no errors, but the cursor is vertical and shows on top-right corner of the window, and the text flow is like japanese top to bottom in characters, right to left in lines. ...
0
votes
1answer
57 views
is it possible to redirect cout stream to a particular window(control) having the hwnd handle for it? [duplicate]
Possible Duplicate:
Redirecting cout to a console in windows
I've created a child richedit window with CreateWindow and I wonder is it possible to redirect all cout calls so text would ...
2
votes
1answer
166 views
Delphi RichEdit, get y-pixel start of an arbitrary line
I have a richedit containing lines using different fonts, styles, languages etc.
I am drawing in a gutter. I would like to start my drawing at the same y pixel position as the corresponding line.
0
votes
1answer
140 views
Rich Text Editor--Issue in creating and maintaining bullet list
I have created bullet list in my rich edit control, but i am facing below issue which i m trying to tell you in a sequence.
press bullet button to generate bullet.
Bullet list/paragraph will start ...
0
votes
1answer
185 views
Colour Change in Richedit Windowless operation
I am trying to achieve something similar to domain highlighting. I want part of my text in rich edit box to to be of different colour like we have in domain highlighting feature of IE.
Issue :
I know ...
1
vote
0answers
135 views
VCL RichEdit componet which will load table background
I am using C++ Builder XE2.
I wish to use a RTF file to load a template into a rich edit file so I can change marked strings eg $DATE$.
I have tried both TRichEdit and TJvRichEdit and can do the ...
1
vote
1answer
139 views
How to suppress angle brackets around hyperlinks in RichEdit control
I'm using CRichEditCtrl::StreamIn to initialize the contents of a RichEdit20W control from an RTF file in a resource at runtime. The RTF text from the file:
... blah {\field{\*\fldinst{HYPERLINK ...
3
votes
1answer
1k views
How to Convert Simple RichText to HTML tags in Delphi?
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 ...
0
votes
1answer
175 views
Styling Ribbon Controls
Could anyone point me to some good documentation on how to theme or style the dev express rich edit ribbon controls.
2
votes
2answers
444 views
How to implement the mouse click for URLs at rich edit control
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 ...
0
votes
1answer
99 views
Current index of a letter in OnKeyDown
I am trying to get the current index of the letter that typed in during OnKeyDown event.
For example, if I have a text in RichEdit Control as "MOVS,21"
I would like know the index of "(" when I ...
2
votes
1answer
811 views
RichEdit and WM_VSCROLL message
When number of lines is not too large no problem with WM_VSCROLL message. When RichEdit has large number of lines (in my case ~130K lines with average 150 chars) it not works.
...
0
votes
1answer
379 views
XtraRichEdit - Programmatically change input font color
Is it possible to programmatically change current font color in the document?
By this I don't mean changing color of specific selection of the document. I need to have all text written by user in ...
2
votes
2answers
1k views
richedit style formatting changes on it's own
(Someone edit the title if you can understand and define my problem better.)
The problem which I am having is with style formatting of a RichEdit "reverting" back to the default "nothing" aka [] and ...
3
votes
1answer
2k views
Why am I getting RichEdit line insertion error when I call Delete in OnChange event?
I've googled and checked many places for a solution, but all cases I found differed or involved something more advanced than simply adding or deleting lines. Basically, I want to make a sort of ...
0
votes
1answer
298 views
Rich edit control formatting doesn't work when I compile in debug mode
I have a simple Win32 API dialog-based application that I've written which contains a rich edit control. The control displays the contents of ANSI-based text files and does some very basic syntax ...
0
votes
1answer
264 views
Richedit 2.0 control ignores WParam for WM_PAINT messages?
I've read a lot of issues with trying to double-buffer a richedit control, but have not seen any direct answers to this specific question (would be really great to have a quote/link where Microsoft ...
0
votes
1answer
394 views
Dialog-based Win32 API program will not display window when a Richedit control is used
I've written a dialog-based Windows application that contains two edit controls and two button controls. ResEdit 1.5.9-x64 was used to create the dialog window and place/position the controls. The ...
1
vote
2answers
144 views
Change character formatting of a range
I'm trying to realize a code to add the syntax-highlighting to the richedit of winapi, so I search ranges of text that I must colorize, but if I select the range with the EM_EXSETSEL message to format ...
0
votes
1answer
734 views
dropdown-list of custom combobox in Delphi is closing right after comming up
I was looking for an easy way to use RichtText in a default combobox, but found nothing.
So I wrote this little Delphi(7) component, that is working so far.
How is works:
I'm calling "init" to ...
9
votes
1answer
832 views
RichEdit 2.0's usage of single CR character as linebreak throws off SelStart calculations (Delphi XE2)
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 of ...
1
vote
1answer
418 views
How do I make the text in an Edit Control and an Rich Control so I cant select it?
I have Edit Controls and Rich Edit controls in my application that are read-only. But on top of that, I want to make it so I can't select the text or even do anything with it, only display. I did not ...
2
votes
1answer
278 views
DBRichEdit RTF encoding lost transitioning application from BDE to DBX
My team is converting a BDE application to DBX using D2007.
A TTable has been replaced with a TSQLDataSet/TDataSetProvider/TClientDataSet combination.
A TStringField has been used to access the RTF ...
1
vote
1answer
432 views
How to set a font in rich edit 4?
I want to change the font of the richedit control in my win32 program to Consolas. When i try to do the following:
CHARFORMAT2 cformat;
cformat.dwMask = CFM_FACE;
cformat.cbSize = sizeof(cformat);
...
1
vote
1answer
152 views
Rihedit text margin
How to set the richedit text's top/left margins so that it should display a text lower/farther from its top/left border by the specified distances? I write in c++.
Thanks
2
votes
2answers
1k views
How do I display a Word document in a rich-edit control?
I'm building a Delphi app and I want to read a Word document and display it in a rich edit. How can I do that?
-3
votes
1answer
180 views
increase buffer size of richedit in vc++ [closed]
I want to paste 1MB data in to richedit control in vc++ but i can only paste 33586 bytes into that rich edit control window so please can any one tell me how can i increase that buffer size such than ...
0
votes
2answers
450 views
Delphi select a paragraph in richedit
How to select a paragraph on several lines. Paragraphs are limited by number and not by #10 + *#13? Selection fear to be by clicking or by mouse flying over the paragraph.
1
vote
0answers
264 views
Rich edit control: hiding the angle-bracketed link from an RTF URL
I want to display an RTF file with some links in it; the links have the RTF encoding:
{\field{\*\fldinst{HYPERLINK "http://a-link.com" }}{\fldrslt{\cf1\ul here is a link}}}
In WordPad and Word, ...
1
vote
1answer
727 views
How do you change the color of specific characters in a rich edit in Delphi? [duplicate]
Possible Duplicate:
How can I change the color of certain characters in a TRichEdit?
I have to do a project in which I have to either change the color of specific individual characters in a ...
0
votes
1answer
90 views
Can i display multiple views of the same file with CRichEditCtrl?
I have to CRichEditCtrl controls in a dialog window with multiple tabs which might display the same file.
How can i synchronize the editing in them?

