View Issue Details

IDProjectCategoryView StatusLast Update
0001505NoesisGUIC++ SDKpublic2022-02-23 22:48
Reportersfernandez Assigned Tojsantos  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Product Version2.2.3 
Target Version3.0.0Fixed in Version3.0.0 
Summary0001505: Can't get access to application resource dictionary
Description

Add a GetApplicationResources() function to IntegrationAPI to access the global application dictionary.

In C# (and Unity) the API should be the same as in WPF:

Application.Current.Resources = resources;
...
ResourceDictionary resources = Application.Current.Resources;

PlatformAny

Activities

sfernandez

sfernandez

2019-06-25 11:43

manager   ~0005762

Last edited: 2019-06-25 11:44

We should make Application.Resources a modifiable dictionary as it is in WPF (so new resources can be added), currently it is read-only in Noesis (improve that error message also).

Issue History

Date Modified Username Field Change
2019-06-21 17:12 sfernandez New Issue
2019-06-21 17:12 sfernandez Assigned To => jsantos
2019-06-21 17:12 sfernandez Status new => assigned
2019-06-21 17:12 sfernandez Target Version => 2.3.0
2019-06-21 17:21 sfernandez Description Updated
2019-06-21 17:21 sfernandez Description Updated
2019-06-25 11:43 sfernandez Note Added: 0005762
2019-06-25 11:44 sfernandez Note Edited: 0005762
2020-03-20 16:44 jsantos Target Version => 3.0.0
2020-03-20 16:44 jsantos Status assigned => resolved
2020-03-20 16:44 jsantos Resolution open => fixed
2020-03-20 16:44 jsantos Fixed in Version => 3.0.0