Search found 12 matches

by x_ginger
Thu Mar 26, 2015 1:44 pm
Forum: ScaleRichView
Topic: AV with a big font
Replies: 5
Views: 26194

AV with a big font

If somebody types a letter, then sets a font size of the letter to 99 or more, then chooses the font named "Flut Saus" (http://www.dafont.com/flutsaus.font), there will be an AV: Project .... raised exception class EAccessViolation with message 'Access violation at address 0113EBB4 in modu...
by x_ginger
Mon Mar 23, 2015 12:50 pm
Forum: ScaleRichView
Topic: Long tables
Replies: 1
Views: 15010

Long tables

Hi! Is it possible to divide a table cell with a long text to some pages? MS Word does it. And ScaleRichView does not. For example, we have a table with two sells - No and Text. A text in the second cell is rather long - MS Word places it on two pages. In the ScaleRichView we see the first page with...
by x_ginger
Fri Dec 19, 2014 3:16 pm
Forum: Support
Topic: Deadlock with Synchronize in TRVWordEnumThread (XE6)
Replies: 16
Views: 56497

One of threads calls Synchronize, and another calls just Sleep. And sometimes they are blocked by the live spelling thread. Before calling Finish for the live spelling thread it was OK
by x_ginger
Wed Dec 17, 2014 4:12 pm
Forum: Support
Topic: Deadlock with Synchronize in TRVWordEnumThread (XE6)
Replies: 16
Views: 56497

We have the same problem. We use Synchronize in our another code, and when I call Finish to stop live spelling, sometimes I fall into CheckSynchronize loop and have no exit.
If you have any solution I'd like to see it. Thanks.
by x_ginger
Thu Oct 16, 2014 8:00 am
Forum: Support
Topic: How to prevent moving words to the next line
Replies: 1
Views: 10012

How to prevent moving words to the next line

We have an RTF file. If we open it in the editor (TSRichViewEdit ver 14.5) we can see "Line 1", then an "empty" line, then "Line 2". But MS Word skips all that spaces at the right end of the line and doesn't make "empty" line between that lines. Can RichView b...
by x_ginger
Mon May 26, 2014 9:50 am
Forum: Support
Topic: RTF - Error reading font table
Replies: 1
Views: 10057

RTF - Error reading font table

Hi Sergey We've got an RTF file with some fonts. There is a mistake in the font table. This is what the file contains: {\rtf1\ansi\version3110450 {\fonttbl{\f46\fswiss\fcharset204 Calibri;}{\froman \fcharset204 Times New Roman;}}{\colortbl;\red0\green0\blue255;\red0\green0\blue128;\red128\green0\blu...
by x_ginger
Thu Apr 17, 2014 3:08 pm
Forum: Support
Topic: The TAB width
Replies: 1
Views: 10445

The TAB width

How can I change the width of the TAB position? And why does the RichViewEdit calculate a position of the first TAB char from the left side of the page, not from the paragraph beginning? It looks strange when the first TAB is shorter than the others. Can we change this behavior?
by x_ginger
Fri Aug 05, 2011 8:32 am
Forum: Support
Topic: One word - two different formats
Replies: 1
Views: 9133

One word - two different formats

Sometimes some words in the RichView could be written in this way: Some times some wo rds If the spellcheck is on, the parts of the words are detected like separated words. E.g. we have a live spelling suggestions to each part of the word written with two different formats. Function GetNextWord retu...
by x_ginger
Thu Jun 17, 2010 10:03 am
Forum: Support
Topic: Why Tag didn't close?
Replies: 1
Views: 9437

Why Tag didn't close?

I pasted into TRichViewEdit text "Images and hyperlinks" that contained a hyperlink "http://www.richedit.com/forums/viewtopic.php?t=3654". It was copied from Micrisoft Word. Then I started to input some letters, but format wasn't changed! I thought the hyperlink shall close when ...
by x_ginger
Thu May 20, 2010 11:39 am
Forum: Support
Topic: Searching with rvseoMultiItem
Replies: 1
Views: 9274

Searching with rvseoMultiItem

I have an RVF text with the same formatting which includes a lot of iterative words, like this: ÷÷÷ <IMAGE>÷÷÷ ÷÷÷ <IMAGE> contains an image. When I start searching with command Found := AEdit.SearchText('÷÷÷', [rvseoMultiItem, rvseoDown]); at the first search the word '÷÷÷' is found and selected, b...
by x_ginger
Wed May 12, 2010 6:53 am
Forum: Support
Topic: An Error in CompareTags
Replies: 3
Views: 12764

But our version is 1.12.0.4 - is it not last version??
by x_ginger
Fri May 07, 2010 9:37 am
Forum: Support
Topic: An Error in CompareTags
Replies: 3
Views: 12764

An Error in CompareTags

In CompareTags function we found an error: invalid casting Result := StrComp(PRVAnsiChar(Tag1),PRVAnsiChar(Tag2))=0 But if we working with an Unicode Strings, in this realization if we past a lot of hyperlinks and all of them are started with the same letter, they are recognized like ONE tag, and af...