Hi,
Defined a StyleSheet entry for fields in tableview:
field.tablecell
{
background-color: transparent;
border-style: solid;
border-width: 0px 1px 0px 0px;
border-color: #999999;
text-align: left;
}
With the first entry, I’m trying to control the transparency of the field, but it’s not working. To get transparency, I needs to check the Property of the
field.
Is this a bug, or expected behavior?
Paul
Servoy Developer
Version 3.0b3-build 364
Java version 1.5.0_05-b05 (Windows XP)