Thank you both for the help. I couldn't find the show_log method in the
Shoes manual, but it works well. Satoshi, your technique is also
interesting. It teaches that one shouldn't be afraid to look under the
hood.
I read that the exit() method closes all windows in the application. This
is nice for closing the app and console at the same time. I hooked it up to
a button. I would like to call it when a window close event is triggered
either by Alt-F4 or clicking the window's close button, if possible. I
tried putting "finish { exit }" and some other variations at the end of the
main app window, hoping it would trigger when the main flow is destroyed.
That didn't seem to work.
Really, I'm fine at this point. I only ask that follow up question as a
curiosity. Thanks again!
On Fri, Dec 5, 2008 at 10:06 PM, Seth Thomas Rasmussen <
[EMAIL PROTECTED]> wrote:
> On Fri, Dec 5, 2008 at 7:32 PM, Jordan Applewhite
> <[EMAIL PROTECTED]> wrote:
> > Is there a command line option I can pass that will start a Shoes Console
> > along with the app I'm running?
>
> Shoes.show_log
>
> --
> Seth Thomas Rasmussen
> http://greatseth.com
>