If i have 2 files eg. test1.tcl and test2.tcl
and i want a button in test1 to run test2.tcl
what do i need to write in test1.tcl
I have been trying -command {source test2.tcl}
but always get the message
could not read file "test2.tcl" : no such file or directory
test1.tcl and test2.tcl are both in the same folder as each other
I also tried it at uni on the unix computers and it crashed the X server
hope someone can help
Cheers
Steve
and i want a button in test1 to run test2.tcl
what do i need to write in test1.tcl
I have been trying -command {source test2.tcl}
but always get the message
could not read file "test2.tcl" : no such file or directory
test1.tcl and test2.tcl are both in the same folder as each other
I also tried it at uni on the unix computers and it crashed the X server
hope someone can help
Cheers
Steve