Search found 114 matches
- Mon May 27, 2024 3:19 am
- Forum: ScaleRichView
- Topic: How to draw TSRichViewEdit content to Printer's canvas?
- Replies: 1
- Views: 10479
How to draw TSRichViewEdit content to Printer's canvas?
I need print the content with 3 columns on paper A3. And I want to draw 2 lines to seperate the content.But I do not know how to set the printer's paper,such as the width/height parameter. The paper size is according to the TSrichViewEdit's page properties. srveP.DrawPage((i - 1) * 3 + 1, srveP ...
- Mon May 20, 2024 12:05 am
- Forum: Support
- Topic: Export pdf or print rvf with 2 columns on a A3 landscape paper
- Replies: 8
- Views: 18459
Re: Export pdf or print rvf with 2 columns on a A3 landscape paper
Thank u,I'll try it:)
- Mon May 20, 2024 12:02 am
- Forum: Support
- Topic: Can I get the coordinate after I draw the content to a multiple columns' canvas?
- Replies: 2
- Views: 11586
- 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: 11586
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 ...
- 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: 18459
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 ...
- 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: 18459
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:)
- Fri May 17, 2024 1:27 am
- Forum: Support
- Topic: How to get natural paragraph content?
- Replies: 2
- Views: 11586
Re: How to get natural paragraph content?
Got it:) Thank u!
- 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: 18459
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 ...
- Thu May 16, 2024 8:31 am
- Forum: Support
- Topic: How to get natural paragraph content?
- Replies: 2
- Views: 11586
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.
Thanks.
- 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: 18459
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?
How should I do?
- Fri Aug 05, 2022 3:25 pm
- Forum: Support
- Topic: BeginItemModify/EndItemModify/Change do not work when TSRichViewEdit in a TFrame
- Replies: 4
- Views: 8368
Re: BeginItemModify/EndItemModify/Change do not work when TSRichViewEdit in a TFrame
I avoid this problem:) Thank u:)
- Mon Aug 01, 2022 4:48 am
- Forum: Support
- Topic: BeginItemModify/EndItemModify/Change do not work when TSRichViewEdit in a TFrame
- Replies: 4
- Views: 8368
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:)
- Wed Jul 27, 2022 1:06 am
- Forum: Support
- Topic: BeginItemModify/EndItemModify/Change do not work when TSRichViewEdit in a TFrame
- Replies: 4
- Views: 8368
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?
- Tue May 31, 2022 9:34 am
- Forum: Support
- Topic: Change some tables' order(sequence)
- Replies: 5
- Views: 7339
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", the first line can not ...
- Mon May 30, 2022 9:15 pm
- Forum: Support
- Topic: A small bug of selecting table
- Replies: 0
- Views: 96428
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.
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.