I'm using tk widget Combobox and whenever I select any item in it it gives
invalid command name .top47.not48.fpage2.sw.sf.frame.cf2.frame.c.shell.listb
my code looks like this:-
ComboBox $mainframe.cf2.frame.c -textvariable variable1 \
-values Corners -modifycmd "new_values"
This is the main combobox that controls all the values of other combobox'es present in it which don't give any error like this.