View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004047 | NoesisGUI | Studio | public | 2025-04-04 15:04 | 2026-04-02 17:12 |
| Reporter | dstewart | Assigned To | dfranjic | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | Studio_Beta | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0004047: Data-Stored Resources Don't Update When Resources Are Moved | ||||
| Description | Currently, in Studio's Resource Panel, it is possible to click-and-drag, and easily move any two Asset folders. Doing so, will result in the XAML updating in places where its used, so that links are conserved. For example moving 'Background.png' from an 'Images' folder to an 'Assets' folder will change the xaml from: <ImageBrush ImageSource="Resources/9Slicing/Background.png" Stretch="UniformToFill"/> However, for any Resource that is referenced in a Data Set, the same operation of moving 'Background.png' from an 'Images' folder to an 'Assets' folder will result in the following not changing following the relocation of the Resource: <vdctx:StructureName Name="BackgroundImage" Source="studio:///MiniShowcases;component/Resources/Assets/Background.png"/> This results in instant interface breakage, and having to edit the XAML by hand to reflect the new URIs. Repro Steps: 1) Open the 'MiniShowcases' InternalProject and open '9Slicing.xaml'. This will make the Sample appear on-screen. Observe how the background image has been fully conserved in the Page. 4) Open '9Slicing.xaml' in VSCode. 4) Open 'Localization.xaml' in the same 'MiniShowcases' project. This will make the Sample appear on-screen. Observe how no text displays on-screen. 7) From the .noesis/data/sets directory, open the 'Localization_Language_Settings_Set.xaml' file in VSCode. Expected Results: Any Resources that are moved within the Projects Assets directory, have their latest storage locations reflected in all locations where they are employed, including in Data Sets. | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-04-04 15:04 | dstewart | New Issue | |
| 2025-04-07 18:23 | jsantos | Assigned To | => sfernandez |
| 2025-04-07 18:23 | jsantos | Status | new => assigned |
| 2025-04-07 18:23 | jsantos | Target Version | => Studio_Beta |
| 2026-04-02 17:12 | dfranjic | Assigned To | sfernandez => dfranjic |
| 2026-04-02 17:12 | dfranjic | Status | assigned => resolved |
| 2026-04-02 17:12 | dfranjic | Resolution | open => fixed |