strange because it works on my latest osx version. see the attached picture for screenshot of the version with few "\r" removed.
K On Thu, Dec 11, 2008 at 10:50 PM, e deleflie <[email protected]> wrote: > On Thu, Dec 11, 2008 at 11:30 PM, Krzysztof B. Wicher <[email protected]> > wrote: > > I cannot test it right now but I think that "clear" works a bit > differently > > than you wrote so #7 should be sth like that: > > > > Shoes.app :width => 200, :height => 200, :resizable => false do > > flow do > > @g23 = stack do > > background white > > para "scroll down to the \nbottom, then click on\n the button" > > para "\r \r \r \r \r \r \r \r \r \r \r \r \r " > > button "click me" do > > @g23.clear do > > background red > > para "red!", :stroke => white > > end > > para "then you should see red" > > end > > end > > end > > nah, just tried it, same behaviour. > > etienne >
<<attachment: aaa.tiff>>
