OK
I see what you mean. I have the same. I think there is some problem with the
repainting of the window or slot - I guess it is a bug.
Do you need to have a button in the same slot which you clear? if not there
is no problem. Have a look how it works when you put the button out of the
slot.


K


On Fri, Dec 12, 2008 at 12:37 AM, e deleflie <[email protected]> wrote:

> hmmm ... very strange .... I've attached a screenshot of what I get
> ... (I'm on raisins 1134)
>
> When I click on the button (screenshot 1), I get screenshot 2.
>
> then ... when I do that 2 finger trackpad scroll thing on the macbook
> ... then I get screenshot 3. If I dont try and 'scroll' (via 2 fingers
> on the trackpad) then screenshot 3 never appears, and I'm left with a
> grey screen.
>
> Etienne
>
> On Fri, Dec 12, 2008 at 10:18 AM, Krzysztof B. Wicher <[email protected]>
> wrote:
> > 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
> >
> >
>

Reply via email to