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