johnf wrote: > On Thursday 16 August 2007 09:58, Simen Haugen wrote: >> I only have that version compiled in a py2exe app without a debug >> console. If you have added some hacking backdoor to get the console, let >> me know :) > Ctrl -d will open a command/debug window.
Sounds like he's disabled it, probably using: dApp.ShowCommandWindowMenu = False. I do this, too, but I add a backdoor, accessible with a special key-combo, that prompts for a password and upon success, shows the command window, using: dApp.showCommandWindow() -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
