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
Moved the topic "ScaleRichView - shareware..."
-
- Posts: 54
- Joined: Mon Jul 31, 2006 2:10 am
-
- Posts: 54
- Joined: Mon Jul 31, 2006 2:10 am
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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).
As you can see, all RichViewActions (initially designed for TRichViewEdit) work with TSRichViewEdit without changes (of course, except for printing actions).