Superscript in RichEdit

General TRichView support forum. Please post your questions here
Post Reply
larshgf
Posts: 20
Joined: Fri Jan 20, 2017 9:35 am

Superscript in RichEdit

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

Post 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)
larshgf
Posts: 20
Joined: Fri Jan 20, 2017 9:35 am

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

Post 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.
larshgf
Posts: 20
Joined: Fri Jan 20, 2017 9:35 am

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

Post by Sergey Tkachenko »

I answered in a private message.
Post Reply