Search found 8 matches

by inedi
22 Jun 2019, 19:40
Forum: General Discussion
Replies: 1
Views: 1094

PathGeometry Classes for dynamic geometry

Hello I suggest add classes for build PathGeometry in Noesis GUI (PathGeometry -> PathFigure -> PathSegment /ArcSegment etc) It is now quite difficult to implement such gauges: https://habrastorage.org/webt/it/wh/jw/itwhjwfiduyk_-ddv7wptddqktu.jpeg in WPF this Gauges with dynamic geometry - is easy ...
by inedi
21 Jun 2019, 22:57
Forum: General Discussion
Replies: 1
Views: 2469

Flares Renders over Noesis

Noesis 2.2.3 Unity 2019.1.5f1 if add standard flares (lens Flares on Game Object or add Flare in Light Element when add Flares layer on camera: https://habrastorage.org/webt/x3/hk/ej/x3hkej-ljz_2aemcamryaqm-h-o.png Flares Renders over Noesis https://habrastorage.org/webt/bz/2g/yx/bz2gyxdyuemjbs40snj...
by inedi
21 Jun 2019, 13:04
Forum: General Discussion
Replies: 2
Views: 2522

Re: Find XAML Resource in global Theme

I'm write this code: using Noesis; internal static class Utilities static FrameworkElement frameworkElement = new FrameworkElement(); internal static Style GetStyle(string key) { return (Style)frameworkElement.FindResource(key); } } using Utilities.GetStyle("key"); And this working This al...
by inedi
20 Jun 2019, 17:38
Forum: General Discussion
Replies: 2
Views: 2522

Find XAML Resource in global Theme

Hello! What can i replace WPF code Style style = Application.Current.FindResource("key") as Style; in Noesis / Unity ? in code behind working: Style style = (Style)this.FindResource("key"); but I need to find the Style in Theme.XAML from converter for my ViewModel I will be glad ...
by inedi
20 Jun 2019, 09:41
Forum: General Discussion
Replies: 2
Views: 2324

Re: Inheritance User Control not loaded in metod GUI.LoadXaml

Sorry all samples woks I wrote the wrong sourse in NoesisGUIExtensions resolve: <NoesisGUIExtensions:Xaml.Dependencies> <NoesisGUIExtensions:Dependency Source="../../Grids/Name1.xaml"/> <NoesisGUIExtensions:Dependency Source="../../Grids/Name2.xaml"/> <NoesisGUIExtensions:Depende...
by inedi
19 Jun 2019, 17:36
Forum: General Discussion
Replies: 2
Views: 2324

Inheritance User Control not loaded in metod GUI.LoadXaml

Hi. I have load views in Run Time this is Working: #if NOESIS UserControl control; control = (UserControl)GUI.LoadXaml("Assets/GridsPreview/" + LayoutManager.CreateStringGridName(layoutType, layoutSizeType) + ".xaml"); VbGridContainer.Child = control; #else //WPF load VbGridConta...
by inedi
15 Jun 2019, 18:08
Forum: General Discussion
Replies: 4
Views: 1044

Re: [Solved] Rendering artifacts of image with alpha channel - NoesisGUI 2.2.2 and previous

Are you setting the label 'Noesis' to the texture as commented in the Unity Tutorial?
thank you, this solved the problem

I think it should be highlighted in red in the documentation )
by inedi
15 Jun 2019, 17:54
Forum: General Discussion
Replies: 4
Views: 1044

Re: [Solved] Rendering artifacts of image with alpha channel - NoesisGUI 2.2.2 and previous

I have same problems

.png with alpha render with artefacts

Image

original
Image

any render settings don't work

unity 2019.1.5f1 noesis 2.2.3