On Thu, Jul 31, 2008 at 2:09 AM, Edward Heil <[EMAIL PROTECTED]> wrote: > Jonas, > > If I change > > timer(1) do > draw_thermometer > end > > to: > > draw_thermometer > > I get an "undefined method 'draw_thermometer' for (Shoes::App..." error in > the Console.
Such an embarrassing mistake. I do not see the error in the console though. Is there a way to start Shoes with the console running? > If I move the call to "draw_thermometer" to the bottom of the app, after all > the method definitions, I get my thermometer and all is right with the > world. :) Thanks! > But maybe you've found a bug there in the fact that it doesn't seem to draw > during the start event as it should. Maybe and it did not help to move the start event to the bottom. -- Jonas Elfström
