Search found 5 matches

by linsoo
Wed Sep 14, 2016 12:19 am
Forum: Support
Topic: Why table properties does not work
Replies: 5
Views: 16972

Sorry, I cannot reproduce the problem. I tried both with the compiled version on the web site, and in the version compiled with the newest version of TRichView and RichViewActions.
http://www.trichview.com/support/forumimages/rowcolcolors.png

What version do you use?
Which exactly demo do you ...
by linsoo
Thu Sep 08, 2016 7:33 am
Forum: Support
Topic: File is too big when i pasted some pictures from ClipBoard
Replies: 3
Views: 13427

Question 2 was solved by this code:

procedure TResearchReportFrame.RichViewEdit1VScrolled(Sender: TObject);
begin
if RichViewEdit1.ScrollBarV.Position > OldPosition then
begin
RichViewEdit1.ScrollBarV.Position := RichViewEdit1.ScrollBarV.Position + RichViewEdit1.ViewProperty.WheelStep;
end ...
by linsoo
Thu Sep 08, 2016 4:11 am
Forum: Support
Topic: File is too big when i pasted some pictures from ClipBoard
Replies: 3
Views: 13427

File is too big when i pasted some pictures from ClipBoard

Question 1:

I want't to reduce the file size when many pictures were pasted from Clipboard.

Code below worked, the file size is small. But the pictures in file are so distortion:

procedure TResearchReportFrame.RichViewEdit1Paste(Sender: TCustomRichViewEdit;
var DoDefault: Boolean);
var
png ...
by linsoo
Thu Sep 08, 2016 3:06 am
Forum: Support
Topic: Why table properties does not work
Replies: 5
Views: 16972

May be your table has cell colors <> clNone?
Cell.Color has the highest priority.


Also, make sure that you did not assigned Table.CellOverrideColor.

In ActionTest Demo, i click Insert Table button to insert a simple table , then right click on this table to choose table properties and Rows ...
by linsoo
Wed Sep 07, 2016 5:55 am
Forum: Support
Topic: Why table properties does not work
Replies: 5
Views: 16972

Why table properties does not work

I just mean the [Default Cell Colors] in Rows and Colums pages.

It does't work in Demos too...

Thanks.

[/img]