FreakyAli / Maui.FreakyControls

FreakyControls is a free OSS UI Kit for .NET MAUI which provides a set of controls and utilities to build modern mobile apps.
MIT License
294 stars 36 forks source link

Handler not found for view Maui.FreakyControls.FreakyAutoCompleteView. #120

Closed MasterOutLite closed 4 months ago

MasterOutLite commented 4 months ago

Description

Hello! I got an error with FreakyAutoCompleteView. An error occurs on the Windows platform - Handler not found for view Maui.FreakyControls.FreakyAutoCompleteView.

I just started using it and I don't understand what is the reason and how to fix it.

Basic Information

Screenshots

image

FreakyAli commented 4 months ago

Windows is unsupported!

FreakyAli commented 4 months ago

If you want, I can help you write a control that works on windows, I just don't have the time to maintain a library that supports windows and mac cat and that's the reason I only support Android and iOS

MasterOutLite commented 4 months ago

Thank you. But I don't know how and what to write. I've never written my own Controls before. I only used those already written by someone, or those from MAUI. If there are any guides, I would rather start with them.

FreakyAli commented 4 months ago

I have written this one blog which is all you're gonna need to learn how to use/create your own handlers : https://blog.stackademic.com/mastering-net-maui-a-deep-dive-into-handlers-1205cd34f270

MasterOutLite commented 4 months ago

Thank you