Sorry for the double post:
1.) I am using trichedit, would I need to replace my trichedits with the new scale edit?
2.) I am using gnostice for output to multiple formats, is this still possible using the addiional scalrichview?
Thanks.
scale richview questions
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
1) Yes, but changes in your applications will be minimal. ScaleRichView component contains RichViewEdit inside, and all operations on this RichViewEdit are displayed in ScaleRichView. All your code implementing editing operations will work without changes
2) Gnostice components use TRVReportHelper to output RVF documents. This means that the TRichView's repagination method is used instead of the ScaleRichView's method. So the output will not be WYSIWYG. In future, I believe new Gnostice components will be created to support ScaleRichView. Currently, you can save ScaleRichView pages in metafile and then give these metafiles to eDocEngine (I am not too familiar with it, but I believe it allows converting metafiles to multiple formats)
2) Gnostice components use TRVReportHelper to output RVF documents. This means that the TRichView's repagination method is used instead of the ScaleRichView's method. So the output will not be WYSIWYG. In future, I believe new Gnostice components will be created to support ScaleRichView. Currently, you can save ScaleRichView pages in metafile and then give these metafiles to eDocEngine (I am not too familiar with it, but I believe it allows converting metafiles to multiple formats)