View Issue Details

IDProjectCategoryView StatusLast Update
0004746NoesisGUIStudiopublic2026-01-28 17:46
Reporterdstewart Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Target VersionStudio_BetaFixed in VersionStudio_Beta 
Summary0004746: Effects Applied To Radial Elements Within A Component Produce XAML Error
Description

Currently, when applying an Effect to a Radial Element inside of a Component, a XAML error can occur as a result of an incorrect syntax that instead of producing the expected <noesis:RadialGauge.Effect>, instead produces a <RadialGauge.Effect> tag.

See attached image.

This error does not appear to happen if:
a) an Effect is applied to any Element that is not a RadialElement
b) an Effect is applied to a RadialElement on a Page rather than inside of a Component


Repro Steps:

1) Open the Coriolis Project from the InternalProjects GitHub repo.
2) On the Mainpage, enter the Component named 'Instrument_Speedometer' which is the left-most gauge on the Dashboard.
3) Within the Instrument_Speedometer Component, enter the Component named "Gauge_Speedometer".
4) Within Gauge_Speedometer, expand all Elements, and within the 'Gauge_Outer' Grid, select 'Zone_Green'.
5) Apply an Effect to this 'Zone_Green' RadialBorder Element, and set it to be of a 'Pixelate' Effect.

Observe the XAML error thrown.

6) Click on the red cross XAML error button in the lower-right of the Stage, and inspect the error in VSCode.

Observe how the Effect tag is missing the 'noesis' prefix.

Expected Results: Applying an effect to a RadialElement within a Component does not produce any XAML errors.

Attached Files
EffectError.png (523,313 bytes)
PlatformAny

Activities

Issue History

Date Modified Username Field Change
2026-01-28 13:42 dstewart New Issue
2026-01-28 13:42 dstewart File Added: EffectError.png
2026-01-28 13:42 dstewart Summary Effects Applied To Radial Elements Within A Component Produce XAML Errors => Effects Applied To Radial Elements Within A Component Produce XAML Error
2026-01-28 17:46 sfernandez Assigned To => sfernandez
2026-01-28 17:46 sfernandez Status new => assigned
2026-01-28 17:46 sfernandez Target Version => Studio_Beta
2026-01-28 17:46 sfernandez Status assigned => resolved
2026-01-28 17:46 sfernandez Resolution open => fixed
2026-01-28 17:46 sfernandez Fixed in Version => Studio_Beta