Why table properties does not work

General TRichView support forum. Please post your questions here
Post Reply
linsoo
Posts: 5
Joined: Wed Sep 07, 2016 5:49 am

Why table properties does not work

Post by linsoo »

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

It does't work in Demos too...

Thanks.

[/img]
Sergey Tkachenko
Site Admin
Posts: 17289
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

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


Also, make sure that you did not assigned Table.CellOverrideColor.
linsoo
Posts: 5
Joined: Wed Sep 07, 2016 5:49 am

Post by linsoo »

Sergey Tkachenko wrote: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 sheet.

Then I set the Default Cells colors and click OK.

But nothing change with the table.

Am i in a wrong way to using this table properties?

thanks.
Sergey Tkachenko
Site Admin
Posts: 17289
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

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.
Image

What version do you use?
Which exactly demo do you use for testing?
linsoo
Posts: 5
Joined: Wed Sep 07, 2016 5:49 am

Post by linsoo »

Sergey Tkachenko wrote: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.
Image

What version do you use?
Which exactly demo do you use for testing?
I'm using TRichView V16.4.5

And I tried this demo too, but there is no Default Cell Colors in this demo .
http://www.trichview.com/download/demo.html

Download and install all compiled TRichView demos (32.7 MB). Last updated: September 7, 2016.


Any way, I can change cell color in Cells sheet-> Border and background. but it's too much trouble, I shoud select some cells and change color, select other cells and change color..

Thanks.
Sergey Tkachenko
Site Admin
Posts: 17289
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Please give me step-by-step instructions how you change row colors.

Here is what I do.

1. From the complied demos, I choose ActionTests\TRichView\ActionTestUni.exe
2. Menu File | New
3. Menu Table | Insert Table, enter 10 in "Number of columns" and "Number of rows", click OK.
4. Menu Table | Table Properties. Go to page "Rows", choose red color in for "Odd banded rows", make sure that opacity is unchanged (100%). Click OK.

Now I can see 10x10 table, with red cells in odd rows, and white cells in even rows.
Post Reply