Helo I'm playing a little bit around with shoes. Their i have a problem with require. When i want to require a file witch is in the same Directory like the Shoes.app File i get a "no such file to load error". Is it not possible to require files? shoesTest.rb: require "shoesTestb" Shoes.app do $app = self para "lalala" para lala end shoesTestb.rb: def lala 'lalafunction' end -- Posted via http://www.ruby-forum.com/.