![](https://secure.gravatar.com/avatar/3a50aa11b2480470b682d760770d0841.jpg?s=120&d=mm&r=g)
26 Jun
2018
26 Jun
'18
9:25 a.m.
If I can understand correctly the value (converted to string) is passed straight to wish. Have you tried to pass tcl code instead?
I can pass a valid tcl command without arguments: (let ((c (make-instance 'combobox :text "Values:" :postcommand "pwd"))) ... but I don't know how to use this to change the values list, unfortunately my knowledge in Tcl is rather limiteted. Have to read a little bit more, I suspect. /Volker