scale richview questions

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
jbovey
Posts: 10
Joined: Wed Mar 08, 2006 6:20 pm

scale richview questions

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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)
Post Reply