Need help! Installed ruby 1.8 and tk/tcl on macos 10.3. After entering
the lines below in irb;
require 'tk'
root = tkRoot.new
Tk.mainloop
I get my window but can do nothing with it. I get a SetFrontProcess
failed, -606 error in the terminal. I have to kill the process to close the
window. Any thoughts on what the problem is?
thanks, Tim