Search found 3013 matches

by sfernandez
Yesterday, 21:22
Forum: General Discussion
Replies: 3
Views: 293

Re: LocTable propagation to ContentControl's content via TemplateBinding

Great, marking this as solved.
by sfernandez
Yesterday, 21:20
Forum: General Discussion
Replies: 1
Views: 22

Re: Get content from ContentControl / DataTemplate

Hi, is exactly as you said, you are getting a pointer to the elements that define the template, not the ones generated for each ContentControl. There are ways to reach the runtime elements just by traversing the visual tree (using VisualTreeHelper), but it is a bad practice. Why don't you want to us...
by sfernandez
Yesterday, 10:58
Forum: General Discussion
Replies: 1
Views: 126

Re: Best Practices for Navigation Between Views

Hello, There are different alternatives depending on each scenario. For example you can approach the navigation by splitting your different screens in several UserControls and then have a master/root xaml that references all of them and just changes the visibility to show/hide the active screen, lik...
by sfernandez
Yesterday, 10:52
Forum: General Discussion
Replies: 1
Views: 79

Re: Sharing Code Between Blend and Unity

Hi, you can share the same viewmodel (or code-behind) classes for Blend and Unity, you just need to use some conditional compilation to distinguish between the different types in WPF and Noesis/Unity. We use that approach in some of our examples, like in here: https://github.com/Noesis/Tutorials/blo...
by sfernandez
Yesterday, 10:42
Forum: General Discussion
Replies: 5
Views: 256

Re: PageLeft and PageRight focus traversal

Happy to help!
by sfernandez
06 May 2024, 21:49
Forum: General Discussion
Replies: 3
Views: 133

Re: CharacterSpacing is not inherited from container

So the "magic" is just the Inherits flag? Interesting, I knew about the flag, but I thought there's something special in the TextBlock itself.
Yes, only that... this was an easy fix :)
by sfernandez
06 May 2024, 18:56
Forum: General Discussion
Replies: 11
Views: 1758

Re: ToolTip in WorldSpace UI

Sure, note added to the bugtracker ticket with Android arm64 patched library.
by sfernandez
06 May 2024, 17:50
Forum: General Discussion
Replies: 3
Views: 133

Re: CharacterSpacing is not inherited from container

The property is not registered with the Inherits flag, this is not correct.
Could you please create a ticket in our bugtracker and we will fix it?

Your workaround is the best solution right now.
by sfernandez
02 May 2024, 12:06
Forum: General Discussion
Replies: 1
Views: 114

Re: Update NoesisGUI for Unreal Engine 5.4

Hi, we updated our code to be compatible for UE5.4 and will be available in the upcoming 3.2.4 version, which will be released in a few weeks. I attach a patch here in the meantime: Index: Plugins/NoesisGUI/Source/NoesisRuntime/Classes/NoesisRive.h ===================================================...
by sfernandez
02 May 2024, 11:59
Forum: General Discussion
Replies: 1
Views: 105

Re: Font Importer issue in Unreal whereas font is being displayed correctly

Hello, can you post here the file/folder structure of the related assets (source directories and content directories)? I will try yo reproduce the problem.
Or if you can attach a minimal project reproducing the error it would be even better.
Thanks!