Stephen Monaco

Results 73 comments of Stephen Monaco

Please ensure that your dialog has focus and can receive input. You can do this by inspecting it in DevTools and seeing the `:focus` or `:focus-within` pseudoclass. You should be...

> I'm not using DevTools This is a bad decision. DevTools allows you to inspect the state of your app while running. It's equivalent to saying you don't use the...

Great that the "workaround" works. I really can't strongly enough recommend checking out DevTools in the [docs](https://docs.avaloniaui.net/docs/guides/implementation-guides/developer-tools) as it helps diagnosing root causes once you do have a known problem....

You need to handle the pointer event so that the `TextBox` will not, at least for this narrow scenario (and allow it to handle other scenarios). I've written an attached...

Should be fixed by [ObservableCollections 2.2.0 release](https://github.com/Cysharp/ObservableCollections/releases/tag/2.2.0)

`Application` is explicitly not supported, I presume by design. See https://github.com/AvaloniaUI/Avalonia/blob/03f91a2c3d20160dad7dd60961ac272cc16f39aa/src/Avalonia.DesignerSupport/DesignWindowLoader.cs#L92-L93 There's not much value here to be had either, IMO, unless somebody needs to preview a multiwindow app at...

As an alternate approach, I suggest adding DevTools to the main `Solitaire` project via: ```xml ``` Run `Solitaire.Desktop` in debug mode and press F12 to launch. See the [Developer Tools...

I fail on the same code pathway in VS using SukiUI.Demo ![image](https://github.com/user-attachments/assets/759ae1b4-dfe0-4525-9fa3-2b4d917b1a4c)

This is because Fluent theme shrinks the `Button` while pressed and `Button` requires the pointer to be within its bounds upon release for a click event to occur. The easiest...

More like `offsetTwo`.