Diana Hawksworth wrote:
Liam, I am using IDLE - and Tkinter, John and Liam. I have been working
through the book "Python Programming" by Michael Dawson. One of his
programs calls for the entry of a password, then reveals a message. What I
would like to do is make the Text widget that reveals the
Liam, I am using IDLE - and Tkinter, John and Liam. I have been working
through the book "Python Programming" by Michael Dawson. One of his
programs calls for the entry of a password, then reveals a message. What I
would like to do is make the Text widget that reveals the message, unusable
by a u
Diana Hawksworth wrote:
Hi! I need help on blocking user access to a message box - for example,
the program could provide an answer to an input. At the moment, the
user has access to - and can type into - that "answer" space. How do I
prevent that from happening please?
Are you using Tkinter?
Diana Hawksworth wrote:
Hi! I need help on blocking user access to a message box - for example,
the program could provide an answer to an input. At the moment, the
user has access to - and can type into - that "answer" space. How do I
prevent that from happening please?
It sounds like you want
Hi Diana,
Welcome.
Are you using IDLE? Could you provide a copy of your code?
Regards,
Liam Clarke
Still a newbie, but not as much. :)
On Wed, 23 Mar 2005 20:59:02 +1100, Diana Hawksworth
<[EMAIL PROTECTED]> wrote:
>
> Hi! I need help on blocking user access to a message box - for exam
Hi! I need help on blocking user access to a
message box - for example, the program could provide an answer to an
input. At the moment, the user has access to - and can type into - that
"answer" space. How do I prevent that from happening please?
Diana - a very newbie!
___