Questions tagged [richedit]

Questions involving the Windows Rich Edit control. This tag also applies when using wrappers around the underlying Rich Edit control (e.g. RichTextBox in WinForms, TRichEdit in VCL, RichEditBox in WinRT) when attempting to operate with the underlying control, or using features of the control.

285 questions
1
vote
1 answer

How do I display non printable chars in rich edit?

is there a way how to display any of the non-printable characters in TRichEdit control ? Or at least paragraph at the end of each line ? I've made a quick preview to the rich edit messages but can't see anything specific for this purpose. I'm just…
user532231
1
vote
2 answers

Delphi - Rich edit doesn't show on dynamically created form

I've dynamically created a Form in my program, and it works and shows perfectly, but the RichEdit I've also dynamically created doesn't want to show on the Form at all. How can I show the RichEdit on the Form? Code I'm using: procedure…
PrimeBeat
  • 444
  • 5
  • 15
1
vote
1 answer

Set height of richedit to skip scrollbar

How can I change the height of A richedit, so that the text is fully displayed and the scrollbar disapears. Thanks
1
vote
2 answers

How to assign richly formatted text to Delphi TRichEdit or TcxRichEdit during design time (possibly, using Lines attribute)?

I just want to assign immutable, richly formatted text to RichEdit (or DevExpress cxRichEdit, which, obviously is inherited from VCL RichEdit) during design time. I know how to do a lot of formatting during run-time using Selection of text and…
TomR
  • 2,696
  • 6
  • 34
  • 87
1
vote
1 answer

Rich Edit Control changes the DialogBox return value behavior?

I'm a bit puzzled: i created a dialogbox with Edit Control, then i noticed the text isn't word wrapped, so i googled and found out that i should use Rich Edit Control instead. So i did. Now, when ever there is a Rich Edit Control in my dialog box,…
Rookie
  • 3,753
  • 5
  • 33
  • 33
1
vote
1 answer

VCL RichEdit component suggestion

I tried to implement vertical paragraph alignment feature to TRichEdit control. It is such a headache. And i also need transparent background support from RichEdit control. Can you suggest any free or paid VCL RichEdit component that has full RTF…
tutalia
  • 285
  • 3
  • 16
1
vote
1 answer

Win32 RichEdit align paragraph vertically

I need to align paragraph vertically (top, center, bottom) in a RichEdit. I googled it and found nothing about this issue. Does anybody know a workaround to achive this. I use C++ Builder 2010, are there any VCL or Windows API way solution?
neutron
  • 11
  • 2
1
vote
2 answers

How to get the Character by Point or by index from TRichedit

I have function that returns the index of a character GetCharFromPos(Pt: TPoint): Integer; now i wanted to get character of that position. like GetCharByIndex(Index: Integer): Char;
XBasic3000
  • 3,418
  • 5
  • 46
  • 91
1
vote
2 answers

How to use TScrollbar to richedit;

How to use Tscrollbar to Richedit. My purpose is to separate the scrollbar in a deferent panel. is it possible?
XBasic3000
  • 3,418
  • 5
  • 46
  • 91
1
vote
2 answers

Change RichEdit text colour independently with text already loaded

How can I change the text color of a Rich Edit line by line? It is dependent on the position. First line must be red, second green and so forth. The problem is the text of the Rich Edit is already loaded in. So it must be changed after the text is…
Arno Jonck
  • 13
  • 4
1
vote
2 answers

RichEdit's EM_AUTOURLDETECT message recognizes link, but I can't click it

I have a RichEdit control in a dialog box. The RichEdit control displays RTF text. EM_AUTOURLDETECT causes the RichEdit control to properly format and recognize the hyperlink. When the mouse hovers over the link, the pointer changes to a hand, but…
Josh Bond
  • 1,719
  • 4
  • 17
  • 26
1
vote
1 answer

MFC: How do you print contents of a CRichEditView?

I have a simple task where I need to print the contents of a CRichEditView. No scaling needed, No print range, just print contents. Keeping it simple, I tried adding this to the message map: ON_COMMAND(ID_FILE_PRINT,…
df234987
  • 513
  • 2
  • 13
1
vote
1 answer

Keep RichEdit Formatting as a String?

I am assigning a string to a custom type I have declared, which I Read/Write using the TTreeViews Node.Data property. I read and write to and from the node, something like this: Read: RichEdit1.Lines.Text :=…
user741875
1
vote
0 answers

Get Error while insert PDF by RichTextEditor in MVC 5

I'm using RichTextEditor for content and I'm trying to insert PDF, its display dialog contains this message when click insert PDF icon Unable to parse /richtexteditor/dialogs/insertdocument.xml?160322a , Maximum call stack size exceeded Pic for…
1
vote
1 answer

Delphi component like trichview

looking for a Delphi component like trichview for simple use: - store and load test formatted with html tag - change font (name, size, style) - if possible db aware - if possible free thanks
user639478
  • 129
  • 1
  • 2
  • 10