Page 2 of 2

Posted: Thu Apr 28, 2016 8:23 pm
by RobertoVG
lazarus (windows) accepts ActiveX. What do you consider this situation?
or ActiveX to .NET has another feature that out of the .Net another language
You will not have integration?

Posted: Thu Apr 28, 2016 8:41 pm
by Martian
FireMonkey - YES
Lazarus - NO
.NET - NO

Re: Are you interested in Lazarus version of TRichView?

Posted: Fri Oct 27, 2017 4:02 pm
by snorkel
Any news on Lazarus support?
Lazarus is close to releasing version 1.8 and it looks really good.

Still have had no reason to use Delphi though their sales people have been hounding me with emails to purchase a upgrade to the last version I bought back in 2010, told them it was too expensive.

Re: Are you interested in Lazarus version of TRichView?

Posted: Fri Oct 27, 2017 5:04 pm
by Sergey Tkachenko
We will start porting TRichView to Lazarus soon after releasing TRichView 17.
V17 is already uploaded, but we need to update web site.

Re: Are you interested in Lazarus version of TRichView?

Posted: Thu Nov 23, 2017 7:51 am
by SInteZ
Sergey, we are looking forward to the version for Lazarus.

Re: Are you interested in Lazarus version of TRichView?

Posted: Thu Nov 23, 2017 7:56 am
by Sergey Tkachenko
We just released a major update, and now I want to stop adding new features and concentrate on porting.
Lazarus for Windows will be first, because it seems to be the simplest conversion.
(But I want to make some preliminary steps before porting. The main of them - to remove ANSI text processing where it is possible; the internal representation will be Unicode, not ANSI/Unicode switch, as in the current version)

Re: Are you interested in Lazarus version of TRichView?

Posted: Tue Mar 06, 2018 10:03 am
by SInteZ
Sergey, hi. Any news on porting to Lazarus?

Re: Are you interested in Lazarus version of TRichView?

Posted: Wed Mar 07, 2018 4:45 am
by Sergey Tkachenko
As a first step to make conversion from VCL, I decided to replace String and AnsiStrings to UnicodeString where it is possible. It's a huge work, and it is almost complete, an update will be uploaded in the next week.
The next step is Lazarus.

Re: Are you interested in Lazarus version of TRichView?

Posted: Fri Jul 13, 2018 7:18 am
by Sergey Tkachenko
Yesterday I finally managed to compile TRichView in Lazarus, almost without hints and warnings.

Lazarus-TRicView.png
Lazarus-TRicView.png (12.37 KiB) Viewed 57911 times

I still need to complete printing support and to test everything.

Things that are not converted:
- gif animations
- metafiles (they are important for working with RTF and DocX)
- GDI+ (support for GDI+ is included in TRichView, but used only in Report Workshop to draw diagrams)

Re: Are you interested in Lazarus version of TRichView?

Posted: Fri Jul 13, 2018 5:39 pm
by Pieter E.
Although I'm not a potential customer/user for TRichView under Lazarus, I congratulate you with this great development. Keep up the good work! :D

Re: Are you interested in Lazarus version of TRichView?

Posted: Sat Jul 14, 2018 8:28 pm
by Sergey Tkachenko
Thank you!
I do not plan to sell Lazarus version separately. May be in future, when not only Windows platform will be supported...
You will be able to install the next update of TRichView both in Delphi and Lazarus from the same source code.

Current progress:
- normal and DB TRichView components are installed;
- all tutorial demos are ported to Lazarus, are tested and work correctly
- all designtime property and component editors are ported.
I'll continue porting and testing all demo projects.

The first update will be released when I convert TRichView, RvHtmlImporter, RichViewXML, HunSpell and ASpell spell checkers.
Then I'll proceed to port RichViewActions, ScaleRichView and Report Workshop.

Re: Are you interested in Lazarus version of TRichView?

Posted: Mon Jul 23, 2018 6:48 pm
by Sergey Tkachenko
Current progress: I've converted all TRichView demo projects to Lazarus. DB-demos were converted to use TDbf component. Everything works perfectly.
Things to do before the first release: convert Demos\Addins, RichViewXML, RvHtmlImporter, HunSpell and ASpell.

Re: Are you interested in Lazarus version of TRichView?

Posted: Fri Jul 27, 2018 11:48 am
by Sergey Tkachenko
HunSpell and ASpell have been ported...

Re: Are you interested in Lazarus version of TRichView?

Posted: Wed Aug 08, 2018 5:42 pm
by snorkel
This is great news and congrats on the port.
Lazarus has come a long way and is a excellent Delphi replacement for those that have given up on embarcadero or who ever has it now

Re: Are you interested in Lazarus version of TRichView?

Posted: Sun Aug 26, 2018 2:47 pm
by Sergey Tkachenko
We are porting RichViewActions to Lazarus.

Current progress:
Everything can be compiled, ActionTest demo can be run.
All additional components included in RichViewActions (grids, color pickers, spin edits, font and style comboboxes) are ported.
Toolbar images look bad, datamodules need to be recreated for Lazarus.
Some dialogs work correctly, some dialogs have glitches or do not work at all.
There is still a lot of work to be done.