|
Home > Archive > WebSphere HATS > June 2005 > Colors within subfiles
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Colors within subfiles
|
|
| Marta L 2005-06-05, 5:45 pm |
| Hi,
I'm using HATS 5.0.5 to connect to an iSeries. The subfiles transformation
is right, but I would like to preserve the original colors of the data
within the subfiles, as with some of them the colors of the data lines are
meningful for the user (for example, with money quantities, red means
negative). Could I change the subfile properties in order to map the
foreground and also the background colors of the data? I have tried changing
some settings in the application.hap file (mapExtendedAttributes...) but it
hasn't worked.
Thanks in advance
Marta L
| |
| Marta L 2005-06-05, 5:45 pm |
| I've got to preserve the original foreground and background colors changing
a subfile component setting:
Before:
<setting name="tableComponentClassName"
value="com.ibm.hats.transform.components.VisualTableComponent"/>
Now:
<setting name="tableComponentClassName"
value="com.ibm.hats.transform.components.FieldTableComponent"/>
However, this last gives another problem that didn't happen with the first
one, it doesn't include the header to make the table separation into
columns, so the columns aren't correct, they are splitted where it shouldn't
be.
Any idea to solve this?
Thanks
"Marta L" <mlorenzo@opennorte.com> escribió en el mensaje
news:d4ks2d$40ek$1@news.boulder.ibm.com...
> Hi,
> I'm using HATS 5.0.5 to connect to an iSeries. The subfiles transformation
> is right, but I would like to preserve the original colors of the data
> within the subfiles, as with some of them the colors of the data lines are
> meningful for the user (for example, with money quantities, red means
> negative). Could I change the subfile properties in order to map the
> foreground and also the background colors of the data? I have tried
changing
> some settings in the application.hap file (mapExtendedAttributes...) but
it
> hasn't worked.
> Thanks in advance
> Marta L
>
>
|
|
|
|
|