Ah ok thank you, you too Jenna. It works for me too. How odd. ^^
On Sat, Jul 5, 2008 at 9:47 PM, Christoph Budzinski <
[EMAIL PROTECTED]> wrote:
> This works for me:
>
> Shoes.app do
> mystack = stack :width => 50, :height => 50 do
> background red
> hover do
> mystack.clear {background blue}
> end
> leave do
> mystack.clear {background red}
> end
> end
> end
>
> Is this what you wanted to do? The only thing I changed was putting the
> stack in a variable and using thisVariable.clear instead of just clear.
> Concerning the multiple Windows, I think I have read somewhere that Shoes
> can do this, but I haven't used this functionality yet, so I can't help with
> that.
>
--
--TIMOTHY