How could/would one programmatically open/close a ttk combobox (i.e. present/hide the list of values) without requiring the user to click on combobox down arrow?
In other words, I want to programmatically change focus (from where ever it is) to the combobox and have the combobox list of values displayed (just as if I had clicked on the combobox down arrow control). I fiddled around with setting state (['pressed'] and ['focus']) but didn't succeed accomplishing this. Trevor
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss