Moved the topic "ScaleRichView - shareware..."

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
Shane Stump
Posts: 54
Joined: Mon Jul 31, 2006 2:10 am

Moved the topic "ScaleRichView - shareware..."

Post by Shane Stump »

Sergey,

You might want to add an option to the demo to show in inches for the US market.

Is it real simple to replace a TRichView object with a TScaleRichView object?

Best Regards,

Shane
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Post by proxy3d »

You might want to add an option to the demo to show in inches for the US market.

Well, I shall add in ActionTest example, a choice of a unit of measure.
Shane Stump
Posts: 54
Joined: Mon Jul 31, 2006 2:10 am

Post by Shane Stump »

Thanks.

Is is a drop in placement? That is, if I already have a bunch of code written around TRichView, can I replace it with TScaleRichView without much effort?

Best Regards,

Shane
Sergey Tkachenko
Site Admin
Posts: 17288
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

There should be no problems replacing TRichViewEdit to TSRichViewEdit. Just use TSRichViewEdit.RichViewEdit property to access internal TRichViewEdit. All operations on this TRichViewEdit will be reflected on TSRichViewEdit.
As you can see, all RichViewActions (initially designed for TRichViewEdit) work with TSRichViewEdit without changes (of course, except for printing actions).
Post Reply