Replies: 1 comment 1 reply
-
I'm not sure if there's a great way for this. Once #2344 is resolved, the one thing that you can do is set the outer property from with an init callback, like this: (from the gallery.slint file)
|
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.
-
Why can't I use the same name in Conditional element?
Or how can I create multiple pages that I can switch between and specify the current page? I want to use the title property of a component when I have a pointer to the open page. How can I do this?
In the
gallery
example, there are several pages, and theConditional element
is used to switch between them. How can I use the title property from the Page component for Window.title in this example?Beta Was this translation helpful? Give feedback.
All reactions