Javier Suárez

Results 549 comments of Javier Suárez

Very soon. ![alohakit-layout-grid](https://user-images.githubusercontent.com/6755973/222121777-a9554148-ccf6-40a8-aabe-d960f23e9a62.PNG)

You can generate drawn UI based on Fluent, but the tool only gives you the code to draw. You need to create controls, manage states, events, etc.

@BertoMe El problema es debido a que el proyecto usaba .NET 6 y no lo tenías instalado. Acabo de actualizar el proyecto a .NET 8. ![image](https://github.com/jsuarezruiz/figma-to-maui-graphics/assets/6755973/fe89777e-3569-47a6-a42a-2cf857d3e2d2) Prueba de nuevo revisando...

Looking at the code, if you look at the X and Y positions they are in negative values (Example: -268f, -295f). Did you set the Root element to 0, 0...

> you have two things registered to "MainPage" https://github.com/sinsedrix/MauiTests/blob/main/Modal/MauiProgram.cs#L22 https://github.com/sinsedrix/MauiTests/blob/main/Modal/AppShell.xaml#L13 Could you check it?

@kubaflo Could you rebase to fix the conflicts? Thanks in advance.

@kubaflo Could you rebase?. I think this PR potentially could also fix https://github.com/dotnet/maui/issues/22897

More tests using the latest .NET 7 and .NET 8 versions. .NET 7 Performance problems scrolling the list. ![image](https://github.com/jsuarezruiz/netmaui-surfing-app-challenge/assets/6755973/55c9743d-8abe-4c77-b3b7-62cc7be542e0) .NET 8 Image inside border misaligned on Android. ![image](https://github.com/jsuarezruiz/netmaui-surfing-app-challenge/assets/6755973/fba9dba1-4113-4d16-a058-b282f8215133) Path inside...