From: tony summerfelt Date: 2005-01-13T12:22:34+09:00 Subject: Re: Run TCL in ruby On Thu, 13 Jan 2005 08:25:39 +0900, you wrote: >invokes Tcl interpreter directly without any inter-process >communication. > puts ip1._eval("button .lab -text exit -command \"destroy .\"").inspect it's the interprocess communication i would like :) in your example above i would like the -command to execute ruby method/code although i really like the syntax: Tk.tk_call('source', 'gui.tcl') gui.tcl contains the entire interface for the program, but i would like the -command associated with each button to execute ruby code, not tcl code...i also need to get all the text from a tcl text widget... http://home.cogeco.ca/~tsummerfelt1 telnet://ventedspleen.dyndns.org