Search found 114 matches

by wolf1860
Sat May 26, 2018 1:06 am
Forum: Support
Topic: The control caption text display problem with latest version
Replies: 5
Views: 17210

The control caption text display problem with latest version

Version(Latest): SRichView 8.3 RichView:17.4
I add 2 controls to TSRichViewEdit,the TSRVCheckbox can not display the caption and The TSRVButton display mess.

PS: Nothing is wrong with the old version.

I'll capture image to send to ur email.

thanks a lot!
by wolf1860
Mon Feb 26, 2018 2:59 pm
Forum: Support
Topic: How to use SrvDxSkin when TSRichViewEdit on a frame
Replies: 3
Views: 14028

Re: How to use SrvDxSkin when TSRichViewEdit on a frame

Finally,I copied some functions from src file and create a new class unit,it worked fine:)
thank u!
by wolf1860
Sun Feb 25, 2018 12:19 pm
Forum: Support
Topic: How to use SrvDxSkin when TSRichViewEdit on a frame
Replies: 3
Views: 14028

Re: How to use SrvDxSkin when TSRichViewEdit on a frame

when I try to add TSRVDxSkinAdapter to my frame,IDE raise exception "Access vilation XXX", but It works fine when I create a new project with 1 simple frame.How should I do?
by wolf1860
Sun Feb 25, 2018 9:08 am
Forum: Support
Topic: How to use SrvDxSkin when TSRichViewEdit on a frame
Replies: 3
Views: 14028

How to use SrvDxSkin when TSRichViewEdit on a frame

My TdxSkinController and TSrvDxSkinAdapter are placed on TDataModule, the TSRichViewEdit are placed on a frame which has a parent class,How to make the TSrvDxSkinAdapter work?
by wolf1860
Fri Feb 02, 2018 12:31 pm
Forum: Support
Topic: TRichViewEdit Display rvf problem
Replies: 2
Views: 11619

Re: TRichViewEdit Display rvf problem

It works fine,thank u!
by wolf1860
Thu Feb 01, 2018 3:24 pm
Forum: Support
Topic: TRichViewEdit Display rvf problem
Replies: 2
Views: 11619

TRichViewEdit Display rvf problem

I paste some content from clipboard(Copied from office word), and save rvf to sql server 2014. It works perfect good when I loaded it by SRichView,but when I load it by trichViewEdit, Some text's background changed to red,and some strange red grid appeared ,I could not copy,when I pasted some conten...
by wolf1860
Fri Oct 27, 2017 12:27 pm
Forum: Support
Topic: Printing on both sides problem
Replies: 4
Views: 15365

Re: Printing on both sides problem

I got it,thank u!
by wolf1860
Fri Oct 27, 2017 12:10 pm
Forum: Support
Topic: Printing on both sides problem
Replies: 4
Views: 15365

Re: Printing on both sides problem

Exactly! I need separate the different copy for different people. So...
by wolf1860
Fri Oct 27, 2017 4:42 am
Forum: Support
Topic: Printing on both sides problem
Replies: 4
Views: 15365

Printing on both sides problem

My file has 3 pages,I need print 20 copies on paper both sides . The problem is that the second copy's first page is printed on the first copy's fourth page.Can u understand? The 2 copies can not be separated because some content is on the same paper.
by wolf1860
Fri Oct 20, 2017 10:10 am
Forum: Support
Topic: Exported docx lost the cell background picture
Replies: 2
Views: 12334

Re: Exported docx lost the cell background picture

I see,thank u!
by wolf1860
Fri Oct 20, 2017 12:51 am
Forum: Support
Topic: Exported docx lost the cell background picture
Replies: 2
Views: 12334

Exported docx lost the cell background picture

I put a table into the footer,set a cell background picture,the exported docx result lost the background picture.
by wolf1860
Thu Oct 19, 2017 10:39 am
Forum: Support
Topic: How to control the caret position after pasting content
Replies: 2
Views: 11714

Re: How to control the caret position after pasting content

It works perfect good by ur solution, thank u!
by wolf1860
Thu Oct 19, 2017 3:14 am
Forum: Support
Topic: How to control the caret position after pasting content
Replies: 2
Views: 11714

How to control the caret position after pasting content

I want to adjust the pictures valign property after the paste action, the problem is after I finished the adjusting ,the caret position is set to the pasted content beginning automatic, not at the end of the pasted content normally.How to fix this? this is my code: private pasted:Boolean; procedure ...
by wolf1860
Sun Oct 15, 2017 2:25 am
Forum: Support
Topic: Exported docx lost the page number
Replies: 2
Views: 11436

Re: Exported docx lost the page number

I understand this and fix it by editing my custom footer file,Thank u!
by wolf1860
Sat Oct 14, 2017 3:19 pm
Forum: Support
Topic: Exported docx lost the page number
Replies: 2
Views: 11436

Exported docx lost the page number

Use the demo application(\TRichView\ScaleRichView\Demos\ActionTestTabs) export the readme.rvf to docx,the page number lost.