I think you may have to resize the window to trigger the redraw.James.
On 10/01/2008, Timothy McDowell <[EMAIL PROTECTED]> wrote: > > I am running the newest release of Shoes (first release of curious) on > my Mac OS X 10.3.9 iBook G4, with this code:: > > Shoes.app :height => 500, :width => 500 do > stack :margin => 10 do > button "Buttone One" do > stack :margin => 50 do > para "Button One pressed" > end > end > end > end > > and I get weirdness. I press the button, but nothing happens. Also, if > I take out the second stack (or something else, I can't remember) I > see some blackness below the button, like the bottom of the para > string was cut off! Help? > > -- > --TIMOTHY >
