When I have 2 instances of TRichviewEdit with RVAControlPanel connected to Speedbuttons on the same frame copy and pasting will only work on one of the RichViewEdits?
Maikel
Search found 7 matches
- Fri Jun 19, 2020 3:36 pm
- Forum: Support
- Topic: Multiple instances of RVAControlPanel / Copy paste issues
- Replies: 6
- Views: 15060
- Thu Jun 18, 2020 12:42 pm
- Forum: Support
- Topic: Tabs lost when converting to HTML
- Replies: 1
- Views: 8284
Tabs lost when converting to HTML
Hi,
when I have tab stops in the RichViedEdit they are lost when converting to HTML. In our case the email that we create based on the RichText to HTML conversion loses the tab stops.
Maikel
when I have tab stops in the RichViedEdit they are lost when converting to HTML. In our case the email that we create based on the RichText to HTML conversion loses the tab stops.
Maikel
- Tue Aug 20, 2019 12:59 pm
- Forum: Support
- Topic: List index out of bounds when copying and pasting
- Replies: 6
- Views: 23085
Re: List index out of bounds when copying and pasting
Delphi Tokyo
Richview version 17
Richview version 17
- Tue Aug 20, 2019 12:57 pm
- Forum: Support
- Topic: List index out of bounds when copying and pasting
- Replies: 6
- Views: 23085
Re: List index out of bounds when copying and pasting
I have rebuilt my application using your ActionTest as the base for my email composer copying and pasting seems better now. I am now getting the same error (ListIndexOutOfBounds(391)) here: TCustomRichView.SaveHTMLToStreamEx --> TCustomRVData.GetItem line 10834 What is causing these issues? I need ...
- Thu Aug 08, 2019 1:02 pm
- Forum: Support
- Topic: List index out of bounds when copying and pasting
- Replies: 6
- Views: 23085
Re: List index out of bounds when copying and pasting
I disabled all events..... I load some text, then put the caret at the bottom and paste a large email communication history. The error happens here: function TCustomRVData.GetItemStyle(ItemNo: Integer): Integer; begin Result := GetActualStyle(GetItem(ItemNo)); end; --> List Index Out of Bounds(251 ...
- Wed Aug 07, 2019 11:06 am
- Forum: Support
- Topic: List index out of bounds when copying and pasting
- Replies: 6
- Views: 23085
List index out of bounds when copying and pasting
Hi,
when I paste text into a TRichviewEdit it throws a "List index out of bounds" error. I seems to depend on the length and/or contents of the text that is pasted.
Please assist....
Maikel
when I paste text into a TRichviewEdit it throws a "List index out of bounds" error. I seems to depend on the length and/or contents of the text that is pasted.
Please assist....
Maikel
- Thu Apr 26, 2018 3:21 pm
- Forum: Support
- Topic: Convert to HTML without a visual editor
- Replies: 3
- Views: 18074
Re: Convert to HTML without a visual editor
I am trying to use this approach to convert RTF text and images that are stored in a database to HTML without any user interface. After I load the RTF in the TRVReportHelper.RichView and call SaveHTMLToStream I get empty result. Can you explain if my approach is possible or if there is another way ...