Search found 16 matches

  • 1
  • 2
by tkaczz
09 Jun 2019, 11:17
Forum: General Discussion
Replies: 4
Views: 1612

[Solved] Rendering artifacts of image with alpha channel - NoesisGUI 2.2.2 and previous

[Solved] I did not discovered that blend created different same images in different places... I discovered weird graphic artifacts related to that raven and only for that. Game title above is rendering correctly (hidden now). No matter what I tried it will always render incorrectly. Using latest Noe...
by tkaczz
10 Jun 2018, 14:43
Forum: General Discussion
Replies: 4
Views: 3037

Re: [Solved] How to bind nested ObservableCollections in Unity/C#

Nice to hear you made progress. Just some tips... 1. You can set the DataContext once in the View root and it will be inherited down the tree of elements. You don't probably need to look for individual named elements and assign it every time (like you did with "RecipesList" and "Acti...
by tkaczz
25 May 2018, 14:18
Forum: General Discussion
Replies: 4
Views: 3037

Re: How to bind nested ObservableCollections in Unity/C#

With big help of Log Verbosity set to "Bindings", console printed very helpful message: [NOESIS] Type 'RecipeProducts' does not contain a property named 'Products' [NOESIS] Binding failed: Path=Products, Source=RecipeProducts(''), Target=ListBox(''), TargetProperty=ItemsControl.ItemsSource...
by tkaczz
23 May 2018, 12:27
Forum: General Discussion
Replies: 4
Views: 3037

Re: How to bind nested ObservableCollections in Unity/C#

I made workaround by creating ObservableCollection for ingridients displayed on top, and second in middle that displays recipes. But question from topic title still exists.
by tkaczz
21 May 2018, 18:08
Forum: General Discussion
Replies: 4
Views: 3037

[Solved] How to bind nested ObservableCollections in Unity/C#

I'm learning NoesisGUI but I'm stuck with problem from subject. No matter what tried I it's simply not working. I tried based on these examples https://forums.xamarin.com/discussion/51073/how-to-create-a-sub-listview-inside-a-listview-with-data-binding https://social.technet.microsoft.com/wiki/conte...
by tkaczz
21 May 2018, 17:35
Forum: General Discussion
Replies: 3
Views: 1273

Re: Viewing Samples in Kaxaml

As I remember Noesis Samples are blend projects with everything already being set, so you're probably out of luck with kaxaml. If you're using Unity you have to import Noesis package before you can run certain sample.
BTW you can install vs+blend on another partition.
  • 1
  • 2