On 2016-11-02 18:43, Luca Olivetti via Lazarus wrote:
> Maybe it's overkill, but it's necessary under windows,

Welcome to the benefits of custom components where you can easily
outperform native components.

Just curious, has anybody tried the TMemo of LCL-CustomDrawn widgetset?
I know the LCL-CustomDrawn components are still far from being useful in
real-world applications, but how does that TMemo perform against the
other native widgetsets? Or is the regression in some LCL TMemo common code?

I tried LCL-fpGUI with Bernd's code snippet, and it is dog slow, but
that is because Memo.Lines.BeginUpdate..EndUpdate doesn't do anything to
the fpGUI rendering performance. fpGUI has "native"
Memo.BeginUpdate..EndUpdate methods (at widget level - irrespective of
the internal list class used). I'll see if I can fix LCL-fpGUI's TMemo
in that regard, so it calls the appropriate BeginUpdate..EndUpdate.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
-- 
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to