[issue37673] Tkinter won't create 5000 check boxes, stops at 1309.

2020-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Lou, when you respond by email, please snip the already posted email you are responding to. The redundant noise makes *your* message harder to read. (Leaving an especially relevant line or two is OK.) E.Paine. Thank you for the confirmation. Learning tcl

[issue37673] Tkinter won't create 5000 check boxes, stops at 1309.

2020-06-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue37673] Tkinter won't create 5000 check boxes, stops at 1309.

2020-06-16 Thread E. Paine
E. Paine added the comment: I tested the demo Python script and also had it stop at 1309. I wrote a small tcl script (a simplified version of the Python demo) to test in wish (see attached) which stopped at 1058. It is strange that tkinter stops later than wish, however I would still conclud

[issue37673] Tkinter won't create 5000 check boxes, stops at 1309.

2019-07-26 Thread Lou Perazzoli
Lou Perazzoli added the comment: Thanks for the reply. I’ll make it simpler Regards Lou > On Jul 26, 2019, at 9:26 PM, Terry J. Reedy wrote: > > > Terry J. Reedy added the comment: > > It stopped at 1309 for me too, running with IDLE, then added 4999 and the > quit button, which did not

[issue37673] Tkinter won't create 5000 check boxes, stops at 1309.

2019-07-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: It stopped at 1309 for me too, running with IDLE, then added 4999 and the quit button, which did not work. If you can, try to make the code simpler. Here is one guide. https://stackoverflow.com/help/minimal-reproducible-example However, limitations in tcl/

[issue37673] Tkinter won't create 5000 check boxes, stops at 1309.

2019-07-24 Thread Lou Perazzoli
New submission from Lou Perazzoli : Here's a short example. -- components: Tkinter files: tk-bug.py messages: 348409 nosy: Loupz priority: normal severity: normal status: open title: Tkinter won't create 5000 check boxes, stops at 1309. type: behavior versions: Python 3.7 Added file: ht