Re: RichEdit flicker

2005-08-14 Thread Phil Krylov
On Sat, 13 Aug 2005 18:51:06 +0400 Phil Krylov <[EMAIL PROTECTED]> wrote: > > The paragraph structure should include not MEPF_REWRAP and MEPF_REPAINT > > flags, but indexes of rows from which to start re-wrapping and repainting > > (e.g. nStartRewrap and nStartRepaint). The wrapping routine should

Re: RichEdit flicker

2005-08-13 Thread Phil Krylov
On Sat, 13 Aug 2005 12:47:19 +0400 Phil Krylov <[EMAIL PROTECTED]> wrote: > The paragraph structure should include not MEPF_REWRAP and MEPF_REPAINT > flags, but indexes of rows from which to start re-wrapping and repainting > (e.g. nStartRewrap and nStartRepaint). The wrapping routine should check

RichEdit flicker

2005-08-13 Thread Phil Krylov
Hi Krzysztof, I want to change wrapping and painting code to minimize flickering and maximize performance. >From what I see, the following could be done: The paragraph structure should include not MEPF_REWRAP and MEPF_REPAINT flags, but indexes of rows from which to start re-wrapping and repaint