Search found 8 matches

by relife87
12 Oct 2021, 21:05
Forum: General Discussion
Replies: 2
Views: 1758

Re: .NET 5.0 Cross Platform (linux)

App code, dead on -> return new XDisplay(); partial class App : Application { protected override Display CreateDisplay() { return new XDisplay(); } protected override void OnLog(LogLevel level, string channel, string message) { if (string.IsNullOrEmpty(channel)) Logger.Log($"{Enum.GetName(level...
by relife87
11 Oct 2021, 02:21
Forum: General Discussion
Replies: 2
Views: 1758

.NET 5.0 Cross Platform (linux)

Hi, have the problem - i'm try compile NET 5.0 app with noesis library but have invalid library problems - native(.so) have problem on step load fonts - from managed sdk(dll) have problem on Noesis_GetCurrentThreadId - System.DllNotFoundException Can help me? in Windows 7+ no have any problems, i'm ...
by relife87
21 Sep 2021, 11:03
Forum: General Discussion
Replies: 2
Views: 1469

Re: Stopped rendering (Background rendering)

Thanks, this helped
by relife87
21 Sep 2021, 00:05
Forum: General Discussion
Replies: 2
Views: 1469

Stopped rendering (Background rendering)

Hi, cannot find how change this - but, after window leave focus and mouse, window stop rendering with binding properties and Dispatcher, i'm known - game engines with default have property "rendering in background", but cannot find in noesis Using sdk for C#(.NET) for reproduce (windows 10...
by relife87
14 Sep 2021, 09:53
Forum: General Discussion
Replies: 6
Views: 5432

Re: 3.1.0 ScrollView problem pink and not scrolling

Thanks, the solution for my problem, Have another problems - but this in new topic
by relife87
11 Sep 2021, 08:11
Forum: General Discussion
Replies: 6
Views: 5432

Re: 3.1.0 ScrollView problem pink and not scrolling

Yes, this have resolution my problem, but i'm have this error in log, this normal? i'm first time removed default style after return this problem [NOESIS/W] Dependency property 'ListView.View' returned null [NOESIS/E] Binding failed: Path=TemplatedParent.View.ColumnHeaderContextMenu, Source=ScrollVi...
by relife87
10 Sep 2021, 10:55
Forum: General Discussion
Replies: 6
Views: 5432

Re: 3.1.0 ScrollView problem pink and not scrolling

This problem i'm have in ListView with ScrollViewer.CanContentScroll="True" Console return [NOESIS/W] Virtualization disabled: items control CanContentScroll is False may-be this be helping From stackoverflow post i'm change properties to ScrollViewer.CanContentScroll="True" Virt...
by relife87
09 Sep 2021, 18:37
Forum: General Discussion
Replies: 6
Views: 5432

3.1.0 ScrollView problem pink and not scrolling

Hi, i'm new in noesisgui, and cannot find answer for this problem, after move wpf template to noesis have the problems with ScrollViewer .NET 5.0, NoesisGUI 3.1 Windows 10 x64 19043.1165 This problem i'm have on use <ScrollViewer Margin="0" x:Name="PART_ContentHost" /> too... i'm...