Page 1 of 1

Superscript in RichEdit

Posted: Fri Jan 20, 2017 9:41 am
by larshgf
Hi,

I need to code a rtf-document and the default RichEdit in Delphi is ok for me except for the fact that I am not able to code for superscript.
Will trichview be able to do that?
what is the Price for the trichview compinent for Delphi?

Best Regards
Lars - DK

Posted: Fri Jan 20, 2017 2:52 pm
by Sergey Tkachenko
Yes, our editor supports subscript and superscript.
You can see the screenshots on the main page. Subscript and superscript buttons can be found on the toolbar (they have f2 images)

The simplest way to implement user interface for TRichView is RichViewActions (a set of actions that implement all editing operations).
The corresponding actions are: TrvActionSubScript and TrvActionSuperscript.

Prices can be found here:
http://www.trichview.com/order/
RichViewActions is a free add-on, ScaleRichView and Report Workshop are optional paid add-ons.
The prices include full source code and free updates for at least one year (actually more)

Posted: Fri Jan 20, 2017 4:29 pm
by larshgf
Can I code superscript text with the free add-on RichViewActions?
Just ask because its expensive to pay a single user license just to be able to do that. Also I do not need the source code.

Posted: Fri Jan 20, 2017 6:27 pm
by Sergey Tkachenko
Yes, if you order TRichView, you can use it together with RichViewActions.

You can also implement user interface without RichViewActions, but it slightly more difficult: you need to write code for editing operations, loading and saving files yourself, while RichViewActions can do all this work for you.

We do not have licenses without source code.

Posted: Sat Jan 21, 2017 6:08 pm
by larshgf
Is it possible to get it cheaper version. I use Delphi non-commercial as an amateur. The only facillity I need is the coding of superscript of t and pl and it is a bit expensive solution to buy trichedit full price.
Best Regards
Lars - DK

Posted: Sat Jan 21, 2017 7:50 pm
by Sergey Tkachenko
I answered in a private message.