Search found 108 matches

by wolf1860
Fri May 17, 2024 1:27 am
Forum: Support
Topic: How to get natural paragraph content?
Replies: 2
Views: 72

Re: How to get natural paragraph content?

Got it:) Thank u!
by wolf1860
Fri May 17, 2024 1:16 am
Forum: Support
Topic: Export pdf or print rvf with 2 columns on a A3 landscape paper
Replies: 4
Views: 84

Re: Export pdf or print rvf with 2 columns on a A3 landscape paper

Another question,I need get some content's zone info(XY and width) after exported to complete additional work,can checkpoint do that? And how? By the way,I will edit the content with TSRichViewEdit and link to TRVPrint by TRVReportHelperWithHeaderFooters,finally TRVPrint draw content to printer canv...
by wolf1860
Thu May 16, 2024 8:31 am
Forum: Support
Topic: How to get natural paragraph content?
Replies: 2
Views: 72

How to get natural paragraph content?

I need edit every natural paragraph content,for example,insert some chectpoint or some special images and so on.The question is how can I get the natural paragraph's content? such as item count,start item index,end item index...
Thanks.
by wolf1860
Thu May 16, 2024 5:59 am
Forum: Support
Topic: Export pdf or print rvf with 2 columns on a A3 landscape paper
Replies: 4
Views: 84

Export pdf or print rvf with 2 columns on a A3 landscape paper

I need edit some content in TRichViewEdit or TSRichViewEdit, Then export rvf to a A3 paper that is landscape and split 2 columns.
How should I do?
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: 4532

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: 4532

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: 3429

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: 83600

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: 3429

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: 3429

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: 2263

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: 23407

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...