From: tony summerfelt Date: 2005-01-11T13:20:27+09:00 Subject: Re: calling tcl/tk scripts from ruby On Tue, 11 Jan 2005 12:33:08 +0900, you wrote: >Did you call Tk.mainloop after loading Tcl script? smacks head...yeah, got it... there's a bit of a logistics problem. usuall tk callbacks are defined within the creation of the widget... for example: button .b -text "Quit" -command {proc_quit} pack .b am i wasting my time working with this? each button would have an associated -command {proc} attached to it that would ideally be passed to the ruby program. and i think i asked this before but does using tk of any form within ruby exclude the use of regular ruby threading? http://home.cogeco.ca/~tsummerfelt1 telnet://ventedspleen.dyndns.org