Re: [Tutor] Dynamically populate Tkinter OptionMenu with list

2005-07-21 Thread Bernard Lebel
Thanks John. Bernard On 7/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Quoting Bernard Lebel <[EMAIL PROTECTED]>: > > > I have this problem. I build a list of elements, and I never know in > > advance how many or what will be the elements. > > > > I then wish to populate an OptionMenu

Re: [Tutor] Dynamically populate Tkinter OptionMenu with list

2005-07-20 Thread jfouhy
Quoting Bernard Lebel <[EMAIL PROTECTED]>: > I have this problem. I build a list of elements, and I never know in > advance how many or what will be the elements. > > I then wish to populate an OptionMenu with this list of elements. Do you know the list of elements before you create the option m

[Tutor] Dynamically populate Tkinter OptionMenu with list

2005-07-20 Thread Bernard Lebel
Hello, I have this problem. I build a list of elements, and I never know in advance how many or what will be the elements. I then wish to populate an OptionMenu with this list of elements. How can I do that? The reason I'm asking is I'm building a little GUI to enter records in a SQL table. I w