[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Zachary Ware


Zachary Ware  added the comment:

I agree with Serhiy and Terry that this is not the right place for this example 
and am closing the issue.

--
nosy: +zach.ware
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
Removed message: https://bugs.python.org/msg400476

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
Removed message: https://bugs.python.org/msg400475

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Ayush, when responding by email, please delete the text you are responding to.  
After posting on the webpage, the quoted copy becomes redundant and noisy.
--

I suspect that whatever tkinter demo existed previously was dropped because no 
one wanted to maintain it and test it on all systems.  Perhaps it was known to 
be buggy, at least on some systems.  Or it was considered unnecessary given the 
available 3rd party resources.  These have expanded since and some are listed 
at the beginning of the tkinter doc.  Plus, there are numerous commented 
solutions on Stackoverflow.  We recently replaced the initial code example in 
the tkinter doc with something simpler.

I expect that there might be an issue on macOS.  Some years ago, I and another 
person fixed up the turtledemo framework and the approximately 20 demo files.  
I few months ago I discovered that macOS currently ignores background color 
settings for buttons.  There is a note about this deep in the tk docs but 
nothing that I know of in any tkinter docs.  If I spend time on tkinter, it 
would be to improve the reference material and have it include such needed 
details.

I ran the file and I don't consider it to be useful in relation to the problems 
people have with tkinter and ttk.  I think this issue and the PR should be 
closed.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Ayush Parikh


Ayush Parikh  added the comment:

so can u review pr and make changes for me if required or guide me so that
it can be merged !

On Sat, Aug 28, 2021 at 10:33 PM Serhiy Storchaka 
wrote:

>
> Serhiy Storchaka  added the comment:
>
> I do not know. There are no issue numbers in changesets which removed them.
>
> --
>
> ___
> Python tracker 
> 
> ___
>

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

I do not know. There are no issue numbers in changesets which removed them.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread E. Paine


E. Paine  added the comment:

> there were Tkinter demos in 2.7 (Demo/tkinter), but they were removed

Why is this? Because people didn't want to change them all for the tkinter 
module names, or because they were deemed unnecessary?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

I do not think this should be included in the Tkinter library.

As for demos, there were Tkinter demos in 2.7 (Demo/tkinter), but they were 
removed.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread E. Paine


Change by E. Paine :


--
components:  -Parser
nosy:  -bonesisaac1982, lys.nikolaou, pablogsal
type: crash -> enhancement
versions:  -Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Jonathan Isaac


Jonathan Isaac  added the comment:

Bugs

--
components: +Parser
nosy: +lys.nikolaou, pablogsal
type:  -> crash
versions: +Python 3.11, Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Jonathan Isaac


Jonathan Isaac  added the comment:

Get the code!

--
nosy: +bonesisaac1982

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Ayush Parikh


Ayush Parikh  added the comment:

yes PR purpose is to show demo for themes change of tkinter window

On Sat, Aug 28, 2021 at 8:03 PM E. Paine  wrote:

>
> New submission from E. Paine :
>
> I'm slightly confused about the purpose of this PR. Is the intention to
> create a demo, or this designed to be used as an API?
>
> --
> nosy: +epaine, serhiy.storchaka, terry.reedy
>
> ___
> Python tracker 
> 
> ___
>

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread E. Paine


New submission from E. Paine :

I'm slightly confused about the purpose of this PR. Is the intention to create 
a demo, or this designed to be used as an API?

--
nosy: +epaine, serhiy.storchaka, terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45037] theme-change.py for tkinter lib

2021-08-28 Thread Ayush Parikh


Change by Ayush Parikh :


--
components: Tkinter
nosy: Ayushparikh-code
priority: normal
pull_requests: 26455
severity: normal
status: open
title: theme-change.py for tkinter lib

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com