Search found 29 matches
- Sat Aug 03, 2024 3:44 am
- Forum: ScaleRichView
- Topic: PageBreak inside table row
- Replies: 10
- Views: 101596
Re: PageBreak inside table row
We have implemented it like this: 1st, we set the first page's ending row and the next page's starting row with the same row,which crosses pages; 2nd, when SRV paints the next page, we set an offset upward to the Y co-ordinate of the row, whose part is painted as the first row on the page. Result ...
- Wed Jul 17, 2024 12:32 am
- Forum: ScaleRichView
- Topic: Form page change
- Replies: 1
- Views: 10357
Form page change
When there are too many cells in the table, how do you implement automatic page change instead of the entire cell being in the new page
- Tue Feb 15, 2022 11:33 am
- Forum: ScaleRichView
- Topic: According to problems
- Replies: 2
- Views: 35465
According to problems
hello How to set the ViewProperty to display only 1 full page SRichViewEdit1.ViewProperty.ZoomMode := rvzmCustom; SRichViewEdit1.ViewProperty.ZoomModeEdit := rvzmCustom; SRichViewEdit1.ViewProperty.ZoomModeIN := rvzmCustom; SRichViewEdit1.ViewProperty.ZoomModeOUT := rvzmCustom;
- Thu Mar 28, 2019 9:54 am
- Forum: ScaleRichView
- Topic: The header string cannot be replaced after upgrading to version 8.5
- Replies: 8
- Views: 91810
Re: The header string cannot be replaced after upgrading to version 8.5
Hello administrator
The historical function can be restored according to the previous method. Thank you very much for your technical support today. At least the project can work normally at present. Other problems are waiting for further examination.
Thank you very much!
The historical function can be restored according to the previous method. Thank you very much for your technical support today. At least the project can work normally at present. Other problems are waiting for further examination.
Thank you very much!
- Thu Mar 28, 2019 9:12 am
- Forum: ScaleRichView
- Topic: The header string cannot be replaced after upgrading to version 8.5
- Replies: 8
- Views: 91810
Re: The header string cannot be replaced after upgrading to version 8.5
The administrator I'm sorry, maybe I didn't make it clear, you gave the example of creating a new header, but in my current project, the header is always changing, and there are a lot of parameters in it, I want to replace the parameter values in it, not create. So far my project header, plain text ...
- Thu Mar 28, 2019 7:16 am
- Forum: ScaleRichView
- Topic: The header string cannot be replaced after upgrading to version 8.5
- Replies: 8
- Views: 91810
Re: The header string cannot be replaced after upgrading to version 8.5
Hello administrator
I can compile the new version now, that is, which header is modified and replaced, I did not understand your meaning, please kindly give some code examples, the new function can be temporarily postponed, now this is the most urgent, thank you
I can compile the new version now, that is, which header is modified and replaced, I did not understand your meaning, please kindly give some code examples, the new function can be temporarily postponed, now this is the most urgent, thank you
- Thu Mar 28, 2019 7:08 am
- Forum: ScaleRichView
- Topic: The header string cannot be replaced after upgrading to version 8.5
- Replies: 8
- Views: 91810
Re: The header string cannot be replaced after upgrading to version 8.5
Hello administrator, the version of my current project should be updated to the correct version, the current version 8.5
- Thu Mar 28, 2019 7:08 am
- Forum: ScaleRichView
- Topic: The header string cannot be replaced after upgrading to version 8.5
- Replies: 8
- Views: 91810
Re: The header string cannot be replaced after upgrading to version 8.5
Hello administrator, the version of my current project should be updated to the correct version, the current version 8.5
- Thu Mar 28, 2019 4:05 am
- Forum: ScaleRichView
- Topic: The header string cannot be replaced after upgrading to version 8.5
- Replies: 8
- Views: 91810
The header string cannot be replaced after upgrading to version 8.5
Hello administrator I upgraded ScaleRichView to version 8.5 today, but now I find that the substitution of header string cannot work properly, please help me have a look. thank you ///Change the header code////////////////////////////////////////////////// for i := 0 to SRichViewEdit1.RVHeader ...
- Thu Mar 28, 2019 1:20 am
- Forum: ScaleRichView
- Topic: How to set an item can not be deleted, but can edit the content inside
- Replies: 11
- Views: 92370
Re: How to set an item can not be deleted, but can edit the content inside
Hello administrator, I have updated the latest version I purchased, but I have set it as you said, I can still delete the rectification project, my code is as follows: RVStyle1.TextStyles[11].EmptyWidth := 1; RVStyle1.TextStyles[11].Protection := [rvprDeleteProtect, rvprStyleSplitProtect ...
- Sat Mar 23, 2019 12:29 am
- Forum: ScaleRichView
- Topic: How to set an item can not be deleted, but can edit the content inside
- Replies: 11
- Views: 92370
Re: How to set an item can not be deleted, but can edit the content inside
I have purchased "TRichView+ScaleRichView", may I ask how to upgrade it now? thank you
- Sat Mar 23, 2019 12:12 am
- Forum: ScaleRichView
- Topic: How to set an item can not be deleted, but can edit the content inside
- Replies: 11
- Views: 92370
Re: How to set an item can not be deleted, but can edit the content inside
How do I upgrade now excuse me, should be buying again?
- Wed Mar 13, 2019 1:41 am
- Forum: ScaleRichView
- Topic: How to set an item can not be deleted, but can edit the content inside
- Replies: 11
- Views: 92370
Re: How to set an item can not be deleted, but can edit the content inside
Hi administrator, the version number of my directory SRichViewEdit is v5.9.6. Do you need to upgrade?
- Wed Mar 13, 2019 12:12 am
- Forum: ScaleRichView
- Topic: How to set an item can not be deleted, but can edit the content inside
- Replies: 11
- Views: 92370
Re: How to set an item can not be deleted, but can edit the content inside
Thank you administrator. I'll try something else.
- Tue Mar 12, 2019 10:18 am
- Forum: ScaleRichView
- Topic: How to set an item can not be deleted, but can edit the content inside
- Replies: 11
- Views: 92370
Text style properties can still be deleted after setting them
Hello, administrator. My project is just text, and I can't use TSRVEdit. I set the [rvprDeleteProtect, rvprStyleSplitProtect, rvprConcateProtect] attribute you said, and it can be deleted in the text. Is there any other way to change? Example: I just want to get the text content underlined in red in ...