Sun-Valley-messageboxes icon indicating copy to clipboard operation
Sun-Valley-messageboxes copied to clipboard

How to give parent window?

Open Moosems opened this issue 3 years ago • 2 comments

With normal messageboxes you can give it a parent window and the messagebox will stick to the parent at the top. With the current code it goes to the middle. How can I allow the program to not be frozen and stay to the top middle of the window?

Moosems avatar Jun 11 '22 00:06 Moosems

Uhh, looks like I missed this issue. It's not possible at the moment, but I'll check it out at some point.

rdbende avatar Jul 01 '22 09:07 rdbende

@Moosems maybe you can remove this line:

dialog.wait_window()

littlewhitecloud avatar Jun 27 '23 12:06 littlewhitecloud