mike3sullivan

Results 13 comments of mike3sullivan

Repo on 6.0.401 on MacOS [edit: still a problem in 7.0.100 rc1] https://github.com/mike3sullivan/MauiListViewHasUnevenRowsItemTemplate Specifically, use of HasUnevenRows=True in combination with an ItemTemplate. In Main.xaml.cs, exception caught in Reset_Clicked (ObservableCollection .Clear()'d)...

This is a good solution, thank you. Some documentation around its use would be a good thing -- the effect on buttons is obvious, but I don't know what '...and...

Update: Setting the UIDeviceFamily to 6 is NOT a good solution -- selecting a Picker control seems to cause an application crash on Mac. [UIView(UICatalystMacIdiomUnsupported_Internal) _throwForUnsupportednonMacIdiomBehaviorWithReason: ] + 0

Also seeing big layout problems with RC2 associated with grid. Dumping RC2 work as well.

I ran Visual Studio as admin, then installed the redistributable from here, and my Windows 10 installation {with .NET 7 target) is now working. @jpreece6 https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads#windows-app-sdk-12

> @dustin-wojciechowski Thank you very much for looking into this. > > One of the last obstacles was #13094 but after fixing it, I still can't publish. > > After...

App Store not involved…built app for distribution outside Apple Store. Pkg built and installed without problem, but errors on app run.

ok...THAT error is gone now...but my app still crashes. The investigation continues...

I am stuck again -- my problem now is in a Blazor page. I can't debug the problem since I have run into another listed problem - inability to use...

Yes…added get-task-allowed as documented. Issue 7706 describes the scenario and discoveries. Apple make changes in 13.3 that require a change to an SDK.