From: Kevin A. <al...@se...> - 2001-09-10 21:16:41
|
I added a 'Save Configuration' menu option to the Debug menu. It writes out a pythoncard.user.config.py file to the package directory with the current config options. It will overwrite any existing pythoncard.user.config.py file you already have. It saves the position and size of the following windows: Message Watcher Namespace Viewer Property Editor Shell If a debug window is visible when you choose Save Configuration, then that debug will appear by default when you run PythonCard apps. For example, if the Shell is visible when you choose Save Configuration, then the next time you start an app, it will act as if you specified a -s command-line option. If you prefer to not have any debug windows open by default, then set your window positions and sizes, hide the windows, then choose Save Configuration. There is currently no option to disable logging while the app is running, so until that is added, you'll manually have to change the option in the pythoncard.user.config.py file just like you used to do. ka |