How can I dynamically update ttk.combobox?
问题 I am creating a GUI using Python 3.4 and Tkinter on a Windows 8 computer. The GUI has some Entry inputs at the top, then some comboboxes. I want the combobox to acquire a list of options from a text file that is described by the previous inputs (file name, the row in which the requisite information is found, delimiter type, etc.). I am trying to use the postcommand, but it seems to run first thing and never update, rather then update every time I access the drop down menu of the combobox.