Skip to main content
16-Pearl
August 21, 2018
Solved

How to assign the style definitions to Event router widget output text

  • August 21, 2018
  • 2 replies
  • 1572 views

Hi ,

 

I am using the Event router widget. The output of Event router is bind to value display widget.

The output result is string. I want to display the text in red color. I have given style definitions to Value display widget. After binding the event router , its overriding my style definitions. I could not see the text in red color.

Could you please suggest how to apply the style definition to event router output text.

 

Thank you.

Best answer by vxavier

You have to set the ValueDisplayValue with a red style definition.

 

The red style you defined is for the text when there is no value.

2 replies

vxavier5-Regular MemberAnswer
5-Regular Member
August 21, 2018

You have to set the ValueDisplayValue with a red style definition.

 

The red style you defined is for the text when there is no value.

vi116-PearlAuthor
16-Pearl
August 22, 2018

Thank you for the solution.