View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002301 | NoesisGUI | Unity3D | public | 2022-03-09 16:30 | 2022-03-09 17:09 |
Reporter | stonstad | Assigned To | sfernandez | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 3.1.3 | ||||
Summary | 0002301: Runtime Error: key is needed to add an object to a dictionary | ||||
Description | <UserControl.Resources> <Storyboard x:Name="_ScrollDownAnimation"> <DoubleAnimation Storyboard.TargetName="_Mediator" Storyboard.TargetProperty="ScrollableHeightMultiplier" From="0" To="1" Duration="0:0:0.5"> <DoubleAnimation.EasingFunction> <ExponentialEase EasingMode="EaseInOut"/> </DoubleAnimation.EasingFunction> </DoubleAnimation> </Storyboard> ... Do resources now need a key in addition to a name? [NOESIS/E] Assets/User Interface/Screens/Game/Static/Profile/ProfileScreen.xaml(10): Key is needed to add an object to a dictionary. UnityEngine.Debug:LogError (object,UnityEngine.Object) NoesisUnity:UnityLog (int,string) (at C:/Users/stons/Source/StellarConquest/StellarConquest.Utilities/Noesis/3.1.3/Runtime/NoesisUnity.cs:357) Noesis.GUI:LoadComponent (object,string) (at C:/Users/stons/Source/StellarConquest/StellarConquest.Utilities/Noesis/3.1.3/Runtime/API/Core/NoesisGUI.cs:322) StellarConquest.Presentation.Unity.UI.ProfileScreen:InitializeComponent () (at Assets/User Interface/Screens/Game/Static/Profile/ProfileScreen.cs:66) StellarConquest.Presentation.Unity.UI.ProfileScreen:.ctor () (at Assets/User Interface/Screens/Game/Static/Profile/ProfileScreen.cs:61) | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
related to | 0002231 | resolved | sfernandez | Styles in Grid.Resources not automatically applied |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-03-09 16:30 | stonstad | New Issue | |
2022-03-09 16:34 | jsantos | Relationship added | related to 0002231 |
2022-03-09 16:35 | jsantos | Note Added: 0007837 | |
2022-03-09 16:35 | jsantos | Assigned To | => sfernandez |
2022-03-09 16:35 | jsantos | Status | new => assigned |
2022-03-09 17:08 | stonstad | Note Added: 0007839 | |
2022-03-09 17:09 | jsantos | Status | assigned => resolved |
2022-03-09 17:09 | jsantos | Resolution | open => duplicate |