No image on ubuntu hardy?

How do generate errors for this? Or maybe a debug mode?

shoes raisins (0.r942) [i486-linux]

Regards
Peter

> Hi,
> It works well on my Windows XP with Shoes-0.970
>
> ashbb
>
>> >
>> >  Shoes.app do
>> >    nofill
>> >    strokewidth 4
>> >    @anim =
>> >      animate 20 do |i|
>> >        @circle.remove if @circle
>> >        rads = i * (PI * 0.01)  # draw 1% of the circle each frame
>> >        @circle = arc 70, 70, 100, 100, 0, i * (PI * 0.01)
>> >        @anim.remove if rads >= TWO_PI
>> >      end
>> >  end
>> >
>> > Although I wonder if this sort of animation could be wrapped up in a
>> > method.  Sort of like the undocumented `tween` method.
>> >
>> > _why
>> >
>>
>> Hmm. Just gives me a window and that's it. I'm running raisins on
>> 0.r905 on windows XP.
>> --
>> -john
>> --

Reply via email to