Search found 104 matches

by wolf1860
Mon Aug 01, 2022 4:48 am
Forum: Support
Topic: BeginItemModify/EndItemModify/Change do not work when TSRichViewEdit in a TFrame
Replies: 4
Views: 4063

Re: BeginItemModify/EndItemModify/Change do not work when TSRichViewEdit in a TFrame

I wonder whether there is a method to update the document's content partially after editing. or I must scroll to the item manually after calling the editor format method.Thanks a lot:)
by wolf1860
Wed Jul 27, 2022 1:06 am
Forum: Support
Topic: BeginItemModify/EndItemModify/Change do not work when TSRichViewEdit in a TFrame
Replies: 4
Views: 4063

BeginItemModify/EndItemModify/Change do not work when TSRichViewEdit in a TFrame

My TSRichViewEdit is placed on a TFrame,It can not update my editing result (with code) immediately As Topic.And it will scroll to the document's top after calling TSrichViewEdit.Format .I want to keep the view position after edit, Any suggestions?
by wolf1860
Tue May 31, 2022 9:34 am
Forum: Support
Topic: Change some tables' order(sequence)
Replies: 5
Views: 2920

Re: Change some tables' order(sequence)

The onMouseMove event raise exception at "Pt := TCustomRichViewEdit(Sender).ClientToDocument(Point(X, Y));",My TSRichViewEdit is in a frame,maybe that's the reason for "access violation" exception? Trace the code step by step to the method" TCustomRichView.ClientToDocument&q...
by wolf1860
Mon May 30, 2022 9:15 pm
Forum: Support
Topic: A small bug of selecting table
Replies: 0
Views: 57950

A small bug of selecting table

I add 50 tables to a TRichViewEdit by code,I mean every top item is TTableItemInfo(rve.itemcount=50),Then the bug appear:
From the third table,when click the select- symbol which appears at the left-top of the table, the second table is selected.
My component is updated to the latest version.
by wolf1860
Mon May 30, 2022 2:39 pm
Forum: Support
Topic: Change some tables' order(sequence)
Replies: 5
Views: 2920

Re: Change some tables' order(sequence)

Thanks a lot!
by wolf1860
Mon May 30, 2022 9:21 am
Forum: Support
Topic: Change some tables' order(sequence)
Replies: 5
Views: 2920

Change some tables' order(sequence)

There are many tables(TRVTableItemInfo) in a rvf file,I want to change some tables' order ,Have u any better ways than cut/paste? I want to change the table item's style such as changing the table's outline color/border when the mouse over or click the table area,can u give me some ideas or some cod...
by wolf1860
Sat Apr 02, 2022 1:34 am
Forum: Support
Topic: Some images valign=rvaRight cause crash
Replies: 1
Views: 1836

Some images valign=rvaRight cause crash

TSRichViewEdit:
The content is created by code,it contains many parts which are read from database and inserted by AppendRVFFromStream. Some parts contains image which is set valign=rvaRight.On some occasions,the app crash when call RSRichViewEdit.Format.I can't provide test data,any suggestions?
by wolf1860
Sat Mar 12, 2022 12:07 pm
Forum: Support
Topic: SynPDF+TSrichViewEdit,The pagenumber in pdf deformed
Replies: 11
Views: 22313

Re: SynPDF+TSrichViewEdit,The pagenumber in pdf deformed

I have tested ur suggestion: 1) The style---nomalStylef used for the pagenumber:I changed the font color,the pdf displayed ok. 2)I changed font name 'Arial Unicode MS',that's the synpdf's author recommend font for Chinese/Japanese and other Asia texts,but can not fix the problem. Anyway,thank u agai...
by wolf1860
Fri Mar 11, 2022 12:51 am
Forum: Support
Topic: SynPDF+TSrichViewEdit,The pagenumber in pdf deformed
Replies: 11
Views: 22313

SynPDF+TSrichViewEdit,The pagenumber in pdf deformed

I use TRVPrint to draw page,not test TSRichViewEdit draw page yet. The pagenumber code: var nomalStylef := GetTextStyle(RVStyleF, 8, [], clBlack, '宋体'); var pgn := TRVPageNumberItemInfo.CreateEx(ifooter, rvpntDecimal, nomalStylef); pgn.Style.ParaStyles[0].Alignment := rvaCenter; ifooter.AddItem(TMyG...
by wolf1860
Thu Mar 10, 2022 4:43 pm
Forum: Support
Topic: SynPDF+TSRichViewEdit,The inline-Images are deformed
Replies: 10
Views: 5298

Re: SynPDF+TSRichViewEdit,The inline-Images are deformed

Sergey Tkachenko wrote: Thu Feb 10, 2022 9:50 am I implemented it in my working version of ScaleRichView. If you have the active the active period of updates of TRichView and ScaleRichView, I can send changes to you.
I need the changes to test my app export pdf ,and I have bought the license.my email : [email protected]
by wolf1860
Thu Mar 10, 2022 1:48 pm
Forum: Support
Topic: paste text from office word, space cause mess code
Replies: 5
Views: 4290

Re: paste text from office word, space cause mess code

That works perfect! Thank u for ur sweet support:)