trichview.com

trichview.support




use richview in Thread.


Return to index


Author

Message

Anson

Posted: 11/18/2004 7:22:26


Hello,


  I want to search Content of RVF files from stream and use Thread, but the

program will be halted when i use command text of [format]. what's the

matter? pls Help me. thank you very much.


for example:


var

tmpRV:TRichViewEdit;

begin

  tmpRV:=TRichViewEdit.Create(fmDiy);    //fmDiy is main window

  tmpRv.Visible:=False;

  tmpRv.SendToBack;

  tmpRv.Parent:=fmDiy;

  tmpRv.Style:=fmDiy.RVS;


   .....      //load rvf file from stream

   tmpRv.LoadRVFFromStream(bb);    //bb is rvf file's stream

   tmpRv.Format;   //will be halt;

end;





Powered by ABC Amber Outlook Express Converter