trichview.com

trichview.support




Re: how to "freeze" editor?


Return to index


Author

Message

David Michael

Posted: 08/09/2004 20:16:20


Do you mean like this:


   with FRichViewEdit do

      begin

      SendMessage(Handle,WM_SETREDRAW,0,0);

      try

         ...

         ...

         ...

         Format;

      finally

         SendMessage(Handle,WM_SETREDRAW,1,0);

         Repaint;

      end; // try

      end;



-David

http://www.davidrm.com


"BigMonster" <[email protected]> wrote in message

news:[email protected]...

>

> Hello all!

>

> Is there any simple and fast way to "freeze" the editor during of some

processing?

> I do not want to see the moving of the cursor or selection in the text...

>

> Thanks!





Powered by ABC Amber Outlook Express Converter