[Lazarus] Displaying serial data
Howard Page-Clark
hdpc at talktalk.net
Thu Jan 26 11:47:04 CET 2012
On 26/1/12 10:28, Koenraad Lelong wrote:
> I'm using a memo to contain the serial port data. I add the data to the
> last line of the memo, until I get a CR and/or LF character, then I add
> a new line in the memo.
> That works fine, except when the lines are longer, then the memo starts
> to flicker.
Is the memo's DoubleBuffered property set to True? This might help
(depending on your platform).
More information about the Lazarus
mailing list