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