Search found 9410 matches

by Sergey Tkachenko
Tue Mar 25, 2008 3:48 pm
Forum: Support
Topic: Picture Alignment...again ;-)
Replies: 18
Views: 50152

Yes, it is. But an active development of new features will start a month after, there is still a huge amount of work related to the release of v1.10.
by Sergey Tkachenko
Tue Mar 25, 2008 1:11 pm
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 99774

Update 2008-Mar-24: ScaleRichView v1.4.0

Requires: TRichView v10.0 RichViewActions v1.61

This version is uploaded as a trial in http://www.trichview.com/download/
by Sergey Tkachenko
Sun Mar 23, 2008 9:59 am
Forum: Support
Topic: How can import a block content of word into richview
Replies: 2
Views: 9206

Hello,

I believe the only way is loading the whole file, then deleting fragments before the first label and after the second label.
by Sergey Tkachenko
Thu Mar 20, 2008 11:22 am
Forum: Support
Topic: TRichviewEdit: access the complete document
Replies: 1
Views: 8770

1) You can use OnHTMLSaveImage (or OnHTMLSaveImage) event to save images under your file names, or do not save them at all.
2) You can include rvsoOverrideImages in the Options parameter of SaveHTMLToStream, and images will be saved every time starting from 1.
by Sergey Tkachenko
Tue Mar 18, 2008 10:02 am
Forum: Support
Topic: TRichviewEdit: Unable to read exported rtf files/streams
Replies: 2
Views: 10122

I received this file. The problem is caused by a zero-size bitmap: {\pict\dibitmap0\wbmwidthbytes0\picw0\pich0\picwgoal0\pichgoal0 } Fix: open RVRTF.pas, find the procedure LoadGraphic(var gr: TGraphic), add in case : rtf_pict_DIB: if FPicture.FData.Size>sizeof(TBitmapFileHeader) then begin FPicture...
by Sergey Tkachenko
Mon Mar 17, 2008 6:55 pm
Forum: Support
Topic: TRichviewEdit: Unable to read exported rtf files/streams
Replies: 2
Views: 10122

Please send them to [email protected]
by Sergey Tkachenko
Mon Mar 17, 2008 6:12 pm
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 99774

Update 2008-Mar-17: ScaleRichView v1.3.6

Requires: TRichView v1.9.49.1 RichViewActions v1.60

new: TSRichViewEdit.HintFont property defines font for the hint window appearing on scrolling.
new: TSRVPrint.OnSendingToPrinter event, analog of the TRVPrint's event
fixes
by Sergey Tkachenko
Mon Mar 17, 2008 6:11 pm
Forum: ScaleRichView
Topic: HintPrefix bug
Replies: 2
Views: 31047

We have uploaded a new update.
The problem with icon must be fixed now.
ScaleRichView editor has a new property - HintFont. It is used to display hints on scrolling. Assign the proper charset to it.
by Sergey Tkachenko
Sat Mar 15, 2008 1:57 pm
Forum: ScaleRichView
Topic: Printing in columns of variable height, different positions
Replies: 1
Views: 12628

1. No, different margins for different pages are not supported yet. Planned for future (as MS Word-like document sections)
2. You can use custom drawing events to draw additional information on each page. No additional preview components are necessary. The event is OnPaintPage.
by Sergey Tkachenko
Thu Mar 13, 2008 5:34 pm
Forum: Examples, Demos
Topic: [Example] Removing formatting
Replies: 13
Views: 124818

Updated: KeepLinks parameter is added.
by Sergey Tkachenko
Thu Mar 13, 2008 11:55 am
Forum: Examples, Demos
Topic: [Demo] Chat codes
Replies: 15
Views: 151661

http://www.trichview.com/support/files/chatcodes2.zip is updated, see the first post in this topic.
by Sergey Tkachenko
Thu Mar 13, 2008 7:59 am
Forum: Support
Topic: Lazarus FPC components for load and view RTF and PDF files.
Replies: 2
Views: 12327

As far as I know, only a very old freeware version of TRichView is ported to Lazarus: http://wiki.lazarus.freepascal.org/index.php/RichView This old version cannot display RTF files. As for displaying PDF files, it is not supported even in the latest Delphi version (only creating PDF files with thir...
by Sergey Tkachenko
Wed Mar 12, 2008 3:16 pm
Forum: Examples, Demos
Topic: [Example] Removing formatting
Replies: 13
Views: 124818

[Example] Removing formatting

Update: the code in this message is for TRichView versions prior to 17.3. See the new version of this code: http://www.trichview.com/forums/viewtopic.php?f=3&t=2392&p=34649#p34649 This example removes all formatting from the document by converting all text and paragraph styles to 0 and (opt...
by Sergey Tkachenko
Tue Mar 11, 2008 10:06 am
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105298

I do not know what's wrong. The worst possible case - these converters work only when called from MS Word (they verify the caller application's process/windows names, or something like this)