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

Reply via email to