Hey folks,

I'm encountering a problem where the vertical scroll bar locks up when shoes 
should eliminate it.  

I have a link inside a flow that hides its own flow.   When you scroll all the 
way to the bottom and then delete the bottom rows until the application should 
eliminate the scroll bar, it will lock up.  

It is a nice way to delete rows in a table.  Any ideas for a workaround?  Are 
others seeing the same issue with the sample code?  I'm doing this in XP.  I've 
tried it in Mac OS 10.4 as well, and it has bigger issues with this app. 

Sample code:

Shoes.app :height => 500, :width=>400 do
  stack do
    10.times do
      f = flow do
        background powderblue
        border white, :strokewidth =>2
        title "Flowing"
        para link("Hide my flow") {f.hide}
      end
    end
  end
end

To recreate, (1) scroll to the bottom of the application and (2) click the link 
to delete the bottom row three times.

Kenny



      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

Reply via email to