hi i am using bind to call 2 procs,
but have a problem:
i would like to exectue this two command:
1. [list Text .display %W $select]
2. clear_list
how should i write it?
bind $parent.mainframe.main <ButtonRelease-1> ....
i have tried:
bind $parent.mainframe.main <ButtonRelease-1> { clear_list ; [list Text .display %W $select]
but got an error on the select variable...
thanks!
but have a problem:
i would like to exectue this two command:
1. [list Text .display %W $select]
2. clear_list
how should i write it?
bind $parent.mainframe.main <ButtonRelease-1> ....
i have tried:
bind $parent.mainframe.main <ButtonRelease-1> { clear_list ; [list Text .display %W $select]
but got an error on the select variable...
thanks!