Skip to content

Conversation

fabienconus
Copy link
Contributor

Here is a use case :
I have a main window, but in certain circumstances, I need to display a secondary window (hence a second swiftDialog instance), but I need to make sure that it appears on top of the main window (that part is easy), but I also need to prevent users from clicking on the main window and bring it to the front, as this would cover my secondary window (which is smaller in size).
Right now, what I’m doing is resizing the main window so that it gets “hidden” by the secondary window, and then resizing it back when the secondary window is closed. But that’s a bit ugly. It would be great if I could hide (but not close) the main window, while the secondary window is shown.

@bartreardon bartreardon changed the base branch from main to dev-256 April 2, 2025 08:34
@bartreardon bartreardon merged commit 4fb88c1 into swiftDialog:dev-256 Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants