From: Carlos Date: 2002-06-10T06:32:27+09:00 Subject: Re: How to view the ruby-tk81-demos-english > Thank you evry much. Your mails are really helpful. May i ask you to try > other files( such as image1.rb)? There are many errors and I can't figure it > out I think these files are not supposed to be run directly. The script "widget" calls them. (These files don't even have "require 'tk'" at the beginning, so they can hardly work). Just run "ruby widget" and you will be able to run these other scripts and see their code. Good luck.