View Issue Details

IDProjectCategoryView StatusLast Update
0005039NoesisGUIStudiopublic2026-05-19 15:22
Reporterdstewart Assigned ToAntonino  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Fixed in VersionStudio_Beta 
Summary0005039: Resources Technically Not Accessible By A Property Are Selectable, But Don't Resolve
Description

Currently, Resources can appear in a scope where they are not accessible by the Property. They are furthermore able to be selected, but do not resolve when applied.


Repro Steps:

1) Download, Unzip, and open the attached Studio Project.

2) On the Stage, select the Black 'Button2' Element, then navigate to the Resources Panel, click '[Button] "BUTTON2" under 'MainPage.xaml'.
This will expose the Resources contained inline to the Element --- there will be a Green and a Black SolidColorBrush Resources.
Double-note that these Resources are in the Button at the Page level.

3) In MainPage.xaml, right-click on 'Button2', and in its context menu, navigate to 'Styles'->'Button'-->'Edit Current'.
This will open the Button Style in the Inline Dummy Style Editor.

4) Hover over both the 'Border' Property, click on its 3-Dot Menu, and select 'Apply Resource'
Observe how are available to pick from:

  • The Red (Stored in the Page)
  • The LinearGradient (Stored in GlobalResources)
  • The Black and the Green (Stored in the Button in the Page)

5) In the Resource Selection Menu, click on the Red.
Observe how it applies as the Property Value as expected.

6) In the Resource Selection Menu, click on the LinearGradient.
Observe how it applies as the Property Value as expected.

5) In the Resource Selection Menu, click on the Black and/or the Green
Observe how the Resource is selected, but the Border's Property value shows a 'No Brush' and it appears to fail to resolve.

Expected Results: Resources that are resolvable, have their values displayed accurately in Studio.

Attached Files
DualResources2.zip (1,741 bytes)
PlatformAny

Activities

Antonino

Antonino

2026-05-19 15:22

developer   ~0012329

Fixed on commit 17158

Issue History

Date Modified Username Field Change
2026-05-11 11:58 dstewart New Issue
2026-05-11 11:58 dstewart File Added: DualResources2.zip
2026-05-11 12:05 dstewart Description Updated
2026-05-15 19:21 Antonino Assigned To => Antonino
2026-05-15 19:21 Antonino Status new => assigned
2026-05-18 13:54 dstewart Description Updated
2026-05-19 15:22 Antonino Status assigned => resolved
2026-05-19 15:22 Antonino Resolution open => fixed
2026-05-19 15:22 Antonino Fixed in Version => Studio_Beta
2026-05-19 15:22 Antonino Note Added: 0012329