Search found 104 matches

by wolf1860
Sun Feb 06, 2022 12:26 pm
Forum: Support
Topic: TRVPrintPreview lost pagesetup options of the rvf file
Replies: 5
Views: 2784

Re: TRVPrintPreview lost pagesetup options of the rvf file

Thanks a lot first! As I said,I want to export the content of TSrichViewEdit to PDF and I want the pdf's layout as same as the rvf looks in TSRichViewEdit.what should I do?Can u give me some demo code? By the way ,I changed the margin properties after load rvf that saved from TSRichViewEdit in the d...
by wolf1860
Sat Feb 05, 2022 11:21 am
Forum: Support
Topic: TRVPrintPreview lost pagesetup options of the rvf file
Replies: 5
Views: 2784

Re: TRVPrintPreview lost pagesetup options of the rvf file

It looks like a bug.After load rvf file,I changed the TRVPrint.Margins by code and tested: 1) when LeftMarginMM:=0 and RightMarginMM:=0 ,the content preview looks as same as the rvf's real display,maybe TRVprint calculate them twice.The header and footer changed leftmargin/rightmarin to 0,they alway...
by wolf1860
Fri Feb 04, 2022 6:55 pm
Forum: Support
Topic: TRVPrintPreview lost pagesetup options of the rvf file
Replies: 5
Views: 2784

TRVPrintPreview lost pagesetup options of the rvf file

I need export rvf file to PDF. In the demo : RVSynPDFDemo, when I open the rvf file in TRVPrintPreview, the content layout is different from the display in SRichViewEdit. My export need high-precision,what should I do? I have emailed u my test rvf file. Display in srichviewEdit: https://www.wolf1860...
by wolf1860
Thu Mar 12, 2020 6:34 pm
Forum: ScaleRichView
Topic: Strange exception of TSRichViewEdit.SubDocuments
Replies: 4
Views: 38616

Re: Strange exception of TSRichViewEdit.SubDocuments

Copy it ! thanks a lot:)
by wolf1860
Wed Mar 11, 2020 4:10 pm
Forum: ScaleRichView
Topic: Strange exception of TSRichViewEdit.SubDocuments
Replies: 4
Views: 38616

Re: Strange exception of TSRichViewEdit.SubDocuments

Sorry,I forgot the NewItemAction event.
Then,how can I determine if the item is in the subdocuments,or it is in the TSRichviewEdit.RichviewEdit's content?
by wolf1860
Wed Mar 11, 2020 1:03 pm
Forum: ScaleRichView
Topic: Strange exception of TSRichViewEdit.SubDocuments
Replies: 4
Views: 38616

Strange exception of TSRichViewEdit.SubDocuments

I handled subdocuments with the following procedure ,sRveExport is a TSRichviewEdit, it worked perfect until today. Exception message is : list index out of bounds(-1),exception only occured on the header file's loading when "loadRVF",the footer file's loading is right,what I missed? proce...
by wolf1860
Sun Feb 23, 2020 9:41 am
Forum: Support
Topic: TSRichViewEdit Insert a hyperlink to a cell
Replies: 2
Views: 14771

Re: TSRichViewEdit Insert a hyperlink to a cell

Sorry,I forgot that there was a default method to handle the click event,so everything is ok:) thanks!
by wolf1860
Sun Feb 23, 2020 7:58 am
Forum: Support
Topic: TSRichViewEdit Insert a hyperlink to a cell
Replies: 2
Views: 14771

TSRichViewEdit Insert a hyperlink to a cell

A TSRichViewEdit(in a frame),I set its externalRVStyle property, and use the codes to insert a hyperlink to jump to a url. table.Cells[4, 1].AddNL('http://www.wolf1860.com',4,-1); when click the hyperlink,it just open my application's root directory automatically,but not run the TSRichviewEdit.onjum...
by wolf1860
Fri Nov 22, 2019 1:46 pm
Forum: ScaleRichView
Topic: Network printer does not work
Replies: 11
Views: 61571

Re: Network printer does not work

I changed it to windows,the printer did not work either. So I tried again.When I create a new document and typed some english characters,the printer worked after a long time ,I mean that is unnormal but it worked. I cleared the english charaters and typed some chinese characters,it didn't work. Ther...
by wolf1860
Thu Nov 21, 2019 5:33 pm
Forum: ScaleRichView
Topic: Network printer does not work
Replies: 11
Views: 61571

Re: Network printer does not work

In my application,I set the TRVAControlPanel.Compatibility:=True,It did not work.
In the Demo,I set the tool-options-metacompatiblity:=true it did not work either.
by wolf1860
Thu Nov 21, 2019 1:19 am
Forum: ScaleRichView
Topic: Network printer does not work
Replies: 11
Views: 61571

Re: Network printer does not work

In office word the printer works fine,that means the network printer is ready. I did further test and found some strange situations(The demo application). 1.I created an empty file,typed some english charaters ,It worked after a long time .So I tried to print the readme.rvf first page(demo default f...
by wolf1860
Wed Nov 20, 2019 10:57 am
Forum: ScaleRichView
Topic: Network printer does not work
Replies: 11
Views: 61571

Re: Network printer does not work

Sorry,I don't provide a preview function.How should I do to test this?
by wolf1860
Wed Nov 20, 2019 9:07 am
Forum: ScaleRichView
Topic: Network printer does not work
Replies: 11
Views: 61571

Re: Network printer does not work

No,it doesn't.By the way,my network printer is HP LaserJet P1505n. My client's network printer is EPSON33B569(L6160 Series).But another client' network printer(SHARP MX-M2658N -WSD) works fine.
by wolf1860
Wed Nov 20, 2019 8:30 am
Forum: ScaleRichView
Topic: Network printer does not work
Replies: 11
Views: 61571

Network printer does not work

TSRichViewEdit,Standard printing action:SRVE FILE--TSrvActionPrint,It works fine when the printer connects to the pc directly,but it does not work when I use a network printer.
The printer dialog displays the information,but the printer does nothing.