On Sat, Sep 6, 2008 at 1:21 PM, Erik Weitnauer <[EMAIL PROTECTED]> wrote: > On Fri, Sep 5, 2008 at 4:41 PM, Satoshi Asakawa <[EMAIL PROTECTED]> wrote: >> Hi Erik, >> >> I'm not sure this is a correct answer, but it works on my pc. :) >> WindowsXP and Shoes-0.r925 >> >> Shoes.app do >> @img = image(400,400) >> @img.fill black >> animate do >> @img.rect(10, 10, 20, 20).show >> end >> end >> >> Regards, >> ashbb > > Thank you for the reply. > > Unfortunately it still does not work - the window stays blank when I > start shoes with the above code. > I use >>shoes raisins (0.r905) [i486-linux]<< on Ubuntu 8.04. > > Any suggestions? > > Erik. >
Problem solved! The code works fine when I use the newest version from the git repository (shoes raisins (0.r936) [i486-linux] +video +debug). Erik.
