Search found 9406 matches

by Sergey Tkachenko
Tue Mar 18, 2008 10:02 am
Forum: Support
Topic: TRichviewEdit: Unable to read exported rtf files/streams
Replies: 2
Views: 10115

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: 10115

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: 99552

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: 31021

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: 12623

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: 121686

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: 151011

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: 12316

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: 121686

[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: 105153

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)
by Sergey Tkachenko
Mon Mar 10, 2008 5:43 pm
Forum: ScaleRichView
Topic: converters for Office
Replies: 1
Views: 13859

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: 10599

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: 27858

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

Sorry, FR support is not implemented yet.