Search found 9416 matches

by Sergey Tkachenko
Tue Jun 17, 2008 5:00 am
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 57413

Ok, you can download it here:
http://www.trichview.com/resources/html ... import.zip
Before installing, open rvHtmlViewImport, find and remove {$DEFINE RVFULL}
See also installation instructions in ReadMe.txt
by Sergey Tkachenko
Tue Jun 17, 2008 4:57 am
Forum: Support
Topic: After copy/paste gif animations don't play
Replies: 13
Views: 21512

Please send me example reproducing the problem
by Sergey Tkachenko
Mon Jun 16, 2008 2:20 pm
Forum: Support
Topic: InsertPicture problem
Replies: 1
Views: 7786

Use rve.BeginUpdate ... rve.EndUpdate
by Sergey Tkachenko
Mon Jun 16, 2008 2:19 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 57413

I just uploaded (for registered users) a class for reading HTML from THTMLViewer ( http://www.pbear.com )
by Sergey Tkachenko
Mon Jun 16, 2008 10:56 am
Forum: Support
Topic: After copy/paste gif animations don't play
Replies: 13
Views: 21512

In addition to using this TGifImage, you must also set RichViewEdit.AnimationMode = rvaniOnFormat, and include RVGifAnimate.pas in your project.
by Sergey Tkachenko
Mon Jun 16, 2008 10:53 am
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 76744

TRichView is already updated, make sure that you use version 10.2. If you already installed this version, then delete files of the older TRichView version, because it looks like Delphi tries to compile ScaleRichView with the older version of TRichView. Besides, it looks like your version of ScaleRic...
by Sergey Tkachenko
Mon Jun 16, 2008 10:16 am
Forum: Support
Topic: After copy/paste gif animations don't play
Replies: 13
Views: 21512

See here: http://www.trichview.com/forums/viewtopic.php?t=89 (the 2nd and 3rd posts)
by Sergey Tkachenko
Sun Jun 15, 2008 4:46 pm
Forum: Support
Topic: print a selected part of a memo by QuickReport
Replies: 2
Views: 9740

I believe it is because saving to database causes reloading (because the document is reloaded if the database content is changed), and the selection is lost. You can save the selection before and restore it after calling DuenneTabLinien.
by Sergey Tkachenko
Fri Jun 13, 2008 9:31 am
Forum: Support
Topic: Unrecognizable Code when be selected in richviewedit
Replies: 2
Views: 9394

Sorry, what is unrecognizable codes?
Please send me a simple project reproducing this problem.
by Sergey Tkachenko
Thu Jun 12, 2008 5:15 pm
Forum: ScaleRichView
Topic: Page size settings vs. printed page settings
Replies: 2
Views: 17040

ScaleRichView allows printing in another page format (with scaling) using TSRVPrint component. There is an example of using this component to print posters, but it may be too complicated for this simple task.
Ilya will make a simpler example soon.
by Sergey Tkachenko
Thu Jun 12, 2008 4:18 pm
Forum: Support
Topic: Incorporating RVF into an XML file
Replies: 1
Views: 8728

Normally, RVF may use characters between 128 and 255, even in text mode (rvfoSaveBinary is excluded from RVFOptions). But if all text is Unicode, it will be stored as hexadecimal string, all character codes < 128. So the only places where characters with codes >= 128 may still occur are: - tags, if ...
by Sergey Tkachenko
Wed Jun 11, 2008 7:13 pm
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 76744

The problem with widescreen displays is fixed.
by Sergey Tkachenko
Wed Jun 11, 2008 7:10 pm
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 100767

Update 2008-Jun-11: ScaleRichView v1.5.0 Requires: TRichView v10.2 RichViewActions v1.63 The main feature of this update: cardinal changes in drawing procedures. More accurate text scaling, no more problems with wide displays. New PageProperty.PrintableAreaPen property shows area where the current ...
by Sergey Tkachenko
Wed Jun 11, 2008 6:31 pm
Forum: Support
Topic: Export Header/Footer to RTF
Replies: 24
Views: 70304

Finally, TRichView can save formatted headers and footers in RTF. Update is uploaded for registered users.
by Sergey Tkachenko
Wed Jun 11, 2008 6:13 pm
Forum: Support
Topic: Exception Invalid Imagelist
Replies: 1
Views: 8863

Sorry, but it looks like this problem is not related to TRichView. This is the problem with TImageList. Your image list has 0x0 size, probably Vista does not accept it. There is one thing to try. Open RVItem.pas, find the call of ImageList_DrawEx and put it in try...except: ... try ImageList_DrawEx(...