Table Cell Colors [message #466348] |
Sat, 07 January 2006 13:25  |
Eclipse User |
|
|
|
Hello:
I have two tables in one dialog. When I select a cell in one, the
standard dark blue is observed for the cell. If I click on the second
table, the first table's selected cell turns beige and the second table's
cell turns the standard blue. How do I make them both standard blue?
Note that if I use a List for one of the tables, then both are blue.
Thanks,
Chris
|
|
|
Re: Table Cell Colors [message #466499 is a reply to message #466348] |
Tue, 10 January 2006 13:37  |
Eclipse User |
|
|
|
There is no way to force both to be blue. The native behaviour is for the
table with focus to show a blue selection and the table without focus to
show a gray selection (colours may vary with windows theme). You can hide
the selection in the Table without focus by creating the table with
SWT.HIDE_SELCETION. However, not showing the selection may be worse than
having two different colours.
"Chris Grant" <chris@transformsw.com> wrote in message
news:e9a7593f8d8a636f6aef01f13e1392c0$1@www.eclipse.org...
> Hello:
>
> I have two tables in one dialog. When I select a cell in one, the
> standard dark blue is observed for the cell. If I click on the second
> table, the first table's selected cell turns beige and the second table's
> cell turns the standard blue. How do I make them both standard blue?
> Note that if I use a List for one of the tables, then both are blue.
>
> Thanks,
>
> Chris
>
|
|
|
Powered by
FUDForum. Page generated in 0.04744 seconds