On Sat, 17 Mar 2001 23:13:24 +0900, ts <decoux / moulon.inra.fr> wrote: >>>>>> "R" == Ron Jeffries <ronjeffries / acm.org> writes: > >R> from /cygdrive/c/ruby/lib/ruby/1.6/tk.rb:811:in `_invoke' >R> ... 736 levels... > > See the message > > http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/5325 Thanks ... this edit makes the demo at least try to run. However ... > >R> command not found: cat ./button.rb >R> which I suppose would be trivial to get around if I had a clue what >R> "cat' is. > > windows equivalent is TYPE Replacing cat with type, however, results in the similar message as before, for example: C:\ruby\samples\tk\demos\widget:366: command not found: type ./label.rb Looking at the code, I guess what it wants to do is eval the whole .rb file. I'll code that up and see if that does something interesting, I guess ... Thanks, Ronald E Jeffries http://www.XProgramming.com http://www.objectmentor.com