Thanks Elliot for your answer.
I download and compile shoes (why tree) with your patch and the problem
persist, later i try with ender672 tree with same results.
I think that code explains better the problem
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 => 900) do
# background 'eee' # this line patch problem, but fail when click fail
para 'thing'
end
end
para link('fail') {
@stack_a.clear
@stack_a.height = 3000
}
end
Thanks,
Carlos.
Tim Elliott escribió:
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
... ...
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