Search found 11 matches
- Wed May 29, 2019 10:25 pm
- Forum: Support
- Topic: Resize window and large document
- Replies: 3
- Views: 58756
Resize window and large document
Using RichViewEdit version 17.4, Delphi 10 Seattle Some of our customers have reported that it is difficult to resize my application window when RichViewEdit controls contain fairly large documents (between 1 and 2 MB of text). Multiple documents are loaded on tabs in a page control. The window is ...
- Thu Nov 24, 2016 8:56 pm
- Forum: Support
- Topic: Coordinates for ItemNo and Offset
- Replies: 1
- Views: 11090
- Thu Nov 24, 2016 5:02 pm
- Forum: Support
- Topic: Coordinates for ItemNo and Offset
- Replies: 1
- Views: 11090
Coordinates for ItemNo and Offset
Is it possible to write a function that does the opposite TCustomRichView.GetItemAt ? GetItemAt converts X and Y coordinates to ItemNo and offset, I'd like to do the reverse if possible: translate Item and Offset to X and Y coordinates. GetItemCoords would work if it accepted an Item Offset as an ...
- Tue May 31, 2016 11:23 pm
- Forum: Support
- Topic: Problem applying text style to individual words
- Replies: 6
- Views: 25029
- Tue May 31, 2016 5:25 pm
- Forum: Support
- Topic: Problem applying text style to individual words
- Replies: 6
- Views: 25029
- Fri May 13, 2016 9:59 pm
- Forum: Support
- Topic: Problem applying text style to individual words
- Replies: 6
- Views: 25029
To see this happen in demo Editor 2 (DelphiUnicode\Editors\Editor 2) do this: 1. Enter some text into the editor, enough for the text to wrap to a second line. 2. Set the width of the editor window so that the right margin is very close to the last word on the first line. 3. Select the first word on ...
- Thu May 12, 2016 8:34 pm
- Forum: Support
- Topic: Problem applying text style to individual words
- Replies: 6
- Views: 25029
Problem applying text style to individual words
I'm using fixed textstyles with RichViewEdit, and I need to change the text styles of individual words. I'm seeing a problem where if I change the text style of the first word of a line, the style change can cause the last word of the previous line to drop to the current line. For example, say I ...
- Thu Jul 31, 2014 5:57 pm
- Forum: Support
- Topic: Addict spell checker with XE4
- Replies: 2
- Views: 14337
- Sun Jul 27, 2014 4:56 pm
- Forum: Support
- Topic: Addict spell checker with XE4
- Replies: 2
- Views: 14337
Addict spell checker with XE4
Is there an update available for using addict spell check components with delphi XE4? (TRVAddictSpell3 / TRVThesaurus3) The parser download on the resources page does not include packages for versions later than XE3.
Thanks
Thanks
- Fri Nov 10, 2006 11:27 pm
- Forum: Support
- Topic: selecting text in document by text offsets
- Replies: 2
- Views: 13814
- Fri Nov 10, 2006 4:29 pm
- Forum: Support
- Topic: selecting text in document by text offsets
- Replies: 2
- Views: 13814
selecting text in document by text offsets
I need to extract all the text from a document, do some processing, and be able to select text in the document based on offsets in the extracted text. For example, I'd like to do something like call RVGetText.GetAllText, call RVLinear.RVSetSelection using offsets from the text, and apply font styles ...