Hey! I am bumping my question in the hope someone ...
# compose-desktop
d
Hey! I am bumping my question in the hope someone has an answer. Is there a way to make a Navigation3 two-entries settings dialog scene that uses DialogWindow? Or could I do NavStack trickeries, and build two fake NavStacks based on my real NavStack?
w
What is a two‑entries settings dialog? You should show a screenshot or something similar.👀
d
@wwalkingg a two-pane dialog, similar to IDEA settings window.
Let me try to rephrase: it is possible with Nav3 to have a Dialog scene and have a single NavStack even if that dialog scene can display multiple entries and allow you to even navigate further. How can I do that with a desktop dialog?
👌 1
w
it shows a list-detail layout; just use one backStack.
d
@wwalkingg I think you misunderstood me. I already have some scenes implemented, including a list-detail scene. How do you do the same thing with an (awt-backed)
DialogWindow
?