Hi K,
Thank you for the good information.
Linux and Mac are okay. Just Windows problem, I guess.
So I'll try again with the next build. :-P
Thanks,
ashbb
On Wed, Oct 15, 2008 at 8:38 AM, Krzysztof B. Wicher <[EMAIL PROTECTED]>wrote:
> Works on the latest osx build as well
>
> K
>
>
> On Wed, Oct 15, 2008 at 12:08 AM, Satoshi Asakawa <[EMAIL PROTECTED]>wrote:
>
>> Thank you, Peter.
>>
>> I forgot to write about my pc.
>> I run the code with Windows XP and Shoes-0.r970.
>>
>> Umm.... only Windows problem or need to update Shoes build?
>>
>> Regards,
>> ashbb
>>
>>
>> On Wed, Oct 15, 2008 at 2:10 AM, peter retief <[EMAIL PROTECTED]>wrote:
>>
>>> hmm, it works for me?
>>>
>>> Ubuntu 8.04.1 \n \l
>>> shoes raisins (0.r1052) [i486-linux] +video
>>>
>>> Peter
>>>
>>> 2008/10/14 Satoshi Asakawa <[EMAIL PROTECTED]>:
>>> > 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
>>> >
>>>
>>
>>
>