Re: get value from list using widget

2017-07-06 Thread Rick Johnson
On Wednesday, July 5, 2017 at 4:15:34 PM UTC-5, Terry Reedy wrote: > On 7/5/2017 12:34 PM, jorge.conr...@cptec.inpe.br wrote: > > > I would like know dow can I select and get the value from > > a list of values uisng widgets. > > One way is to learn tkinter and then learn to use the > Listbox wid

Re: get value from list using widget

2017-07-05 Thread Terry Reedy
On 7/5/2017 12:34 PM, jorge.conr...@cptec.inpe.br wrote: I would like know dow can I select and get the value from a list of values uisng widgets. One way is to learn tkinter and then learn to use the Listbox widget. The doc references a couple of decent tutorial web sites. Stackoverflow has

Re: get value from list using widget

2017-07-05 Thread John Gordon
In jorge.conr...@cptec.inpe.br writes: > Hi, > I would like know dow can I select and get the value from a list of > values uisng widgets. You haven't given us nearly enough detail to answer your question. What do you mean by "widget"? Do you mean HTML input elements such as radio buttons o

get value from list using widget

2017-07-05 Thread jorge . conrado
Hi, I would like know dow can I select and get the value from a list of values uisng widgets. Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-list