Replies: 1 comment
-
This is currently a limitation which is caused by the current implementation of the PopupWindow. There are a bunch of issue with the PopupWindow which are tracked in the meta issue #1143 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In https://slint.dev/releases/1.2.2/docs/slint/src/language/builtins/elements#popupwindow I see this line
which is really strange.
I can use from PopupWindow external callbacks, but why exactly I cannot access PopupWindow properties?
How can I send data to this item?
Storing data outside PopupWindow, that only PopupWindow uses is not really fun to maintain.
With qml I use such construction to send data to popup
Beta Was this translation helpful? Give feedback.
All reactions