Hi,
I've been playing around with shoes, and the following program seems to not
work properly:
Shoes.app do
>
> stack :width => 200, :height => "100%" do
>
> border "#DAD".."#AAD"
>
> end
>
> @pokey = button "Push me"
> @pokey.click { button "hello" }
>
> end
What happens is, I click the first button a few times, and once the buttons
get to the edge of the window, the size of the vertical scroll-bar starts
shrinking. If I scroll down, the space where the stack is supposed to be is
black.
Also, if I move the code for the button into the stack, pushing the button
hangs the program for me.
Any help would be appreciated!