Page 2 of 2

Re: noesisGUI C# API Beta

Posted: 04 Feb 2015, 00:05
by jsantos
C# API updated to be in sync with 1.2.0b8

If you want a trial of this package, please, contact us in private and ask for it.

Re: noesisGUI C# API Beta

Posted: 07 Feb 2015, 10:57
by Axel777
Unfortunately, the C# version is completely broken. Just run the IntegrationSample - it allocates more than a GB of unmanaged memory (according to dotMemory) and then stops allocating. Only very little managed memory is allocated, though. If you compile and load Palette.xaml with the IntegrationSample, it throws an OutOfMemoryException within a couple of seconds.

Also, there are huge amounts of BaseComponent instances created. The problematic function seems to be UIRenderer.Update(). Could that be optimized?

Re: noesisGUI C# API Beta

Posted: 07 Feb 2015, 15:34
by jsantos
This needs more than an optimization, there is a serious leak in this beta. Please, let us investigate and fix it as soon as possible.

Thanks for the report!