In the first place, thanks to all, I will answer to you one by one...
Tech-Pro: I can't use SynEdit because I need some controls like bullets, background image, post images, change fonts and sizes, center - left - right and justify text..., Really I need to make an editor like WinWord of Windows or more rich.
Sekel: Yes, I think that with GTK can make an RichEdit component, because exists some applications (like Abiword) written in GTK based library, although I recognize that it does not have to be easy.
QT have RichEdit controls, but Lazarus can't import librarys (or I not know other alternative way for import that controls).
Phil: I am going to explain why I need a richedit control...
Actually, my app (windows version) is for associations and really really is a projects creator to present to official organisms. It has an assistant of creation of projects, uses much pre-created templates, and the app asists to you for making that projects.
That templates, assistant, menus (for adding data of databases automatically) and other options is based entirely in an WYSIWYG Rich editor. I can't use external editors because I can't put data, tables, images and more...
The attractiveness of my application is that it makes documents at the request of the user, that is to say, who the user is writing his project and must have options for incorporate automatically data that it extracts of the databases, and I need to have all control of RichEdit for put tables, images, texts and more in runtime.
I don't know if exists any Rich Editor in Linux that it allows to be controlled by external applications (with all of I need). In that case it would be a good option.
Thanks!!!
