Hi all,

I found a good hack for my problem

Shoes.app :width => 640, :height => 300 do
 @stack = stack :width => 62, :height => 280, :scroll => true do
   @stack_a = stack(:width => 62) 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
   # superhacktothelife.png is a image 1x1
   @stack_a.image 'superhacktothelife.png', :margin_top => 2999
   Shoes.debug @stack_a.height
 }
end

I move that to my real app and works great,

Thanks all,
Carlos.

Reply via email to