tomasz kucinski

Results 10 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

## Current behavior I implemented `VisualStateManager` as presented in example: [VisualStateManager](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Markup/VisualStateManager.html) In this example, `VisualStateManager` is a property of a topmost `UIElement`. It is working fine. I created couples of...

kind/bug
triage/untriaged

## Current behavior When adding a shadow to the line, a boundary rectangle is used to create a shadow ```xaml ``` ![image](https://github.com/user-attachments/assets/b4832ec4-3bff-494b-ae1f-ae2504006780) ## Expected behavior I expect that line will...

kind/bug
kind/enhancement
control/shadows

### Current behavior Under `Desktop` framework, the `TextBlock `ignores TextTrimming property: `CharacterEllipsis` and `WordEllipsis` are not working: ```xaml ``` `Desktop` framework: ![image](https://github.com/user-attachments/assets/fe3955fd-08ab-427b-91ba-f0ee583e573e) `WindowsSdk` framework: all is fine. ![image](https://github.com/user-attachments/assets/f7e2f9f9-277c-47bd-8d7d-c4c30ec658a6) ### Expected...

kind/bug
area/textblock
area/skia/text ✏️