Eilon Lipton

Results 502 comments of Eilon Lipton
trafficstars

I think this question is more about retrieving multiple result sets from a sproc, and less so about MVC view models.

@RickyG-Akl , the friendly folks in this repo will give you an answer 😄

It's hardly even a prototype, but I think we can make this work! At least, on Windows for now! I hard-coded a ton of stuff, but this is a right-click...

> > At least, on Windows for now > > It wouldn't be harder to do on ios and mac either. They have specific control for that. Just using that...

Prototype is a lot less hard-coded now. I can add context menu actions to arbitrary elements and get them to click: This is what the XAML looks like: ```xaml ```...

Looks like MacCatalyst is indeed fairly easy: The code is still in veeeeeeeery early stages so it will be quite some work to get it ship-ready. But it's looking good!

Yeah Android will be interesting and I haven't thought about it much. My aim is to first have a good desktop experience where context menus are most expected. Once I...

Windows context menus looking reasonable now. Sub-menu items working: ![image](https://user-images.githubusercontent.com/202643/179292273-6cdb9367-48cc-4c5c-b923-cf42f1e7becb.png) Menu icons working: Dynamically changing menu item bindings working:

# Context-menu support in .NET MAUI A context menu, often known as a right-click menu, offers contextual commands that are specific to the element being clicked on. In .NET MAUI...

> @Eilon please consider Android as soon as possible For sure. It's all about priorities and what we can get done in time for .NET 7, so we will have...