[issue30200] tkinter ListboxSelect

2017-05-01 Thread Frank Pae

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 2017, 16:02:32) [MSC v.1900 64 
bit (AMD64)]
tkinterTcl/Tk  8.6.4 / 8.6.4

python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 
bit (AMD64)]
tkinterTcl/Tk  8.5.15 / 8.5.15

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-30 Thread Frank Pae

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 -> closed

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Added file: http://bugs.python.org/file46840/py3.6.1.gif

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Added file: http://bugs.python.org/file46839/py3.5.3.gif

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Added file: http://bugs.python.org/file46838/py2.7.13.gif

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Removed file: http://bugs.python.org/file46835/py3.5.3.gif

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Removed file: http://bugs.python.org/file46837/py2.7.13.gif

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Removed file: http://bugs.python.org/file46836/py3.6.1.gif

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com




[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

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_cur = listbox_size.curselection()
lb_siz_get =  listbox_size.get(lb_siz_cur)
except:
ok=False
if ok:
self.size.set(lb_siz_get)

print('<>',
  'def get_size:  listbox_size.curselection()= ',
  lb_siz_cur,'listbox_size.get()= ',lb_siz_get)
return


you need the workaround also for get_style and get_font

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

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-pictures you can see my sytem and the pyton versions

please run my example in 3.5.3 and in 3.6.1
call Font-Menue
choose size 11 and than choose style Standard

you will see what i mean


Thank you

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Added file: http://bugs.python.org/file46836/py3.6.1.gif

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Added file: http://bugs.python.org/file46835/py3.5.3.gif

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Added file: http://bugs.python.org/file46834/tk_ListboxSelect.py

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-29 Thread Frank Pae

Changes by Frank Pae <paet...@web.de>:


Removed file: http://bugs.python.org/file46833/tk_ListboxSelect.py

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30200] tkinter ListboxSelect

2017-04-28 Thread Frank Pae

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 another, then the abandoned listbox create a 
 ListboxSelect Event and this gives a error-message


I dont know if my program is false, but it works in 2.7 and 3.5 good, however 
not with 3.6

Thank you

--
components: Tkinter
files: tk_ListboxSelect.py
messages: 292535
nosy: Frank Pae
priority: normal
severity: normal
status: open
title: tkinter ListboxSelect
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file46833/tk_ListboxSelect.py

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com