> Shoes.app do > a = mywidg > b = mywidg > a.top = 100 > a.left = 100 > end
I'm sorry I mixed it up there, changing top and left of the second widget results in the height of the first widget being increased. Shoes.app do a = mywidg b = mywidg b.top = 100 b.left = 100 end Joel
