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