Search found 9410 matches

by Sergey Tkachenko
Mon Mar 10, 2008 5:43 pm
Forum: ScaleRichView
Topic: converters for Office
Replies: 1
Views: 13867

Headers and footers, if they are stored in RTF, can be imported in separate richviews. But ScaleRichView does not support headers and footers yet, they will be implemented later.
by Sergey Tkachenko
Mon Mar 10, 2008 5:34 pm
Forum: Support
Topic: rva actions protected instead of private
Replies: 2
Views: 10604

You can add your actions in OnPopup event.
by Sergey Tkachenko
Sun Mar 09, 2008 11:13 am
Forum: ScaleRichView
Topic: some bugs
Replies: 1
Views: 27878

by Sergey Tkachenko
Fri Mar 07, 2008 12:05 pm
Forum: Support
Topic: TRichView contents in Fast Report
Replies: 1
Views: 6508

Sorry, FR support is not implemented yet.
by Sergey Tkachenko
Fri Mar 07, 2008 12:04 pm
Forum: Support
Topic: Problem using TRichViewEdit + russian text
Replies: 2
Views: 7740

The most probably in the place where you typed after the insertion, text was non-Unicode and with non-Russian Charset. To solve all problems with multilanguage text, you can use completely Unicode documents, see http://www.trichview.com/forums/viewtopic.php?t=70 If you do not want to use Unicode for...
by Sergey Tkachenko
Fri Mar 07, 2008 11:57 am
Forum: Support
Topic: RVE Doc. contains links ?
Replies: 1
Views: 7277

The simplest way is using RichView.RVData.EnumItems: procedure TForm1.EnumLinks(RVData: TCustomRVData; ItemNo: Integer; var UserData1: Integer; const UserData2: String; var ContinueEnum: Boolean); begin ContinueEnum := not RVData.GetItem(ItemNo).GetBoolValueEx(rvbpJump, RVData.GetRVStyle); if not Co...
by Sergey Tkachenko
Tue Mar 04, 2008 4:07 pm
Forum: Support
Topic: is item selected
Replies: 1
Views: 8801

If it is not in table, call RichView.GetSelectionBounds and check i agains the returned values.
by Sergey Tkachenko
Tue Mar 04, 2008 4:05 pm
Forum: Support
Topic: Fixed cells
Replies: 3
Views: 12154

You can include rvtoIgnoreContentWidth and rvtoIgnoreContentHeight in table.Options. In this mode, width and heights of all cells are calculated basing on their BestWidth and BestHeight properties, sizes of cells contents are ignored.
by Sergey Tkachenko
Mon Mar 03, 2008 4:53 pm
Forum: Support
Topic: Problem with drawing raster images using TRVReportHelper
Replies: 7
Views: 18856

I am not sure that you mean by "scale this metafile to other metafile with lower aspect-ratio". If you play metafile to canvas of different device (for example, playing metafile on printer canvas), many commands for drawing raster images may fail. But if Preview=False in RVReportHelper.Dra...
by Sergey Tkachenko
Mon Mar 03, 2008 4:47 pm
Forum: Support
Topic: rvActions-Object Properties problem with images
Replies: 3
Views: 9538

Or you may cosider removing rvsoUseItemImageFileNames from Options of SaveHTMLEx. This property will not be used, all images will be resaved under generated names.
by Sergey Tkachenko
Mon Mar 03, 2008 4:44 pm
Forum: Support
Topic: rvActions-Object Properties problem with images
Replies: 3
Views: 9538

In the previous versions of RichViewActions, TrvActionItemProperies did not change rvespImageFileName property of picture-items when the user chose another picture. You include rvsoUseItemImageFileNames in the Options of SaveHTMLEx. Because of this options, picture-items with non-empty value of rves...
by Sergey Tkachenko
Mon Mar 03, 2008 4:39 pm
Forum: Support
Topic: "Cannot destroy cell inplace editor in this time"
Replies: 3
Views: 9688

The latest version is 1.9.49. You can download it from the same location as v1.9.42. I opened access to the protected forums for you account.

If you have a question about downloading the latest version, send me a private message.
by Sergey Tkachenko
Mon Mar 03, 2008 4:33 pm
Forum: Support
Topic: I whant to buy
Replies: 1
Views: 8283

ScaleRichView is an addon to TRichView. ScaleRichView must be purchased separately. License for 1 Developer of ScaleRichView costs $150. The ordering link is available for registered TRichView users. Or you can order TRichView+ScaleRichView as a bundle, https://secure.shareit.com/shareit/checkout.ht...
by Sergey Tkachenko
Sun Mar 02, 2008 7:55 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105291

At least not in TRVOfficeConverter. It does not rely in MS Word presence.
by Sergey Tkachenko
Sun Mar 02, 2008 7:51 pm
Forum: Support
Topic: Changing image filter
Replies: 1
Views: 7125

Do you mean RichViewActions?
TrvActionInsertPicture has Filter property. If it is assigned, it will be used for the dialog.
TrvActionItemProperties has a similar property, GraphicFilter.