Search found 3011 matches

by sfernandez
Today, 10:58
Forum: General Discussion
Replies: 1
Views: 124

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
Today, 10:52
Forum: General Discussion
Replies: 1
Views: 78

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
Today, 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: 1756

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: 104

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!
by sfernandez
30 Apr 2024, 21:13
Forum: General Discussion
Replies: 11
Views: 1756

Re: ToolTip in WorldSpace UI

Added a note with a link to download a patched library in the ticket: #2721
by sfernandez
30 Apr 2024, 21:05
Forum: General Discussion
Replies: 3
Views: 237

Re: Don't understand how to set grid column of data collection

Glad to help, marking this as solved then.