Search found 2869 matches
- 28 Sep 2023, 18:01
- Forum: General Discussion
- Replies: 1
- Views: 47
Re: v3.2.2 release date
Hi, that issue was fixed for 3.2.2 version, I marked the ticket as resolved.
- 26 Sep 2023, 18:45
- Forum: General Discussion
- Replies: 7
- Views: 91
Re: DropShadowEffect makes path pixelated
And this is related to the same issue I explained before. With the new algorithm the result is ok:Also when running this: https://www.noesisengine.com/xamltoy/8b ... aee192e2bd, the font disappears when DropShadow effect is present.
.
- 26 Sep 2023, 18:21
- Forum: General Discussion
- Replies: 7
- Views: 91
Re: DropShadowEffect makes path pixelated
Hi Otter, The problem with WorldUI in combination with Effects was a known issue we've been working to solve for the next release. It has nothing to do with PPAA, the problem was that 3D transformations were not taken into account when generating the offscreen textures, so could be using smaller siz...
- 21 Sep 2023, 17:41
- Forum: General Discussion
- Replies: 10
- Views: 174
Re: Localization Question using Loc Extension
Do you know when you might be able to provide this? Not for the upcoming version, probably next one. by making the "Resources" property public I think there is no problem on making that property public in the extension as it is only for Blend, so I generated a new Noesis.GUI.Extenssion Nu...
- 20 Sep 2023, 16:52
- Forum: General Discussion
- Replies: 10
- Views: 174
Re: Localization Question using Loc Extension
Hi Sam, We've been looking at our current implementation of the Loc extension and as you noticed there is something we have missing. The extension should be able to detect changes in the localization dictionary, and update the target properties automatically. This mechanism is similar to what Dynami...
- 19 Sep 2023, 12:05
- Forum: General Discussion
- Replies: 15
- Views: 260
Re: The type 'NoesisWorldUI' exists in both 'Noesis.NoesisGUI, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Hello, I just installed NoesisGUI 3.2.1 in a empty Unity project, imported the World Space UI sample, opened the WorldSpaceUI-blend solution in Blend, build the project in Blend (Build > Build Solution (F7)), and everything appears to be correct. I got no errors in the designer and I can hit Debug >...
- 13 Sep 2023, 20:30
- Forum: General Discussion
- Replies: 7
- Views: 885
Re: Storyboard not playing on DataTemplate in ItemsControl with DataTriggers in Unreal Engine
It is strange, I was able to reproduce the problem and the patch fixed it.
Could you please attach some example in the ticket that reproduces it for you? I might have something different in my test project.
Could you please attach some example in the ticket that reproduces it for you? I might have something different in my test project.
- 13 Sep 2023, 20:17
- Forum: General Discussion
- Replies: 2
- Views: 52
Re: Troubleshooting Design Errors in Blend for NoesisGUI within Unity
for more explain, when i create a UserControl from Tools/NoesisGuI/Create , and reference that in mainwindow.xaml , blend gives error that the UserControl does not exist If you work with a Blend project, it is better if you create all the controls directly in Blend (right-click project > Add > User...
- 13 Sep 2023, 20:05
- Forum: General Discussion
- Replies: 6
- Views: 101
Re: Updating a bound object with INotifyPropertyChanged does not work
Please let us know if you find any issues.
Glad to help.
Glad to help.
- 06 Sep 2023, 20:39
- Forum: General Discussion
- Replies: 6
- Views: 101
Re: Updating a bound object with INotifyPropertyChanged does not work
In my case I don't want to do this as I would need to create about 30 Dependency properties if I want to do it this way. That's a bit too many for my liking. In my example the Name property was not intended to be a DependencyProperty, just a CLR property of the PlayerData instance. But if those pro...