Page 1 of 2

ScaleRichView - shareware TRichView addon for WYSIWYG edit

Posted: Sun Jul 01, 2007 5:09 pm
by Sergey Tkachenko
ScaleRichView is a package of Delphi/C++Builder components.
It uses TRichView Package ( http://www.trichview.com ) and RichViewActions ( http://www.trichview.com/resources/actions/ ).
TRichView and RichViewActions must be installed in order to use ScaleRichView.

ScaleRichView is a shareware addon to TRichView, developed by Ilya I. Zelensky (proxy3d)

The package includes the following components:
  • TSRichViewEdit allows editing rich text documents in WYSIWYG mode. It supports scaling and different view modes, including the page view mode.
  • TSclRVRuler is a horizontal or vertical ruler designed to work with TSRichViewEdit. It is inherited from TRVRuler component included in RichViewActions.
  • TSRVToolBar is a simplified analog of TToolBar.
  • TSRVToolWindow uses the TSRVToolBar and displays it in window.
  • TSRVPrint and TSRVPreview are components for printing posters (for example, if you want to print A3 page on A4 printer).
Screenshots: http://www.trichview.com/forums/viewtopic.php?t=1826
Exe demo (ActionTest project): http://www.trichview.com/resources/acti ... ontest.zip


TSRichViewEdit is a word processor. TSRichViewEdit uses TRichView or TRichViewEdit components (either internal or external components)
The main features of the component are:
  • zooming;
  • WYSIWYG mode;
  • real-time repagination;
  • displaying and printing in different formats (e.g. the document in A5 format can be printed in A3 format);
  • free positioning of page on the screen (optional);
  • variety of document view modes (web mode, draft mode, page view mode, etc.).
  • hint on scrolling containing page number and a short text;
  • vertical and horizontal lines of buttons in the scroll bar area.
TSclRVRuler is a horizontal or vertical ruler.
The class is based on the TRVRuler class and adapts the ruler for work with TSRichViewEdit.

TSRVToolbar is a container for buttons (TSRVToolButton). It arranges buttons in columns and automatically regulates their size and positions.
The main features:
  • all buttons in toolbar have the same height and width;
  • buttons can be automatically moved to the new line and start a new column when they do not fit horizontally in toolbar;
  • different images for different button states (normal, hot, disabled);
  • hints for user in the bottom or the top part of the toolbar.
TSRVToolWindow allows to create a windowed toolbar.
  • the toolbar window is shown when calling the Execute method;
  • hints for user in the bottom or the top part of the window;
  • the toolbar window is closed without any action when it loses focus or when user clicks outside any button on the toolbar.
Limitations comparing to TRichView
This version does not support:
  • footnotes and endnotes (not included in trial yet)
  • page breaks in table cells (not included in trial yet)
  • drag&drop

Posted: Sun Jul 01, 2007 5:19 pm
by Sergey Tkachenko
Requirements:
1) Delphi 4, 5, 6, 7, 2005 (Win32), 2006 (Win32), 2007 (Win32).
C++Builder 6, 2006, 2007.
2) TRichView and RichViewActions (see versions in the latest post in this topic)
At this time, these versions of TRichView are available only for registered trichview users, so trials of ScaleRichView can be used only by registered trichview users.

Registered version of ScaleRichView includes full source code.

Upgrade terms:
Free upgrades in 2007 and 2008. In 2009, if you need to upgrade, you need to purchase an upgrade license.

Prices (do not include TRichView price):
License for 1 Developer: US$ 150
License for 2 or 3 Developers: US$ 200
Site License: US$ 450

Downloads
Trial versions are here: http://www.trichview.com/download/ . If you are a registered TRichView user, download trial from the private section of this forum instead.
Exe demo (ActionTest project): http://www.trichview.com/resources/acti ... ontest.zip

Posted: Mon Jul 02, 2007 10:56 am
by Sergey Tkachenko
If you are a registered TRichView user but do not have access to the protected section of this forum (where you can download ScaleRichView trial), send a private message to me requesting access to the protected section.

Posted: Sat Jul 14, 2007 7:49 pm
by Sergey Tkachenko
Update 2007-Jul-14: ScaleRichView v1.2.6

fix: multiple fixes.
new: TSRVPrint and TSRVPreview components. These components are for printing posters (for example, A3 page on A4 printer)
new: 4 new demos.

Help files were not updated completely yet. It will be fixed in the next update.

Posted: Sat Jul 28, 2007 12:44 pm
by Sergey Tkachenko
Update 2007-Jul-28: ScaleRichView v1.2.7

This is mainly a bug-fix release. All known bugs are fixed.
New packages: for C++Builder 6 and 2007.

Not all new features are included in the help files yet, it will be fixed in the next update.

Posted: Thu Aug 16, 2007 8:16 am
by Sergey Tkachenko
Update 2007-Aug-16: ScaleRichView v1.2.8

Not all new features are included in the help files yet, it will be fixed in the next update

What's new
1) ScaleRichView supports inserted controls.
Important note: unlike TRichView where controls are inserted directly in viewer/editor window, in ScaleRichView controls are inserted in offscreen window (in invisible TRichViewEdit). ScaleRichView creates images of controls and displays them. That means:
- not all controls can be displayed in such way;
- there are difficulties when controls changes themselves (for example, you cannot see how TButton is pressed, or you cannot see caret in TEdit); this problem will be solved for several important controls, including TMediaPlayer and flash ActiveX.

2) A set of basic controls for inserting in ScaleRichView. It includes TSRVGroupBox, TSRVPanel, TSRVButton, TSRVEdit, TSRVCheckBox, TSRVRadioButton, TSRVLabel. They are similar to standard controls. ScaleRichView has special support for them.
There is a new demo available (not 100% completed yet)

3) More than 120 standard paper formats are supported: ISO
(Europe), ANSI(USA), JIS(Japan) and so on.

4) Saving paper size in RVF and RTF.

5) Bug fixes

Posted: Mon Aug 20, 2007 9:32 am
by Sergey Tkachenko
Update 2007-Aug-20: ScaleRichView v1.2.9

Not all new features are included in the help files yet, it will be fixed in the next update

Mainly fixes.
InsertControls demo was moved from Demos\Advanced to Demos\Controls, so, when installing over the existing installation, delete the old version of demo.
MakePDF demo (using LLPDFLib) is included (Demos\ThirdParty)

Posted: Mon Sep 24, 2007 3:41 pm
by Sergey Tkachenko
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 demos were added.

Posted: Sun Oct 07, 2007 11:49 am
by Sergey Tkachenko
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):

Code: Select all

 RVA_GetRichViewEditFromPopupComponent := 
   SRVGetRichViewEditFromPopupComponent; 

Posted: Fri Oct 26, 2007 4:31 pm
by Sergey Tkachenko
Update 2007-Oct-26: ScaleRichView v1.3.2

fix: allowing/disallowing image resizing

Posted: Mon Nov 05, 2007 5:08 pm
by Sergey Tkachenko
Update 2007-Nov-5: ScaleRichView v1.3.3

New redrawing method. More accurate scaling. Much faster!

Posted: Sat Dec 01, 2007 2:00 pm
by Sergey Tkachenko
Update 2007-Dec-5: ScaleRichView v1.3.4

Requires: TRichView v1.9.48 RichViewActions v1.58.1

new: TSRVPageScroll - component displaying page thumbnails (see http://www.trichview.com/shots/scaleric ... scroll.png)
fix: Multiple fixes.

Posted: Sun Feb 24, 2008 5:03 pm
by Sergey Tkachenko
Update 2008-Feb-24: ScaleRichView v1.3.5

Requires: TRichView v1.9.49 RichViewActions v1.59

New: Several properties of TSRichViewEdit allow access to the corresponding TRichViewEdit properties
(RTFReadProperties, RTFOptions, RVEditorOptions (access to EditorOptions), RVOptions (access to Options), RVFTextStylesReadMode, RVFParaStylesReadMode, RVBackgroundBitmap (access to BackgroundBitmap), RVBackgroundStyle (access to BackgroundStyle), RVColor (access to Color)).
Multiple fixes.
New demos:
1) Very simple demo Demos\Basic Demos\PageScroller\
2) The most of TRichView demos were recreated with ScaleRichView. They are placed in Demos\RVDemos\.

Posted: Mon Mar 17, 2008 6:12 pm
by Sergey Tkachenko
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

Posted: Tue Mar 25, 2008 1:11 pm
by Sergey Tkachenko
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/