On Mon, Feb 2, 2009 at 4:27 PM, cartuchoGL <[email protected]> wrote:
> This code fails on windows xp and windows 2000, but run fine on a macosx
> machine
>
> Shoes.app :width => 640, :height => 640 do
> background 'eee'
> @stack = stack :width => 62, :height => 600, :scroll => true do
> background 'eee'
> @stack_a = stack(:width => 62, :height => 30000) do
> background 'eee'
> para 'thing'
> end
> end
> para link('fail') {
> @stack_a.clear
> @stack_a.height = 530000
> }
> end
>
> After click on fail link, when scroll area a black box appear only on
> windows. If remove the background calls the error is present even if not
> click on fail.
This looks like the issue that is fixed here:
http://github.com/ender672/shoes/commit/b527e98633752fb630fdf9af0ad7d0899705f091
_why indicated that he will fold these fixes into his branch in March.
Cheers,
Tim