Search found 9411 matches

by Sergey Tkachenko
Tue Feb 26, 2008 9:22 am
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 76423

So does this problem exist only when running in VMWare?
by Sergey Tkachenko
Tue Feb 26, 2008 9:20 am
Forum: ScaleRichView
Topic: importing documents with embedded hyperlinks
Replies: 11
Views: 37206

When MS Word saves RTF files, it converts document to RTF almost perfectly. When you open DOC file using converter, this converter DLL converts DOC to RTF allowing thirdparty applications (such as applications using TRVOfficeConverter) reading this RTF. And it often does it not very good. Hyperlinks...
by Sergey Tkachenko
Tue Feb 26, 2008 8:15 am
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 76423

Unfortunately I cannot reproduce this problem. In my computer, the output looks good both in normal (1600x1200) and narrow (1600x900) resolutions.
This problem will be fixed when we found a system were we will be able to reproduce it.
by Sergey Tkachenko
Mon Feb 25, 2008 10:55 am
Forum: ScaleRichView
Topic: TScaleRichview Bug D5 Pro
Replies: 1
Views: 13222

This component is not complete. It was included in v1.3.4 by mistake.
In the yesterday's upgrade, it was removed.
by Sergey Tkachenko
Mon Feb 25, 2008 9:50 am
Forum: ScaleRichView
Topic: how to add items to pop-up menu
Replies: 9
Views: 40025

There is only one TRVAPopup menu in this demo (RVAPopupMenu1), and it is assinged to SRichViewEdit1.PopupMenu property. Use it. For example, this code adds "Background..." command as the last item: procedure TForm3.RVAPopupMenu1Popup(Sender: TObject); var mi: TMenuItem; begin mi := TMenuIt...
by Sergey Tkachenko
Sun Feb 24, 2008 5:54 pm
Forum: Support
Topic: CSS - BODY definiton not wanted
Replies: 1
Views: 7400

There is an option what does exactly what you want: rvsoNoDefCSSStyle. Include it in the Options parameter of SaveHTMLEx. Note: this option greatly increases CSS size, because without defining default properties, it is required to specify all properties of all styles explicitly. I do not think that ...
by Sergey Tkachenko
Sun Feb 24, 2008 5:08 pm
Forum: ScaleRichView
Topic: how to add items to pop-up menu
Replies: 9
Views: 40025

You cannot add items in TRVAPopupMenu at designtime, you must do it at runtime, in code. This menu is recreated (existing items are deleted, new items are added) every time before displaying. First, the default menu items are added. Next, TRVAPopupMenu.OnPopup event occurs. You can add new items in ...
by Sergey Tkachenko
Sun Feb 24, 2008 5:05 pm
Forum: ScaleRichView
Topic: when are updates due to be released?
Replies: 6
Views: 22769

Update is ready
by Sergey Tkachenko
Sun Feb 24, 2008 5:03 pm
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 100277

Update 2008-Feb-24: ScaleRichView v1.3.5 Requires: TRichView v1.9.49 RichViewActions v1.59 New: Several properties of TSRichViewEdit allow access to the corresponding TRichViewEdit properties (RTFReadProperties, RTFOptions, RVEditorOptions (access to EditorOptions), RVOptions (access to Options), R...
by Sergey Tkachenko
Sun Feb 24, 2008 10:34 am
Forum: Support
Topic: ppRichView Millimeters
Replies: 9
Views: 19768

Sorry, right margin of what?
by Sergey Tkachenko
Sun Feb 24, 2008 10:33 am
Forum: Support
Topic: How to get the table's itemno by a rvdata of cell
Replies: 2
Views: 9449

table := cell.GetTable;
ItemNo := table.GetMyItemNo;
by Sergey Tkachenko
Sat Feb 23, 2008 8:46 pm
Forum: Support
Topic: strnew replacement?
Replies: 9
Views: 25080

As for NewStr, it was deprecated already in Delphi2. Probably this function was useful in ancient times, when pascal had only fixed length strings.
by Sergey Tkachenko
Fri Feb 22, 2008 12:47 pm
Forum: Support
Topic: CSS - Font family
Replies: 6
Views: 14001

Info will be posted in the "Announcement" forum.
by Sergey Tkachenko
Fri Feb 22, 2008 7:09 am
Forum: ScaleRichView
Topic: when are updates due to be released?
Replies: 6
Views: 22769

Some new bugs were discovered and they must be fixed. We are working on this update, and it will be uploaded as soon as it will be possible.
by Sergey Tkachenko
Fri Feb 22, 2008 7:07 am
Forum: Support
Topic: ppRichView Millimeters
Replies: 9
Views: 19768

Ruler does not set page width. Ruler only changes margins.