On Wed, Jun 18, 2008 at 6:09 PM, Martin DeMello <[EMAIL PROTECTED]> wrote:
>> Shoes.app :width => 800, :height => 630 do
>>
>> fill "#2F2"
>> rect(0,0,200,200)
>>
>> keypress {|key|
>> fill "#22F"
>> rect(0,0,100,100)
>> }
>>
>> end
Figured it out, though not why - I needed to use append { rect } in
the callback.
martin
