Page 1 of 1

"ActionTest" with ScaleRichView Bad version

Posted: Thu Jan 26, 2012 8:09 am
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

Posted: Thu Jan 26, 2012 10:39 am
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/ )

Posted: Thu Jan 26, 2012 10:42 am
by Sergey Tkachenko
As for XML, this demo was compiled with additional free component RichViewXML.
See http://www.trichview.com/help-actions/richviewxml.htm

Posted: Thu Jan 26, 2012 10:45 am
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.

Posted: Thu Jan 26, 2012 1:27 pm
by bortsov
And the source code of course no one will give an example of .... Sorry ... :cry:

Posted: Thu Jan 26, 2012 7:47 pm
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.