I just want to know howmany items are there in a ttk combobox, this I want to use
to do the For Loop, somebody please tell me how to do this. I am getting error out
of my code, somebody please note my code and help me
def WriteComboBoxValues(cls_Obj1):
for P in cls_Obj1.boxWidget["Combo1"]:
txtData=str(cls_Obj1.boxWidget["Combo1"]['values'][P])+"\n"
print txtData += "\n"