Search found 9409 matches

by Sergey Tkachenko
Sun Oct 07, 2007 11:49 am
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 99714

Update 2007-Oct-06: ScaleRichView v1.3.1 fix: displaying item hints; impr: TRVAPopupMenu can display additional commands depending on the selection in TSRichViewEdit (like it does for TRichViewEdit). In order to do it, add this line in your application (for example, in FormCreate of the main form):...
by Sergey Tkachenko
Sat Oct 06, 2007 7:39 am
Forum: Support
Topic: Internal Hyperlink in RTF documents
Replies: 9
Views: 31178

This feature is much better implemented in the latest version available for registered users, than in the trial version. 1) Bookmarks. RichView checkpoints are saved in bookmarks. Checkpoint name is used as bookmark name. The trial version can save bookmark. The last version can save and load them. ...
by Sergey Tkachenko
Sat Oct 06, 2007 7:29 am
Forum: Support
Topic: Open html files in TRichView
Replies: 1
Views: 6797

Please send me a simple project reproducing this bug.
by Sergey Tkachenko
Sat Oct 06, 2007 7:28 am
Forum: Support
Topic: Direct link error on html!!
Replies: 1
Views: 7330

If you use RichViewActions, they can do it automatically with Indy. If not, you should process RvHtmlImporter.OnImageRequired2 event (or, better, RichView.OnImportPicture) to download images from the remote comuter. There are two demos using Indy components: 1) http://www.trichview.com/resources/htm...
by Sergey Tkachenko
Thu Oct 04, 2007 6:53 am
Forum: Support
Topic: Visible space and new line characters.
Replies: 2
Views: 8507

Include rvoShowSpecialCharacters in TRichViewEdit.Options.
If document is already displayed, call Reformat to update.
by Sergey Tkachenko
Sun Sep 30, 2007 9:23 am
Forum: Support
Topic: Update TextStyles...?
Replies: 2
Views: 9304

Please send me a simple application reproducing this problem.
by Sergey Tkachenko
Sat Sep 29, 2007 8:10 am
Forum: Support
Topic: RVActions insert table popup dalog and TBX bug under Vista
Replies: 1
Views: 8062

If this problem is TBX-specific then sorry, I cannot help here...
by Sergey Tkachenko
Sat Sep 29, 2007 8:06 am
Forum: Support
Topic: rvfreadinteger error -----> when it is a hyperlink
Replies: 2
Views: 11904

Include rvoTagsArePChars in RichView.Options.
by Sergey Tkachenko
Thu Sep 27, 2007 3:31 pm
Forum: Support
Topic: Background Images
Replies: 2
Views: 9588

1. Yes, there are only backgrounds of cells, tables, and the document as a whole. Additionally, list markers can have picture (Picture property).
2. Yes, the current version supports event-loading only for pictures and "hot-pictures".
3. Will be implemented in one of future updates.
by Sergey Tkachenko
Thu Sep 27, 2007 3:28 pm
Forum: Support
Topic: Numbering style
Replies: 3
Views: 11346

Current version of RichViewActions does not support this feature. The only way to define numbering size in RichViewActions is using the bullets&numbering dialog. As for creating numbering yourself. You can take the demo in Demos\Delphi\Assorted\ListStyles\Bullets\ as a sample. Modify the functio...
by Sergey Tkachenko
Tue Sep 25, 2007 4:25 pm
Forum: Support
Topic: Right align
Replies: 1
Views: 6916

How to convert printer sizes to inches or mm: DC := RV_GetPrinterDC; // from PtblRV unit // size of printable area in printer pixels Width := GetDeviceCaps(DC, HORZRES); Height := GetDeviceCaps(DC, VERTRES); // "physical" offsets (from paper borders to printable area) phoX := GetDeviceCaps...
by Sergey Tkachenko
Tue Sep 25, 2007 10:30 am
Forum: Support
Topic: TRVReportHelper and clipping
Replies: 4
Views: 15375

You can do it yourself.
Before drawing page, call IntersectClipRect(Canvas.Handle, Left, Top, Right, Bottom), where Rect(Left, Top, Right, Bottom) is a clipping area.
by Sergey Tkachenko
Tue Sep 25, 2007 10:13 am
Forum: Examples, Demos
Topic: [Example] Smart indent
Replies: 7
Views: 60289

[Example] Smart indent

Smart indent, programming style When user presses Enter key, this code adds space characters at the beginning of new paragraph (as many spaces as at the beginning of the current paragraph). // Returns count of space characters at the beginning of the current paragraph function GetLeadingSpacesCount...
by Sergey Tkachenko
Tue Sep 25, 2007 9:59 am
Forum: Support
Topic: TRVReportHelper and clipping
Replies: 4
Views: 15375

Sorry, which kind of clipping do you need?
by Sergey Tkachenko
Mon Sep 24, 2007 3:41 pm
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 99714

Update 2007-Sep-24: ScaleRichView v1.3.0 This is mainly a bugfix release. Warning: some properties and methods were renamed. If you have questions about disappeared properties, post them in this forum. Help file was rewritten completely and includes topics about all ScaleRichView components. New de...