1

I want to enable write to the combobox widget also when he popdown:

I can write here:

I can write here

But i can't write when the combobox popdown:

i can't write here

I want to enable writing on them both how can i do that?

stovfl
  • 14,998
  • 7
  • 24
  • 51
  • What is the purpose to edit the entry of combobox when the popup is shown? Whenever you enable the popup, you actually want to select one of the items in the popup list. – acw1668 Mar 20 '20 at 16:30
  • windows does something very similar in the files explorer entry for path – Aviel Zohar Mar 20 '20 at 16:37
  • 1
    Does this answer your question? [Show combobox drop down while editing text using tkinter](https://stackoverflow.com/questions/59763822/show-combobox-drop-down-while-editing-text-using-tkinter) – stovfl Mar 20 '20 at 16:41
  • no, i need to keep edit the entry also when the popdown displayed – Aviel Zohar Mar 20 '20 at 18:22
  • In order to make @stovfl's Combobox work on my mac I had to set the delays in the two `after` methods to at least 20 ms. Lower than that and the focus wasn't reset to the Entry field. – Tls Chris Mar 21 '20 at 14:50
  • @AvielZohar ***"no, i need ..."***: [Edit] your question and explain in detail why the given link does not fulfill your needs. – stovfl Mar 21 '20 at 14:59

0 Answers0