Frank Pae added the comment:
Here some detailed information about Tcl / Tk versions:
platform Windows-10-10.0.14393 AMD64
python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit
(AMD64)]
tkinterTcl/Tk 8.6.6 / 8.6.6
python 3.5.3 (v3.5.3:1880cb95a742, Jan 16
Frank Pae added the comment:
I am not a profi, just a normal user, i do what i can so good i can
I would like to thank all python developers
(AND: I think your last question ist the right question)
--
resolution: -> not a bug
stage: test needed -> resolved
status: open -&g
Changes by Frank Pae :
Added file: http://bugs.python.org/file46840/py3.6.1.gif
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailin
Changes by Frank Pae :
Added file: http://bugs.python.org/file46839/py3.5.3.gif
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailin
Changes by Frank Pae :
Added file: http://bugs.python.org/file46838/py2.7.13.gif
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailin
Changes by Frank Pae :
Removed file: http://bugs.python.org/file46835/py3.5.3.gif
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailin
Changes by Frank Pae :
Removed file: http://bugs.python.org/file46837/py2.7.13.gif
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailin
Changes by Frank Pae :
Removed file: http://bugs.python.org/file46836/py3.6.1.gif
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailin
Frank Pae added the comment:
Thanks for the answers
Can you please explain why python 3.6 requires another treatment?
In 2.7 und 3.5 I do not need that
Thank you
--
___
Python tracker
<http://bugs.python.org/issue30
Frank Pae added the comment:
it works in py 2.7 and 3.5 normal
there must be a change in 3.6, intended or unintentional
this is my Workaround:
def get_size(event):
# self.size.set(listbox_size.get(listbox_size.curselection()))
# TEST >
ok=True
try:
lb_siz_
Frank Pae added the comment:
i have added my picture for 2.7.13
i mean there is no problem
--
Added file: http://bugs.python.org/file46837/py2.7.13.gif
___
Python tracker
<http://bugs.python.org/issue30
Frank Pae added the comment:
thank you for your answer
sorry for the "Long" code, but sometime is an longer example better than many
words (and the most code is for layout, please fold with PyCharm)
i use "original" Python with tcl/tk as it is in the installer
in my gif-
Changes by Frank Pae :
Added file: http://bugs.python.org/file46836/py3.6.1.gif
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailin
Changes by Frank Pae :
Added file: http://bugs.python.org/file46835/py3.5.3.gif
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailin
Changes by Frank Pae :
Added file: http://bugs.python.org/file46834/tk_ListboxSelect.py
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list m
Changes by Frank Pae :
Removed file: http://bugs.python.org/file46833/tk_ListboxSelect.py
___
Python tracker
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list m
New submission from Frank Pae:
prerequisite:
you have more than one tkinter listbox
behavior in py 2.7.13 and py 3.5.3:
if you leave a listbox and goes to another, then the abandoned listbox create
not a ListboxSelect Event
behavior in py 3.6.0 and 3.6.1:
if you leave a listbox and goes to
17 matches
Mail list logo