> This works fine for me: > > Shoes.app do > Thread.new do > loop do > debug "test" > sleep 1 > end > end > para "testing" > end
ah yes, too right ... I wasn't inside the Shoes self when I created the new Thread. ...argh ... but now my variable scope is whacked! Etienne
