From: Hidetoshi NAGAI Date: 2003-06-23T11:37:28+09:00 Subject: Re: Exasperated with ruby/tk - anybody successfully using it? From: "Richard Browne" Subject: Re: Exasperated with ruby/tk - anybody successfully using it? Date: Mon, 23 Jun 2003 05:58:56 +0900 Message-ID: <014801c33900$f9754020$0200a8c0@hal9000> > Hidetoshi, thanks for the reply. I can't run your script tho. Using > ruby-1.8.0-20030515-i386-mswin32 I get errors: > > C:/ruby/lib/ruby/1.8/tk.rb:3661:in `configure': wrong number of arguments(3 > for 2) (ArgumentError) > from C:/ruby/lib/ruby/1.8/tk.rb:3661:in `menuconfigure' > from /t.rb:80 > from /t.rb:61:in `new' > from /t.rb:61:in `new' > from /t.rb:61 > from /t.rb:54:in `new' > from /t.rb:54:in `new' > from /t.rb:54 Sorry. It depends on the fixed bug. Old 'menuconfigure' method has a meaningless argument. I removed it before sending the refered mail. Please get the newest version of Ruby/Tk libraries from CVS. Some changes of the libraries depend on the patch of tcltklib.c. But others are closed into the libraries. Probably, you can test the script by replacing tk*.rb to newer files. Now I'm trying to make Ruby/Tk on Ruby1.8.x better. So, there are many differences before 2003/06/10 and now. Bug reports and new feature requests are welcome. :-) -- Hidetoshi Nagai (nagai@ai.kyutech.ac.jp)