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 module ...
Search found 12 matches
- Thu Mar 26, 2015 1:44 pm
- Forum: ScaleRichView
- Topic: AV with a big font
- Replies: 5
- Views: 34720
- Mon Mar 23, 2015 12:50 pm
- Forum: ScaleRichView
- Topic: Long tables
- Replies: 1
- Views: 19574
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 ...
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 ...
- Fri Dec 19, 2014 3:16 pm
- Forum: Support
- Topic: Deadlock with Synchronize in TRVWordEnumThread (XE6)
- Replies: 16
- Views: 68421
- Wed Dec 17, 2014 4:12 pm
- Forum: Support
- Topic: Deadlock with Synchronize in TRVWordEnumThread (XE6)
- Replies: 16
- Views: 68421
- Thu Oct 16, 2014 8:00 am
- Forum: Support
- Topic: How to prevent moving words to the next line
- Replies: 1
- Views: 11164
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 behave in the same way?
And the second ...
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 behave in the same way?
And the second ...
- Mon May 26, 2014 9:50 am
- Forum: Support
- Topic: RTF - Error reading font table
- Replies: 1
- Views: 11087
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 ...
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 ...
- Thu Apr 17, 2014 3:08 pm
- Forum: Support
- Topic: The TAB width
- Replies: 1
- Views: 11728
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?
- Fri Aug 05, 2011 8:32 am
- Forum: Support
- Topic: One word - two different formats
- Replies: 1
- Views: 10388
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 ...
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 ...
- Thu Jun 17, 2010 10:03 am
- Forum: Support
- Topic: Why Tag didn't close?
- Replies: 1
- Views: 10766
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 pasting ended?
Or ...
Or ...
- Thu May 20, 2010 11:39 am
- Forum: Support
- Topic: Searching with rvseoMultiItem
- Replies: 1
- Views: 10553
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 ...
÷÷÷
<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 ...
- Wed May 12, 2010 6:53 am
- Forum: Support
- Topic: An Error in CompareTags
- Replies: 3
- Views: 15185
- Fri May 07, 2010 9:37 am
- Forum: Support
- Topic: An Error in CompareTags
- Replies: 3
- Views: 15185
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 ...
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 ...