Search found 9411 matches

by Sergey Tkachenko
Tue Jun 19, 2007 11:18 am
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 23051

Sorry, I do not undestand your code.
What does ms.SaveToStream(ms) mean?

Do you want to load HTML source code in rvesource and set it to stringgrid? Why not to use StringGrid.Cells[0,0] := memo1.Text?
by Sergey Tkachenko
Tue Jun 19, 2007 11:12 am
Forum: Support
Topic: Font style combo shows text, font size combo not
Replies: 1
Views: 8005

TRVFontSizeComboBox shows font sizes only after its FontName property is assigned. It shows only font sizes available for the given font (or a predefined set of sizes fo TrueType fonts)
by Sergey Tkachenko
Tue Jun 19, 2007 11:08 am
Forum: Support
Topic: Delta symbol appears as a question mark
Replies: 3
Views: 11242

Please send this RTF file to me by e-mail
by Sergey Tkachenko
Tue Jun 19, 2007 11:08 am
Forum: Support
Topic: Some aspects of text styles lost during transition to RVF
Replies: 8
Views: 22490

Make sure that [rvfoSaveTextStyles, rvfoSaveParaStyles] is included in RVFOptions of TRichView that saves RVF.
by Sergey Tkachenko
Sun Jun 17, 2007 9:45 am
Forum: Support
Topic: WARNING. Duplicate resource(s):
Replies: 1
Views: 8277

In order to use GlyFX unit, open RichViewActions.pas and remove the dot from {.$DEFINE USEGLYFX}. If you have references to dmActions unit from YOUR units' "uses", delete them.
by Sergey Tkachenko
Wed Jun 13, 2007 7:35 pm
Forum: Support
Topic: Problem With Adding Shortcuts To RVE
Replies: 2
Views: 9926

I thought that just having these actions is enough. I'll test when I return.
by Sergey Tkachenko
Wed Jun 13, 2007 7:30 pm
Forum: Support
Topic: Cant install RVXML after installing TRichView reg-key
Replies: 9
Views: 23552

Make sure that you deleted files of the previous (trial) version of trichview - all dcu, obj, hpp files.
RvXml package must be rebuilt after updating trichview
by Sergey Tkachenko
Tue Jun 12, 2007 10:58 am
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 23051

Use richview.SaveHtmlToStream or SaveToStreamEx to save document to TStringStream.
by Sergey Tkachenko
Mon Jun 11, 2007 6:46 pm
Forum: Support
Topic: Save rvhtmlimport in stringrid
Replies: 12
Views: 23051

Do you load document by rvhtmlimporter from some string? Why not to use this string to assign to the stringgrid cell? I do not remember if it supports multiline text, though.
by Sergey Tkachenko
Mon Jun 11, 2007 6:35 pm
Forum: Support
Topic: Cannot insert BOLD Text in 1st Row of tables ar runtime
Replies: 5
Views: 24673

this code will work properly only if the both editors are linked to the same rvstyle (or to rvstyles with the same collections of styles). Table.SaveToStream only saves the fact what the first item in the cell has the 5th style. But properties of this style are not saved. If in the destination edito...
by Sergey Tkachenko
Mon Jun 11, 2007 6:27 pm
Forum: Support
Topic: SearchText autoscroll
Replies: 1
Views: 7891

No, it always makes the selection visible. But you can block any redrawing in the editor. In the newest trichview version, you can use BeginUpdate and EndUpdate methods.
by Sergey Tkachenko
Mon Jun 11, 2007 6:21 pm
Forum: Support
Topic: Newbie Q
Replies: 6
Views: 20682

I am on vacation currently, and I do not have access to the source code. If there no ScrollToEnd property in freeware version, may be it has a similar option in the Options property?
You can also use VScrollPos and VScrollMax properties.
by Sergey Tkachenko
Sun Jun 10, 2007 6:11 pm
Forum: Support
Topic: Newbie Q
Replies: 6
Views: 20682

Reformat is not implemented 9n freeware version.
FirmatTail must be used for updating chat window. ScrollToEnd property controls how the content is scrolled after FormatTail.
by Sergey Tkachenko
Sat Jun 09, 2007 6:15 pm
Forum: Support
Topic: Cannot insert BOLD Text in 1st Row of tables ar runtime
Replies: 5
Views: 24673

are theeditors where the table is saved and where it is loaded connected to the same rvstyle (or to rvstyles with the same set of styles)? It is necessary to use table.SaveToStream and .LoadFromStream.
by Sergey Tkachenko
Fri Jun 08, 2007 7:32 pm
Forum: Support
Topic: Errors when saving and loading RVF from stream
Replies: 5
Views: 17209

I'll answer when I return from vacations