Hi Satoshi,

I can confirm this is a problem on Windows XP Pro SP3 with r970

Regards

Dennis

===============================================================
Hi all,
I'm now studying the latest manual chaper 'The Styles Mster List'.
Thank you, _why. It's very helpful for us Shoesers. :)

Then I have a question. I wrote the following code and expected to hide all
three ovals after three seconds.
Blue and green ovals works well, but red one is still showing after others
hidden.

Shoes.app do
  elements = []
  elements << oval(50, 50, 30, :fill => red)
  elements << stack{oval 100, 50, 30, :fill => blue}
  elements << image{oval 150, 50, 30, :fill => green}
  timer 3 do
    elements.each{|e| e.hidden = true}
  end
end

Umm... spec or bug or missing something?

Regards,
Satoshi

Reply via email to