Page 1 of 1

scale richview questions

Posted: Mon Jul 09, 2007 2:05 pm
by jbovey
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.

Posted: Mon Jul 09, 2007 2:59 pm
by Sergey Tkachenko
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)