How to determine stage decoration insets before showing stage?

2022-07-27 Thread Tobias Oelgarte
I have the problem that a Stage needs to be positioned precisely, while keeping the native window decorations. This should be a trivial task, but I can't find a way to determine the decoration thickness (window insets) prior to showing the stage. I can determine the decoration insets and posit

How to determine stage decoration insets before showing stage?

2022-07-27 Thread Tobias Oelgarte
I have the problem that a Stage needs to be positioned precisely, while keeping the native window decorations. This should be a trivial task, but I can't find a way to determine the decoration thickness (window insets) prior to showing the stage. I can determine the decoration insets _after_ c

Re: Label Text Selection

2024-08-16 Thread Tobias Oelgarte
I would also like to see this implemented, but as an additional "SelectableLabel" control, to avoid side effects (ellipsise, ...). I also had to use the non editable TextField hack way to often. On 16.08.24 12:29, Thiago Milczarek Sayão wrote: Hi Dirk, This would be great. It's a feature I mi

Re: Prioritized event handlers

2024-11-08 Thread Tobias Oelgarte
This whole situation reminds me very much of Shadow DOM [1], an approach for components (controls/skins) with a complex internal structure that should not be visible from the outside. The handling of events could serve as a template here. [2] [1] https://developer.mozilla.org/en-US/docs/Web/A