Hi, I dont know how to dynamically add items to optionmenu. I found this http://aspn.activestate.com/ASPN/docs/ActiveTcl/iwidgets/optionmenu.n.html insert method, but it is not working or wrong done by me.
w = OptionMenu(master, variable, *OPTIONS ) w.insert(1,"something") Neither dir(w) nor print w.config() didnt help much. Thank you -- Pavel Kosina _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
