Title: Signature.html
ALAN GAULD wrote:
>
It was a bit hard to verify your code, since when I copied it,
> it had
different indentation and I may not have assembled it
> properly. Was the
only change to the code?
> See "nevertheless" comment below.
> root = Tk()
> DialogPrototype(root)
It's currently fine. No extra window.
I
moved the call to withdraw from after
root=Tk()
up into the body method, at the very end of it.
> never got clear on how to fill out a line in command
line.
> Using tab doesn't work.
You have to turn that on, see the CMD help page for the registry keys
to set
I'm amazed that I still remember how to help>cmdHELP.txt. :-)
Yikes, registry keys.
Maybe I need a dose of
<http://effbot.org/pyfaq/how-do-i-run-a-python-program-under-windows.htm>
>From Help, maybe this is the ticket.
Delayed environment variable expansion is NOT
enabled by default. You
can enable or disable delayed environment variable expansion for a
particular invocation of CMD.EXE with the /V:ON or /V:OFF switch. You
can enable or disable completion for all invocations of CMD.EXE on a
machine and/or user logon session by setting either or both of the
following REG_DWORD values in the registry using REGEDT32.EXE:
> F8 worked once, but never again.
It should be F3 not F8...
F3 seems to produce some copy from a prior line rather than allow me to
extend something like:
C:\abc to C|:\abcde.txt
But I guess I need to do something to the registry to make that happen?
> Yes, I know I can back up to previous lines and modify them.
That's what I use rather than F3, I just hit Up-Arrow.
> Then too
there is no way to copy things out of that window.
If you have QuickEdit selected you just grab it with the mouse and hit
enter. You can then paste it wherever you like...
QuickEdit is on, but dragging over the area to be copied is not very
selective. It forms a rectangle. Further, Ctrl-C doesn't copy anything.
Help gives no clue about copy.
--
Wayne Watson (Watson Adventures, Prop., Nevada City, CA)
(121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)
“Life is one damn thing after another."
-- Mark Twain
|
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor