Solution Center Designer | Support to Multiple Langages - Custom format patterns now display correctly when value is zero. TextBlock components using format masks such as
##.# were showing a blank field instead of 0 when the live tag value was zero. Standard .NET formats like N2 were unaffected. Format masks now behave consistently across all values, preserving correct display behavior for projects migrated from earlier versions. - Now correctly shows "?" for bad-quality tags in arithmetic expressions. When a TextBlock rendered a tag expression involving arithmetic operations (e.g.
{Tag.Value/10}), a tag with bad quality silently showed blank or 0.00 instead of the standard ? quality indicator. Operators can now rely on the ? indicator regardless of how the expression is structured — a critical reliability improvement for production environments where data quality visibility matters.
|