Combobox Example In Python on enter event and populate drop down list

preview_player
Показать описание
Create a combobox in Python that highlights text selectall text on enter or return. Adds items to drop down list. Change text to uppercase. add default value to combobox

I try and do a video once a week

Fan Fund Donate to me

Рекомендации по теме
Комментарии
Автор

How can write an items on entry and combo box get it and add to its value

nanyaroelisha
Автор

Thank you for your tuto, and I need help, I still have this msg of error.

Traceback (most recent call last):
File "C:/Python37/ana.py", line 53, in <module>
app = Application(root)
File "C:/Python37/ana.py", line 12, in __init__
self.create_widgets()
File "C:/Python37/ana.py", line 23, in create_widgets
self.cbSymbol.bind("<Return>", self.cbSymbol_onEnter) # when the enter key is press an event happens
AttributeError: 'Application' object has no attribute 'cbSymbol_onEnter'

ahmedghazikheireddine
welcome to shbcf.ru