Steve Miller
Steve Miller
@jfversluis Some additional detail... This is the code-behind of the content page: ``` namespace MobyClient.Pages; public partial class PageEmails : ContentPage { public PageEmails (EmailsViewModel emailsViewModel) { Guard.IsNotNull (emailsViewModel); InitializeComponent...
> @mobycorp > > * do you get that error at runtime or compile time > * running in DEBUG or RELEASE. does it happens on both ? > *...
> x:DataType is a compiled binding, it does not set the BindingContext, it should work even removing it. > > What that does is to resolve the binding expressions at...
I completely disagree with the decision to move this to the graveyard, otherwise known as the backlog! This is a CRUSHING error!!! I followed @jfversluis's YouTube video on how to...
Hi Gerald, I am using .NET 7 with Visual Studio Version 17.4.2. Obviously, it is VERY important that my icons and font icon images display! I followed your examples and,...
NOTE: The following is just my opinion... I think the MAUI development team completely missed the boat on what to deliver in the GA release of MAUI... And, since GA,...
> I think MAUI must cover all things, desktop and mobiles/tablets environments. I saw a lot of "tutorials" on youtube with MAUI, but most of them are for android environment!...
Thanks for this!!! On Sun, Feb 19, 2023 at 10:50 PM Shivji Bhagat ***@***.***> wrote: > for Windows i currently use the following Extension method to change the > cursor...