Re: [Tutor] Tkinter OptionMenu question

2008-01-04 Thread Tiger12506
Try the .add_command(...) method. > Hello list! > > I was wondering if any of you could help me with this: > > I've got a small GUI connected to a SQLite DB. My OptionMenu pulls a > category list from the DB, and there's a field to add a new Category if > you > need to. Now, I'd like the have th

[Tutor] Tkinter OptionMenu question

2008-01-04 Thread Michael Schultz
Hello list! I was wondering if any of you could help me with this: I've got a small GUI connected to a SQLite DB. My OptionMenu pulls a category list from the DB, and there's a field to add a new Category if you need to. Now, I'd like the have the OptionMenu update with the new category after the