Page 1 of 1

using TRV in other environments ?

Posted: Fri Jul 13, 2007 5:13 pm
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

Posted: Sat Jul 14, 2007 8:07 pm
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.

Posted: Mon Jul 16, 2007 8:07 pm
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,

Posted: Mon Jul 23, 2007 3:09 pm
by krho
you can... Python 4 delphi

Regards,
Miha

Posted: Mon Jul 23, 2007 3:21 pm
by Stef
but I need more "Delphi for Python" ;-)

cheers,