Re: [Tutor] Multiple muti-selection dropdown options

2017-02-24 Thread Alan Gauld via Tutor
On 24/02/17 14:39, Pooja Bhalode wrote: > list, and then move to the next list, I loose the selections made on the > screen in the first list. I can however print it out and store it in the > code, but I would like to show it on the screen as well Peter has given you the answer: you need to speci

Re: [Tutor] Multiple muti-selection dropdown options

2017-02-24 Thread Peter Otten
Pooja Bhalode wrote: > I am working on GUI where I have two dropdown menus in a Toplevel Actually your code shows two Listbox wigets. > However, the issue is that when the user selects options from the first > dropdown menu and moves on to selecting the second one, the first dropdown > selection

Re: [Tutor] Multiple muti-selection dropdown options

2017-02-24 Thread Pooja Bhalode
Hi Alan, Thank you for your inputs. I made the lists global in the Toplevel root. I still have the problem where in if I select few options from the first list, and then move to the next list, I loose the selections made on the screen in the first list. I can however print it out and store it in t

Re: [Tutor] Asking about Opening Teminal on Python

2017-02-24 Thread Alan Gauld via Tutor
On 24/02/17 02:04, Quang nguyen wrote: > Right now, I have school project for sending signal from Pi2 to > mutilple devices. And I am using 433Utils library for sending > and receiving signal. They provided file for do that but it only > execute on terminal, and i also have an UI. > > So I have an