Search found 113 matches

by wolf1860
Wed Mar 11, 2020 1:03 pm
Forum: ScaleRichView
Topic: Strange exception of TSRichViewEdit.SubDocuments
Replies: 4
Views: 46827

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

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

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

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

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

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

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

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

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.
by wolf1860
Tue Jul 09, 2019 2:21 am
Forum: Support
Topic: User can not select Chinese text precisely by mouse
Replies: 1
Views: 12798

User can not select Chinese text precisely by mouse

Everything is right when select English text.When select Chinese text,the selection will auto expand to the start of the line.I think the cause is the word seperator is different.Here is the test Chinese text. 我曾经一度认为自己不是我爸的亲儿子,这个孩奴盛行的年代,哪个父亲舍得把亲儿子先送去特警学院摸爬滚打四年,出来后又动用关系分配到安全局行动队? “多年以后你会感谢我,让你有了一个独立...
by wolf1860
Thu Jun 13, 2019 1:10 am
Forum: Support
Topic: Problem about paste image
Replies: 5
Views: 21385

Re: Problem about paste image

And I noticed when TRichViewEdit open the rtf file which is saved by TDxRichEditControl,The TRichViewEdit convert the floating images to non floating images,May I do this action when paste floating image?
by wolf1860
Thu Jun 13, 2019 12:16 am
Forum: Support
Topic: Problem about paste image
Replies: 5
Views: 21385

Re: Problem about paste image

Thank u! I found the image which copied from web to tdxRicheditControl can be pasted to TRichViewEdit,the difference is floating and non-floating? Look,I Just want to paste the image from the clipboard,and I don't care its alignment options,Can u give me some suggestions? This is very very important...
by wolf1860
Mon Jun 10, 2019 11:49 pm
Forum: Support
Topic: Problem about paste image
Replies: 5
Views: 21385

Re: Problem about paste image

I have posted the test docx file to ur gmail.Thanks again:)
by wolf1860
Mon Jun 10, 2019 3:50 pm
Forum: Support
Topic: Export pdf---the Chinese characters were garbled
Replies: 4
Views: 20768

Re: Export pdf---the Chinese characters were garbled

Thanks,as u said,I changed the font-name to "microsoft YaHei",and I got the right file:)
by wolf1860
Fri Jun 07, 2019 2:37 am
Forum: Support
Topic: Problem about paste image
Replies: 5
Views: 21385

Problem about paste image

TRichViewEdit works with TDxRichEditControl(Devexpress vcl): TDxRichEditControl open an docx file,I copied an image to the clipboard which displayed in the TdxRichEditControl,and I can paste it to the word,the writing board(windows 10),but I can not paste it to the TRichViewEdit(Ctrl+V/Standard RVAc...