On Mon, Oct 6, 2008 at 11:34 AM, Brian Gold <[EMAIL PROTECTED]> wrote: > You need to specify that the stack is scrollable. Also, there was a typo in > your keypress code (scroll_to should be scroll_top). Here's a version that > worked for me. Someone should add this sort of code to the Shoes console, > so we always see the latest debug or error messages...
Agreed, that would be nice. Take a gander at lib/shoes/log.rb where the meat of the log app is defined. I tried some modifications similar to your example without success: http://gist.github.com/15093 I also just cleaned up a few things, moving the indentation of a bunch of stuff out a level which makes it look more severe than it is. -- Seth Thomas Rasmussen http://greatseth.com
