Paul Astro

Results 45 comments of Paul Astro

> > > Just here so I can keep track of this.. Using the workaround at the moment... > > > > > > What's the work around? link please?...

I did this for now to be able to delete items from CarouselView on ANdroid using the "ObservableRangeCollection": ``` public ObservableRangeCollection UserReports { get; set; } = new(); //this is...

> Ah, the old `await Task.Delay(..)` hack... a staple of a good MAUI "fix" ;) > > @plppp2001 Your fix is astute and I've seen similar in other codebases, but...

LOL you guys are hilarious.... haha I'll tell on you to jfversluis

Hi all, I have latest VS2022 and .NET 8. The TextColor doesn't work for me either. But the BOLD FontAttributes work: thanks, Paul

Try the workaround posted, it worked for me. ________________________________ From: Quaybe ***@***.***> Sent: Thursday, December 21, 2023 9:58 PM To: dotnet/maui ***@***.***> Cc: Paul Astro ***@***.***>; Comment ***@***.***> Subject: Re:...

I'm getting this error when I have an Image on my CarouselView . This is a show stopper for me. I'm using: Net 8 MAUI - Latest VS2022 == Version...

I'm having the same issue when .NET 8 MAUI app is already running, same error: System.InvalidOperationException: 'Window was already created' How can we check the progress of this bug report?

Hi, I'm trying to figure things out with this, but just wondering if we need to do something like this (see attached screen shot) ![Screenshot 2023-12-28 011719](https://github.com/dotnet/maui/assets/45370058/774ae25e-b353-4290-a258-555a9f4fbf6f) https://github.com/redth/maui.applinks.sample

> @plppp2001 Is it working for you? Are you able to fix this crash on Android with the mentioned workaround? Haven't tried this yet, I'm currently frustrated with the iOS...