Search found 20 matches

  • 1
  • 2
by Feldruebe
14 Dec 2023, 22:38
Forum: General Discussion
Replies: 1
Views: 3931

Static resource not found error

Hello, I am getting an error that a static resource can not be found when using it in a DataTemplate defined in another resource dictionary. But it still works fine. I can fix this by moving the dictionary below. Is this normal? Error: <ResourceDictionary xmlns="http://schemas.microsoft.com/win...
by Feldruebe
11 Nov 2023, 01:00
Forum: General Discussion
Replies: 1
Views: 1502

Re: Indexer binding not updated

Nevermind was a mistake by me. It works.
by Feldruebe
11 Nov 2023, 00:28
Forum: General Discussion
Replies: 1
Views: 1502

Indexer binding not updated

Hello, I have a binding on a List using an indexer. Something like this: Property public List<Test> MyList { get => this.myList; set => this.SetField(ref this.myList, value); } Binding <TextBlock Text="{Binding MyList[0].Text, ElementName=Root}"></TextBlock> Now I want to update the elemen...
by Feldruebe
11 Oct 2023, 00:00
Forum: General Discussion
Replies: 2
Views: 488

Re: NineSlice Example has spacings

Thanks for the response.
Will do so.
by Feldruebe
08 Oct 2023, 14:36
Forum: General Discussion
Replies: 2
Views: 488

NineSlice Example has spacings

Hello,

I tried the Unity NineSlice Example.
Out of the box, I am getting spacings between some parts. Are there settings that I am missing?
by Feldruebe
27 Sep 2022, 11:38
Forum: General Discussion
Replies: 1
Views: 233

FindByName fails with custom ContentControl

Hello, I am using a self-made ContentControl with some adjustments (border, images, etc.). Layouting and Bindings are working fine. But I struggle to get controls that I place in it by name. In a parent control, the following call to FindByName gives me null and the actual sizes are 0 when I go manu...
by Feldruebe
09 Sep 2022, 01:14
Forum: General Discussion
Replies: 1
Views: 414

ConicGradientBrushShader

Hello, I tried to use the ConicGradientBrushShader the same way it was used in the documentation. But I get the following error: [NOESIS/E] Assets/Scripts/Ui/Overlay/MainMenu/MainMenuView.xaml(63): Unknown type 'NoesisGUIExtensions.ConicGradientBrushShader'. UnityEngine.Debug:LogError (object,UnityE...
by Feldruebe
26 Jul 2022, 11:04
Forum: General Discussion
Replies: 4
Views: 470

Re: Binding to ScriptableObject

Ok, this was a little bit tricky but turned out really simple.

https://www.noesisengine.com/bugs/view.php?id=2386

My ViewModel referenced over a bit deep hierarchy a third-party component that used a ref property which triggered the exception.
by Feldruebe
25 Jul 2022, 13:09
Forum: General Discussion
Replies: 4
Views: 470

Re: Binding to ScriptableObject

Ok, i will create a minimal sample.
Just wanted to know if I missed something in the docs that i had to do.
by Feldruebe
24 Jul 2022, 22:56
Forum: General Discussion
Replies: 4
Views: 470

Binding to ScriptableObject

Hello, I get an error when I do a binding to a ScriptableObejct. Is there something I have to look out for? ArgumentNullException: Value cannot be null. Parameter name: key System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) (at <f3d0e7ec4efc44199bb22a77b1c8eff4>:0) System.Coll...
  • 1
  • 2