Search found 104 matches

by wolf1860
Tue Aug 21, 2018 2:56 pm
Forum: Support
Topic: How to delete a TRVTableItemInfo from TRichView?
Replies: 4
Views: 15093

How to delete a TRVTableItemInfo from TRichView?

TRichView can not DeleteSelection? procedure DeleteTable(rve: TCustomRichViewEdit; table: TRVtableitemInfo); var RVData: TCustomRVData; ItemNo: Integer; begin RVData := table.Cells[0, 0].GetAbsoluteParentData; ItemNo := table.GetMyItemNo; // Table is the ItemNo-th item in RVData. RVData := RVData.Ed...
by wolf1860
Tue Aug 21, 2018 2:29 pm
Forum: Support
Topic: How to set the alignment of TRVTableItemInfo in cell
Replies: 9
Views: 24547

How to set the alignment of TRVTableItemInfo in cell

I insert a TRVTableItemInfo into a table cell,How to set its alignment? I want to set it on the right side of the cell.

Thanks a lot!
by wolf1860
Mon Aug 20, 2018 11:44 pm
Forum: Support
Topic: Clone a table from one TRichView to another
Replies: 2
Views: 10882

Clone a table from one TRichView to another

I have 2 TRichViews,the first has a TRVTableItem with merged cells,TButton/TMemo controls in some cells,Now ,I want to (1)Move (2) Clone the TRVTableItem to the second TRichView,How to do?

Thanks a lot!
by wolf1860
Sun May 27, 2018 9:38 am
Forum: Support
Topic: The control caption text display problem with latest version
Replies: 5
Views: 16062

Re: The control caption text display problem with latest version

Sorry, I forgot to tell u that the controls were inserted into a table,If u tried the demo,insert a table first,then insert a control to a cell ,u will get it:)
by wolf1860
Sat May 26, 2018 1:06 am
Forum: Support
Topic: The control caption text display problem with latest version
Replies: 5
Views: 16062

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

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

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

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

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

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

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

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

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

Re: Exported docx lost the cell background picture

I see,thank u!