[Tutor] Multiple muti-selection dropdown options

2017-02-23 Thread Pooja Bhalode
Hi, I am working on GUI where I have two dropdown menus in a Toplevel of the main root. Here, both the dropdown menus have mutiple selection option and thus, the selections can be taken as an input from the user and printed out in the code. The window shows as below: [image: Inline image 1] Where

Re: [Tutor] Multiple muti-selection dropdown options

2017-02-23 Thread Alan Gauld via Tutor
On 23/02/17 22:25, Pooja Bhalode wrote: > I am working on GUI where I have two dropdown menus in a Toplevel of the > main root. That's not what your code shows. It shows scrolling listboxes, not menus. But it seems like a Frame with a set of checkboxes would be closer to what you actually want?

Re: [Tutor] Multiple muti-selection dropdown options

2017-02-24 Thread Pooja Bhalode
On Thu, Feb 23, 2017 at 10:37 PM, Pooja Bhalode wrote: > > -- Forwarded message -- > From: Alan Gauld via Tutor > Date: Thu, Feb 23, 2017 at 8:51 PM > Subject: Re: [Tutor] Multiple muti-selection dropdown options > To: tutor@python.org > > > On 23/02/17

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