Re: [Tutor] blocking user access

2005-03-24 Thread Kent Johnson
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

Re: [Tutor] blocking user access

2005-03-24 Thread Diana Hawksworth
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

Re: [Tutor] blocking user access

2005-03-23 Thread John Fouhy
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?

Re: [Tutor] blocking user access

2005-03-23 Thread Kent Johnson
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

Re: [Tutor] blocking user access

2005-03-23 Thread Liam Clarke
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

[Tutor] blocking user access

2005-03-23 Thread Diana Hawksworth
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! ___