using TRV in other environments ?

General TRichView support forum. Please post your questions here
Post Reply
Stef
Posts: 90
Joined: Mon Aug 29, 2005 9:56 am
Contact:

using TRV in other environments ?

Post by Stef »

At the moment it looks that the following equation is valid:
Delphi + PHP + MatLab + ... = Python
Therefor I'm moving to Python.
Now Python has no (good) RichEditor,
and RVe is fatastic.

So I'm thinking of using RVE in Python,
maybe something like writing a DLL in Delphi,
and than call the DLL from Python.

Has someone experience with using RVE in other languages ?

thanks,
Stef Mientki
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You can place TRichViewEdit and TRVStyle on ActiveForm and create ActiveX.
But TRichView license does not allow distributing ActiveX or DLLs without our written permission. We must be sure that they will not be used (directly or indirectly) as libraries competitive to TRichView.
Stef
Posts: 90
Joined: Mon Aug 29, 2005 9:56 am
Contact:

Post by Stef »

You can place TRichViewEdit and TRVStyle on ActiveForm and create ActiveX.
Very good idea, didn't even know I could create an ActiveX thingy with Delphi, thanks Sergey.
But TRichView license does not allow distributing ActiveX or DLLs without our written permission. We must be sure that they will not be used (directly or indirectly) as libraries competitive to TRichView.
Good to note that, because I was already forgotton.
Too bad I can't enrich the Python community with a "richer view" on editing ;-)

cheers,
krho
Posts: 33
Joined: Wed Nov 01, 2006 10:17 am

Post by krho »

you can... Python 4 delphi

Regards,
Miha
Stef
Posts: 90
Joined: Mon Aug 29, 2005 9:56 am
Contact:

Post by Stef »

but I need more "Delphi for Python" ;-)

cheers,
Post Reply