Thank you, _why.

I downloaded the latest build, Shoes-0.r1057, and run this code. It works
well!! All three ovals hide after three seconds. Cool!

Thanks again,
ashbb

On Wed, Oct 15, 2008 at 11:11 PM, Satoshi Asakawa <[EMAIL PROTECTED]> wrote:

> Hi Dennis,
>
> Thanks a lot.
> Okay, let's confirm this problem on the next build. :-P
>
> Satoshi
>
>
>
> On Wed, Oct 15, 2008 at 11:03 PM, Dennis Woodruff <
> [EMAIL PROTECTED]> wrote:
>
>> 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