Thanks for watching! Hope that serves as a good intro to the Handler architecture in .Net Maui! 🕘Timestamps: 00:00 - Video Start 00:28 - Creating Your Own Handler (Helpful in Understanding How They Work) 09:02 - How to Modify Existing Handlers and Mappers 14:30 - My Favorite Handler Example from the Microsoft Docs
Hi Chris, I was just checking if you made any new videos, just a humble feedback, your content is great and relevant, be encouraged to continue(it may take a while to reap the fruits), I hope that you will get the return and visibility that your work deserves, the community needs more non-microsoft employees making content about MAUI. Looking forward for the next videos.
I like your videos. I have a suggestion for a future video. The scrollbar on the Maui editor control does not work on IOS or MacCatalyst. This is a known issue logged on Github. How about a video about how to create a custom editor control that has a working scrollbar.
Good video but it doesn't work at all on Maui .Net 8. Is it normal ? in the CircularButton in the constructor Handler = new CircularButtonHandler(); make the application crash
Try setting the handler for your view through the handlers collection provided in the ConfigureMauiHandlers extension method of the MauiAppBuilder e.g. handlers.AddHandler(); @ProgrammingWithChris I suggest this approach than to set the handler in the view's constructor.
Thanks for watching! Hope that serves as a good intro to the Handler architecture in .Net Maui!
🕘Timestamps:
00:00 - Video Start
00:28 - Creating Your Own Handler (Helpful in Understanding How They Work)
09:02 - How to Modify Existing Handlers and Mappers
14:30 - My Favorite Handler Example from the Microsoft Docs
Hi Chris, I was just checking if you made any new videos, just a humble feedback, your content is great and relevant, be encouraged to continue(it may take a while to reap the fruits), I hope that you will get the return and visibility that your work deserves, the community needs more non-microsoft employees making content about MAUI. Looking forward for the next videos.
Hi, I appreciate that :) I’ve just been busy with other things, mostly directly related to my “actual” job, but I plan on making more videos soon!
@@ProgrammingWithChris We will waiting for this! )
Great video. Good work !
Great videos on MAUI. Subbed! Thanks!
Great video, thanks I was wondering what handlers were, makes sense now you've explained it. :)
Well explained and very helpful! My only suggestion is enable word wrap, that would make it easier follow. Thanks!!
I like your videos. I have a suggestion for a future video. The scrollbar on the Maui editor control does not work on IOS or MacCatalyst. This is a known issue logged on Github. How about a video about how to create a custom editor control that has a working scrollbar.
Thank you for this helpful information
Appreciate your work. Many thanks, buddy :)
Very helpful!
could we use this get a keydown event of entry?could you make a video of keydown event?
why you define new handler in your custom controls constructor instead of mapping in MauiProgram?
Good video but it doesn't work at all on Maui .Net 8. Is it normal ?
in the CircularButton in the constructor Handler = new CircularButtonHandler(); make the application crash
Hey, I'm getting error on setting Handler, "The handler's MauiContext cannot be null", did you face this problem?
Thanks.
Try setting the handler for your view through the handlers collection provided in the ConfigureMauiHandlers extension method of the MauiAppBuilder
e.g. handlers.AddHandler();
@ProgrammingWithChris I suggest this approach than to set the handler in the view's constructor.
I want to say something about your UA-cam channel