Ann: New WYSIWYG components (shareware addon to TRichView)

General TRichView support forum. Please post your questions here
Locked
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Ann: New WYSIWYG components (shareware addon to TRichView)

Post 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.

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
Trial versions are available for registered trichview users.
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.
Developer: Ilya I. Zelensky (proxy3d)
Last edited by Sergey Tkachenko on Tue Mar 25, 2008 12:12 pm, edited 16 times in total.
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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

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: 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
Help file: http://www.trichview.com/rvfiles/scaler ... v_help.zip
Last edited by Sergey Tkachenko on Mon Mar 24, 2008 9:41 pm, edited 18 times in total.
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Discussion of ScaleRichView is in the forum http://www.trichview.com/forums/viewforum.php?f=12
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Locked