Hi Joel, The current Shoes is kind of messy when you set heights on slots. Sorry.
One of the great things coming up in the next Shoes is scroll_box that handles this a bit nicer. For now, it's best to try to rely on the whole window scrolling instead. On Thu, Mar 19, 2009 at 13:14, Joel Fernandes <[email protected]> wrote: > I noticed the edit_line widget draws outside of its stack boundary, > and on a scroll, overflows above the stack. > > Code: > Shoes.app do > para 'some text outside stack' > stack :height => 200, :scroll => true do > 10.times do |i| > edit_line "Edit line " + i.to_s > end > end > end > > > Joel > -- alexander rakoczy http://arakoczy.com
