tomasz kucinski
tomasz kucinski
I fully agree with your opinion @mobycorp. After long years waiting for MAUI to be released and than again waiting for the fix of many Desktop application issues, the company...
> @kucint To validate the existing implementation satisfies your requirements or to provide feedback on improvements, can you please copy the control from https://github.com/unoplatform/Uno.Samples/blob/master/UI/PhotoViewer/InteractionControls/ZoomContentControl.cs into your test app and try...
HI @MartinZikmund , could you confirm that PhotoViewer demo app actually works? I downloaded the whole Uno.Samples repository and compiled successfully the PhotoViewer. The app starts successfully but enabling Zoom...
thanks! sure, I will check the demo app and let you know. BTW, sorry for late answer, I was not in office last week.
now, the app fails to start with following exception: ``` 08:46:39:626 Exception thrown: 'System.Runtime.InteropServices.COMException' in System.Private.CoreLib.dll 08:46:39:626 An exception of type 'System.Runtime.InteropServices.COMException' occurred in System.Private.CoreLib.dll but was not handled in...
> Hey @kucint, thank you for testing this. You tried it on .Windows target, right? Please test this on your side with other Uno targets (Skia, Wasm, Mobile...), there it...
I want to show the content of `ItemsControl` on `Canvas` as a collection of rectangles. To do so I produced following code: ``` public sealed partial class MainPage : Page...
this topic seems to be related to https://github.com/unoplatform/uno/issues/16046
the UUID represented by two uint64 values will have problem with endianness: see [how-do-i-represent-a-uuid-in-a-protobuf-message](https://stackoverflow.com/questions/36344826/how-do-i-represent-a-uuid-in-a-protobuf-message) discussion.
@MartinZikmund: Uno currently only uses the default "windows" blue, and is ignoring the windows "accent-color", see [#16608](https://github.com/unoplatform/uno/discussions/16608#discussioncomment-9368032) Can this be fixed?