Hi, I have the weird bug on Raisin, OSX 10.5.5, PowerPC doing:
Shoes.app do stack do position = 0 %w[aqua yellow tan].each do |color| fill color rect(:top => position,:width => 600,:height => 20) position += 20 end end end ## the fill color, doesn't work and gives error: - Shoes could not find file aqua - Shoes could not find file yellow - Shoes could not find file tan the way I find to make it work now is by wrapping the color in an eval function. weird!!!! L-P
