"ActionTest" with ScaleRichView Bad version

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
bortsov
Posts: 6
Joined: Thu Jan 26, 2012 8:04 am
Location: Беларусь

"ActionTest" with ScaleRichView Bad version

Post by bortsov »

I downloaded the compiled example «ActionTest» with ScaleRichView
It can insert html text from the clipboard

In the source code perhaps not the latest version of this example. The closest I found it
rvpkg \ 3-ScaleRichView \ Demos \ ActionTestTabs \ ActionTestUni
Why it is inserted into html without images and can not be stored in xml?

using the D2007

Thank you in advance for your reply.
-------------------------------------------------
Я скачал скомпилированный пример «ActionTest» со ScaleRichView
В него можно вставлять html текст из буфера обмена

В исходниках видимо не последняя версия этого примера. Ближайшее что нашел это
rvpkg\3-ScaleRichView\Demos\ActionTestTabs\ActionTestUni
Почему в нем html вставляется без картинок и нельзя сохранять в xml?

Использую D2007

Заранее спасибо за ответ.
-------------------------------------------------
Image
Image
Sergey Tkachenko
Site Admin
Posts: 17288
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

This demo was compiled with additional component: rvHtmlImporter. It is used to insert HTML files and to paste them.

RichViewActions supports two HTML importing components - rvHtmlImporter and rvHtmlViewImporter. rvHtmlViewImporter provides better results. All of them are free, but rvHtmlViewImporter requires installing HTMLViewer (it is free as well)
See:
http://www.trichview.com/help-actions/r ... porter.htm
http://www.trichview.com/help-actions/r ... porter.htm (with the correction: it's recommended to download HTMLViewer from http://code.google.com/p/thtmlviewer/ )
Sergey Tkachenko
Site Admin
Posts: 17288
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

As for XML, this demo was compiled with additional free component RichViewXML.
See http://www.trichview.com/help-actions/richviewxml.htm
Sergey Tkachenko
Site Admin
Posts: 17288
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Unfortunately, you cannot compile TRIAL version of ScaleRichView with the support of RichViewXML or HTML importers.
It requires changes in RichViewActions (by modifying RichViewActions.inc). ScaleRichView files depend on RichViewActions files, so they need to be recompiled. You cannot do it without a source code.
bortsov
Posts: 6
Joined: Thu Jan 26, 2012 8:04 am
Location: Беларусь

Post by bortsov »

And the source code of course no one will give an example of .... Sorry ... :cry:
Sergey Tkachenko
Site Admin
Posts: 17288
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

If you have a trial version, you can test these features (HTML import and RichViewXML) in the actiontest demo for TRichViewEdit instead of actiontest demo of ScaleRichView.

RichViewActions include source code even in the trial.
Post Reply