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

Reply via email to