tomasz kucinski

Results 7 issues of tomasz kucinski

ICanvas is missing a method DrawBezierLine(), which is usually available in most of graphics libraries.

enhancement

### Description I created custom `IDrawable `class in order to draw on Canvas. I attached it to `GraphicsView `in both Maui App and WinForms App. Under Maui it works correctly,...

bug

@kucint I think it would be better if this issues with 3 questions was split into 3 discussions for easier tracking _Originally posted by @francoistanguay in https://github.com/unoplatform/uno/discussions/14947#discussioncomment-8930265_

## Current behavior **Issue 1**; `OnPointerReleased` is not triggered in Template Control **Issue 2** Inconsistent OriginalSource type of `OnPointerReleased` ---------- **Issue 1**; This Issue is tricky. Create following Control as...

kind/bug
triage/untriaged

## Current behavior When [ObservableProperty] is used in C# markup, the compiler fails with: _The type 'Uno.ObservableAsMarkupApp.MyItem' cannot be used as type parameter 'T' in the generic type or method...

kind/bug
triage/untriaged

### Current behavior **Issue 1** binding to local constant works in `Page` but not working in `Control` ```xaml ``` Code behind: ```cs public sealed partial class MyControl : Control {...

kind/bug
triage/untriaged
area/xBind 🪢
difficulty/tbd

### Current behavior FindName() fails to find `ItemsRepeater` on `Desktop`. It works fine on `WinAppSDK`. ```xaml ``` ```cs public sealed partial class MainPage : Page { public MainPage() { this.InitializeComponent();...

kind/bug
triage/untriaged
difficulty/tbd