Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a TCL function like Getch ?

Status
Not open for further replies.

robojeff

Technical User
Dec 5, 2008
220
0
0
US
I have a TCL script in which I would like to set up some pauses
that are resumed by a key pressed by the user on a keyboard
(space bar or whatever) much like the Getch command in C.

Is there a way to do this in TCL and if so, how?

Thanks
 
Can you open a window (sub window / top level?) that has a generic "OK" button and that button is given focus so that all the user has to do is hit return?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top