Replies: 1 comment 1 reply
-
|
I think the problem is that the component you've created is it's own top-level window. You should be able to get the top-level window from the root of your component though. And btw. there's this convenience method in |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Yep, I hit it again. The problem was described before (#212) and the solution was found (#213 (comment)). Now I have trouble porting it to
v0.5.So, we don't have the
parent!macro anymore, but we can access the component's widget from the parent. So I thought I would solve it like so:Which compiles! And the value in the
dbg!call is reported astrue. However, the dialog isn't actually transient. How can I fix this?Beta Was this translation helpful? Give feedback.
All reactions