Search found 2908 matches

by sfernandez
22 Nov 2023, 10:50
Forum: General Discussion
Replies: 1
Views: 34

Re: Loading a Xaml (View) and DataContext (ViewModel) at runtime using C# Managed SDK

Hi, In C# SDK you can use the Noesis.GUI.LoadXaml() method to load a xaml. The xaml file should be available through the XamlProvider set at initialization (see Integration sample), or if you are using our application framework, then the xaml file should be embedded into the assembly as we do in the...
by sfernandez
21 Nov 2023, 20:52
Forum: General Discussion
Replies: 1
Views: 35

Re: Errors on Unity Editor

Unknown member 'ContentPresenter.RecognizesAccessKey' This error just indicates RecognizesAccessKey property is not supported by Noesis. [NOESIS/E] Binding failed: Path=IsMouseOver, Source=null(''), Target=TextBlock('') [NOESIS/E] Binding failed: Path=IsFocused, Source=null(''), Target=TextBlock('T...
by sfernandez
21 Nov 2023, 20:47
Forum: General Discussion
Replies: 10
Views: 755

Re: MultiBinding with custom converter

Ok, I have reopened the issue #2347 and will solve it for next release.
by sfernandez
21 Nov 2023, 20:43
Forum: General Discussion
Replies: 1
Views: 54

Re: Content Scaler for Unity

Thanks for sharing! It will be useful to others for sure.
by sfernandez
21 Nov 2023, 20:41
Forum: General Discussion
Replies: 3
Views: 57

Re: ComboBox popup placement & animation

Thanks for the report, we'll fix it for the next release.
by sfernandez
17 Nov 2023, 19:44
Forum: General Discussion
Replies: 3
Views: 57

Re: ComboBox popup placement & animation

This is a bug, could you please report it in our bugtracker?
by sfernandez
17 Nov 2023, 19:38
Forum: General Discussion
Replies: 1
Views: 61

Re: Localization and ChangePropertyAction

The current implementation of Loc extension only works for properties of FrameworkElements in the tree, because it uses the dictionary from the LocExtension.Resources inherited property. Could you please report this in our bugtracker, we want to analyze how we could add support for that. In the mean...
by sfernandez
17 Nov 2023, 19:27
Forum: General Discussion
Replies: 1
Views: 39

Re: Custom ItemsControl to maintain focused index

Hi, Just a suggestion, for finding the index of the item containing the focused element you can just use the ItemsControl::ContainerFromElement() + ItemContainerGenerator::ContainerFromIndex(). Regarding your problem, when the item being replaced has the same type, what happens with the check if (el...
by sfernandez
17 Nov 2023, 19:03
Forum: General Discussion
Replies: 10
Views: 755

Re: MultiBinding with custom converter

Are you getting the same error message "MultiBinding converter failed to convert source values" when entering play mode?
Is the callstack of the log the same as the one attached above? If not, could you please open a ticket in our bugtracker and provide that information.
Thanks.
by sfernandez
13 Nov 2023, 12:39
Forum: General Discussion
Replies: 5
Views: 154

Re: ObservableCollection AddRange vs Async Method

Would it be possible to get the crash dump when using the async method?