[Tutor] Tkinter OptionMenu question

Tiger12506 keridee at jayco.net
Fri Jan 4 23:25:15 CET 2008


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 the OptionMenu update with the new
> category
> after the changes are saved to the DB, but I'm having trouble finding docs
> on how, or if, this is possible! If you guys could steer me in the right
> direction, I'd appreciate it!
>
> Thanks,
> ~Mike
>


--------------------------------------------------------------------------------


> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>



More information about the Tutor mailing list