Lazarus
Programming => General => Topic started by: Ericktux on September 12, 2020, 10:22:25 am
-
hello friends, I'm looking for some component to be able to use it as chat conversations
among the options are:
* memo
* richmemo
* richview
* richedit
* synedit
I'm not really sure which one to use, I need it to work on windows, linux and mac, allowing the use of emoticons, formatted text and URL.
please appreciate your help.
-
hi friends :), I just found the component "CEF4Delphi-master" which I got from here:
https://github.com/salvadordf/CEF4Delphi
this component is used to create a web browser in lazarus and delphi with the chromium engine.
I am using the example:
C:\lazarus\components\CEF4Delphi-master\demos\Lazarus\EditorBrowser
which is like a notepad, and the best thing is that it supports gif images and emoticons from the internet.
I share an image of how I am testing it.
I think it's an interesting project, I'm going to try it and let you know how I'm doing, greetings friends. :)
-
The THTMLpanel has been worked on lately to make it easier to add things on the fly for a chat like use..
I am sure that works on all targets as close as possible..
Otherwise you have the RichMemo component that uses Rich Text formatting ..