Search found 11 matches

by jimbr32
Wed May 29, 2019 10:25 pm
Forum: Support
Topic: Resize window and large document
Replies: 3
Views: 49322

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 s...
by jimbr32
Thu Nov 24, 2016 8:56 pm
Forum: Support
Topic: Coordinates for ItemNo and Offset
Replies: 1
Views: 10300

Nevermind, I just found the RVData function GetCoordsOf. That does what I need.
by jimbr32
Thu Nov 24, 2016 5:02 pm
Forum: Support
Topic: Coordinates for ItemNo and Offset
Replies: 1
Views: 10300

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 ar...
by jimbr32
Tue May 31, 2016 11:23 pm
Forum: Support
Topic: Problem applying text style to individual words
Replies: 6
Views: 22195

Great! Thank you Sergey
by jimbr32
Tue May 31, 2016 5:25 pm
Forum: Support
Topic: Problem applying text style to individual words
Replies: 6
Views: 22195

Hi Sergey Just wanted to check if you were able to duplicate this. Are you able to tell if I'm doing something wrong, or do you know of any workaround available to prevent the word shifting? I understand that some text style changes may cause this, but if possible I'd like to prevent words from movi...
by jimbr32
Fri May 13, 2016 9:59 pm
Forum: Support
Topic: Problem applying text style to individual words
Replies: 6
Views: 22195

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...
by jimbr32
Thu May 12, 2016 8:34 pm
Forum: Support
Topic: Problem applying text style to individual words
Replies: 6
Views: 22195

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 hav...
by jimbr32
Thu Jul 31, 2014 5:57 pm
Forum: Support
Topic: Addict spell checker with XE4
Replies: 2
Views: 13282

Thank you Sergey.
by jimbr32
Sun Jul 27, 2014 4:56 pm
Forum: Support
Topic: Addict spell checker with XE4
Replies: 2
Views: 13282

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
by jimbr32
Fri Nov 10, 2006 11:27 pm
Forum: Support
Topic: selecting text in document by text offsets
Replies: 2
Views: 12822

Thank you. Thats exactly what I was looking for.

Jim
by jimbr32
Fri Nov 10, 2006 4:29 pm
Forum: Support
Topic: selecting text in document by text offsets
Replies: 2
Views: 12822

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...