On Wed, Jun 17, 2009 at 9:57 AM, François Vaux<[email protected]> wrote: > On Wed, Jun 17, 2009 at 3:47 PM, Paul McConnon<[email protected]> wrote: >> Hi Shoesers, >> >> I have a problem on Vista (I know, I know :) ) whereby, if I use the >> shoes UI (and a button or other control grabs the focus) I cannot then >> hit 'alt-/' to bring up the console. I assume that the keyboard input >> is being swallowed by the controls on the window. >> >> Is there a way to launch the shoes console from within code? I want to >> be able to open the console at program startup to see debug messages. >> >> Thanks and regards, >> >> Paul McConnon >> > > I think you should take a look at the lib/shoes.rb file, and > particularly at line 301, that's what spawns the console.
Of course, it may or may not be line 301 at all times.. I currently see it on 308.. at any rate, try calling `Shoes.show_log`. -- Seth Thomas Rasmussen http://greatseth.com
