Skip to content

Modal child window in fullscreen mode #254

Answered by alejandroautalan
CSparn asked this question in Q&A
Discussion options

You must be logged in to vote

Hi all,

I am relatively new to pygubu and I am looking for a solution of a problem that seems very simple to me. I would like to open child windows that are modal (the main window can not be changed while open) but with the possibility to open the window in fullscreen mode. I tried the dialogs but there is no fullscreen possible. A second window with Toplevel can not be opend modal. Can you help me with this?

Thank you in advance. Greetings C:S

Hello @CSparn thanks for trying pygubu.

You can use a Toplevel to create modal windows, but you need to manage the logic to show the window in modal state (search for tkinter examples for modals).

Fortunately, pygubu's Dialog class already does a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CSparn
Comment options

Answer selected by CSparn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants