Search found 17 matches

  • 1
  • 2
by voula_d
14 Mar 2024, 11:40
Forum: General Discussion
Replies: 1
Views: 175

Hierarchical Treeview

Hi all, I am trying to create a hierarchical treeview using a HierarchicalDataTemplate and a grouped list. The list is of type List<IGrouping<string, MyClass>> and the way I am binding the treeview to that list is the following: <TreeView ItemsSource="{Binding GroupedList}" > <TreeView.Ite...
by voula_d
22 Feb 2024, 14:32
Forum: General Discussion
Replies: 4
Views: 406

Re: Support of System.Threading Class

Hi,
are there any news on this? If it has not yet implemented on v3.2.3, is there a workaround for Android?
Thanks
by voula_d
07 Feb 2024, 14:49
Forum: General Discussion
Replies: 5
Views: 208

Re: Building a WPF app to Android

Thanks for the quick response! Building the HelloWorld sample works and I am trying to deploy to an Android emulator. Still getting the error described above. Is it possible to run the samples on an Android emulator? And, if it is, is there a specific configuration I must follow to set up the emulat...
by voula_d
06 Feb 2024, 17:50
Forum: General Discussion
Replies: 5
Views: 208

Re: Building a WPF app to Android

I'm not sure this helps but trying to run the HelloWorld sample from VisualStudio on the Android emulator gives me the following error and stops: Start debugging Android application ... > am start -a "android.intent.action.MAIN" -c "android.intent.category.LAUNCHER" -n "com....
by voula_d
06 Feb 2024, 17:34
Forum: General Discussion
Replies: 5
Views: 208

Building a WPF app to Android

Hello, I have ported a WPF app to Noesis and I managed to build it for windows. I am now stuck on how to build the same app for Android. I tried using the instructions from this guide https://www.noesisengine.com/docs/Gui.Core.GettingStartedNative.html#building-android. Are these the steps I should ...
by voula_d
13 Dec 2023, 12:09
Forum: Official Announcements
Replies: 34
Views: 40674

Re: WebAssembly

The issue https://github.com/dotnet/runtime/issues/92380 is getting some attention and someone has posted a comment with a possible workaround. Is the workaround a viable option for Noesis?
by voula_d
28 Sep 2023, 14:51
Forum: General Discussion
Replies: 4
Views: 666

v3.2.2 release date

Hi all,
I would like to ask when is version 3.2.2 scheduled for release? Is issue https://www.noesisengine.com/bugs/view.php?id=2522 going to be included in 3.2.2 or has it been pushed back to a future release?
Thank you
by voula_d
02 Mar 2023, 12:29
Forum: General Discussion
Replies: 2
Views: 313

StackOverflow exception when setting DataContext in UserControl's constructor.

I am getting a stack overflow exception when trying to set a DataContext in the constructor of a custom UserControl that derives from TextBox. Setting the DataContext in the Loaded event works and does not produce the same error. Please let me know if I should post a ticket in the BugTracker for thi...
by voula_d
23 Feb 2023, 17:17
Forum: General Discussion
Replies: 4
Views: 686

Re: AccessViolationException when clicking on user control

I tried reproducing the error using a simpler sample application but unfortunately it was not reproducible. I can only reproduce it on my application which I cannot share. I can't think of any other way to point you to a reproducible scenario, I guess I have to keep trying. I found another issue wit...
  • 1
  • 2