Marc Santhoff schreef:
Am Freitag, den 15.09.2006, 13:28 +0000 schrieb Mark Morgan Lloyd:
As part of the long and drawn out process of migrating from Delphi I'm trying to
eliminate any reliance on proprietary controls such as RichEdit.

For a number of jobs I'd like something which is basically a simple terminal
emulator screen- new data is appended and old stuff scrolls off the top - but
with the option of being able to set background/foreground colours on a
per-character basis.

In the past I've done this by subclassing a StringGrid and working directly onto
the canvas, but does anybody have any better ideas?

Some tens of years ago (or the like ;) I found a very basic RichEdit
control for Delphi 1. Since Delphi 1 was for Windows 3.x where no system
RichEdit existed it was somewhat similar to what you're searching for.

I remeber it could evaluate and display some basic rich text attributes,
but I can't say if changing background was possible.

With some luck the contol can still be found on some Delphi component
site.

There is RichView to view RTF:
http://wiki.lazarus.freepascal.org/RichView

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to