Search found 3925 matches

by jsantos
06 Apr 2024, 13:33
Forum: General Discussion
Replies: 3
Views: 157

Re: MVVM (Model View ViewModel) design in C++, research for understanding and apply an example

Our C++ SDK includes fully working samples with source code. I recommend the following for learning more about MVVM:
  • DataBinding
  • Commands
  • Gallery
by jsantos
06 Apr 2024, 13:25
Forum: General Discussion
Replies: 2
Views: 131

Re: Unreal: NoesisGrabBackgroundImage

Is it safe to change the clear alpha value from 1 to 0? The UI seems to be fine with the change" If you modify this and you are using the BackgroundEffectBehavior to blur the background it won't work correctly. But, you are right, we shouldn't be modifying the alpha of the Unreal texture. Coul...
by jsantos
04 Apr 2024, 15:35
Forum: General Discussion
Replies: 6
Views: 186

Re: Connect to Child Event

Yes, please, add a ticket for this. Thank you!
by jsantos
03 Apr 2024, 06:13
Forum: General Discussion
Replies: 1
Views: 150

Re: can I run NoesisGui with UWP in Visual Studio ?

Our C++ SDK contains several UWP projects for each architecture (arm, x86, x86_64). Note that, as in the rest of platforms, we render the XAML ourselves, using D3D. You can't mix Noesis XAML with UWP XAML.
by jsantos
03 Apr 2024, 06:06
Forum: General Discussion
Replies: 6
Views: 186

Re: Connect to Child Event

Have you tried overriding ConnectEvent as described in the Events Tutorial ?
by jsantos
01 Apr 2024, 18:13
Forum: Official Announcements
Replies: 28
Views: 1252

Re: Updates to Our Licensing Terms

When you say that it will be effective in 3.2.4, are you implying that the changes won't be retroactive to older versions, and so I should continue using the older versions until I figure out what I want to do? The link for automatically getting a trial (https://www.noesisengine.com/trial/) is goin...
by jsantos
29 Mar 2024, 13:46
Forum: General Discussion
Replies: 1
Views: 74

Re: Unity Gamepad connection

The "Hover" effect only makes sense with the mouse. For keyboard and gamepad, the state that makes sense is "Focused".

Is this using a custom style? Are you able to reproduce this in one of our examples?
by jsantos
29 Mar 2024, 05:07
Forum: Official Announcements
Replies: 28
Views: 1252

Re: Updates to Our Licensing Terms

We are still deciding about how long our runtime will run without a license. But yes, it can be used for development tests. This change will be effective with 3.2.4.
Even if you don't finish any project with Noesis, the 195€ payment is contributing to the Maintenance and Support that we provide.
by jsantos
28 Mar 2024, 06:37
Forum: Official Announcements
Replies: 28
Views: 1252

Re: Updates to Our Licensing Terms

Studio is still not available. We are still working on it.
by jsantos
27 Mar 2024, 21:05
Forum: Official Announcements
Replies: 28
Views: 1252

Re: Updates to Our Licensing Terms

Some people already told me they want to provide a third-party service where they create their own version of the project, offer cloud-hosted servers, and provide their clients with a compiled client for each platform (since it's a cross-platform project). In this case, would they need a license pe...