digao-dalpiaz / DzHTMLText

Delphi and Lazarus HTML Label component
MIT License
194 stars 53 forks source link

DzHTMLText for Lazarus #5

Closed jackdp closed 5 years ago

jackdp commented 5 years ago

Hi, Digao!

I've ported your DzHTMLText component to Lazarus.

The changes are not very large: several IFDEFs, changing several units in the uses clause, ShellExecute replaced by OpenURL/OpenDocument (on Linux).

I also converted your sample program to Lazarus and compiled for Windows 32 & 64-bit and Linux 32 & 64-bit. Source files and binaries can be found here: http://www.pazera-software.com/_priv/ddp/DzHTMLText/index.html

Tested with Lazarus 2.0.3 + Free Pascal 3.1.1

Example program on Linux Example program on Linux

Your project Dam also looks very interesting. Thanks.

Regards, Jacek

digao-dalpiaz commented 5 years ago

Hey Jacek,

This is really great!

I'll carefully check your implementation and consider including it in the repository. Thank you very much.

digao-dalpiaz commented 5 years ago

Hey @jackdp,

I finally got the time to evaluate your files. So, after making some adjustments, everything is ready! For example, in the component background color, which must be loaded according to the parent property.

Please let me know if there is anything else. Thank you.