Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi everyone!
I'm beginner to thingworx and I'm having very difficult to configure a value display widget.
I was able to bind a data on value display and it is having worked well.
My problem is:
How to configure the color, text, font, alignment that value display?
Below is the picture of my mashup with value display and its configurations:
And below is the picture of my mashup in mode run:
It's possible to realize the wrong alignmente and I already tried to create a "Style Theme" and it don't work.
Can anyone help me with this alignment issue?
Regards
Leonardo
Solved! Go to Solution.
Hi,
There is an issue already reported with value display, please see here: https://www.ptc.com/en/support/article?n=CS319193
For center alignment, you can use following custom CSS:
.widget-ptcsvaluedisplay
{
text-align: center !important;
}
Hope it helps,
Raluca Edu
There are style themes that are basically CSS layers/definitions
but for just the value display for starters it might be easiest to just set the Style Definition in the properties to one that you want.
Something I think that might be called ValueDisplayStyle and it has a painter's palette as the icon.
Hi,
There is an issue already reported with value display, please see here: https://www.ptc.com/en/support/article?n=CS319193
For center alignment, you can use following custom CSS:
.widget-ptcsvaluedisplay
{
text-align: center !important;
}
Hope it helps,
Raluca Edu
@einsfeldleo Additionally, there is another issue reported at https://www.ptc.com/en/support/article?n=CS316985.
The article shows a workaround using Style Scheme to address the color, though the Custom CSS solution presented by Raluca should also work in theory for color too.