rdbende / Sun-Valley-ttk-theme

A gorgeous theme for Tkinter/ttk, based on the Sun Valley visual style ✨
https://pypi.org/project/sv-ttk
MIT License
1.87k stars 110 forks source link

Add Sun Valley messageboxes #82

Open rdbende opened 1 year ago

rdbende commented 1 year ago

Should somehow hook into Tk's messagebox without leaving a mess whrn another theme is set.

Wulian233 commented 1 year ago

yes

BenjaminTGa commented 1 year ago

Please do that! That would be epic!

lmjaedentai commented 1 year ago

Is it related to this?

rdbende commented 1 year ago

Yes. Although I want to rewrite it in Tcl.

BenjaminTGa commented 1 year ago

Would it be possible to rewrite it so the dialogs can not show as a separate window - - that is, they are part of the main window?

Here's a screenshot: image

rdbende commented 1 year ago

It would be possible, but personally I don't see the benefit of it. The implementation is much simpler this way that it's a separate window, and the result doesn't differ in any aspect, except that some window managers may animate the popup window.