I'm working on some example scrips but can't get them to run in Linux.
A very simple example saved as test.tcl
button .b1 -text "Whatever"
pack .b1 -fill both -expand yes
What else do I need to do to get the test.tcl script to run?
I can run this from a terminal and know the result there now I need to run from a script file for longer program testing.
Thanks
John
A very simple example saved as test.tcl
button .b1 -text "Whatever"
pack .b1 -fill both -expand yes
What else do I need to do to get the test.tcl script to run?
I can run this from a terminal and know the result there now I need to run from a script file for longer program testing.
Thanks
John