trichview.support
Re: use richview in Thread. |
Author |
Message |
Sergey Tkachenko |
Posted: 11/25/2004 0:02:47 Please send me a project reproducing this problem. > 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