Search found 113 matches

by wolf1860
Sun May 19, 2024 6:25 pm
Forum: Support
Topic: Can I get the coordinate after I draw the content to a multiple columns' canvas?
Replies: 2
Views: 52

Can I get the coordinate after I draw the content to a multiple columns' canvas?

I have got the right coordinate by checkpoint and onDrawCheckPoint after I export the content to a image when exporting one column.But if I want to calculate the the coordinate in case of exporting multiple columns,I do need to know which page the item is.Can I do that? How? Thank u again:) By the w...
by wolf1860
Sat May 18, 2024 8:21 am
Forum: Support
Topic: Export pdf or print rvf with 2 columns on a A3 landscape paper
Replies: 8
Views: 282

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

It's not a must about WYSIWYG and header-footer. The content will be printed and deliver to the student to write answer and will be collected to mark score by the teacher. Even the exporting to pdf is only for printing.And then the paper will be scanned to record the score. My work is to make exam-a...
by wolf1860
Sat May 18, 2024 7:56 am
Forum: Support
Topic: Export pdf or print rvf with 2 columns on a A3 landscape paper
Replies: 8
Views: 282

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

Thank u,I'm familiar with synPDF and plan to finish the work with it.Expect ur demo:)
by wolf1860
Fri May 17, 2024 1:27 am
Forum: Support
Topic: How to get natural paragraph content?
Replies: 2
Views: 142

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: 8
Views: 282

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

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: 8
Views: 282

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

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

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

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

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

Re: Change some tables' order(sequence)

Thanks a lot!