From: Edward Redman Date: 2008-07-15T08:05:39+09:00 Subject: shoes toolket I have been trying to write a few programs with shoes. I am wondering if there is a way to change the background from within a button. I have tried something like the following but it does not work. Shoes.app 'change' do button 'quit' do exit end button 'change' do background 'rgb(200,0,0)' end end It should be quite easy I just am not clear on the syntex. thanks