Morten Nielsen

Results 478 comments of Morten Nielsen

Thanks. Is your form relatively complicated? I wonder if it's causing a lot of UI creation. Also you don't need to evaluate expressions after - the featureform will do that...

I also wonder if this PR would improve things for you: https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/pull/644

I'm seeing slow performance on Android in the v.next branch. One location that seem to take a lot of time are these two lines: https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/9cbcdf9ff1d2df0f33ef78d196f9f2f7dd1cdde6/src/Toolkit/Toolkit.Maui/ContentControl.cs#L44-L45

Android nettrace / speedscope: [Toolkit.SampleApp.Maui.zip](https://github.com/user-attachments/files/20867451/Toolkit.SampleApp.Maui.zip) ![Image](https://github.com/user-attachments/assets/9b7caf09-48af-4581-a8ef-f52fca7bf451) ![Image](https://github.com/user-attachments/assets/f38db6da-fce3-4f77-8461-4c8da650879f)

@ramtechjoe How many elements are in your FeatrueForm? (ie the FeatureForm.Elements property). The one I'm testing with is rather excessive with over 100 elements. A more reasonable amount seem to...

Following up on your comment on WinUIEx's subtitle rendering: I honestly don't remember the details - I've since deleted the mediaplayer implementation since WinUI now has it built-in, so this...

131mb? I'm seeing 323mb. This is a horrible solution over using the xref-service.

If you send in the text as a parameter (instead of as geography type) and convert to geography server-side do you get the same result?

Whaaaaat? That’s just ridiculous 🤦‍♂️🤦‍♂️🤦‍♂️ In that case I honestly don’t think there’s much I can do beyond actually implementing valid calculations which is not something I want to get...

Related issue for one of these items: https://github.com/dotnet/wpf/issues/45