[python-win32] disable mouse/keyboard input

2006-10-20 Thread Axiom X11
I've seen several posts about this, but no answers.http://mail.python.org/pipermail/python-list/2004-April/214881.htmlIs this possible in python? Without relying on visual basic scripts? I'd like to be able to ignore all user input while a vidoe is playing, and then be able to allow the user to

[python-win32] problem in looping

2006-10-20 Thread Ahmed, Shakir
HI All, Good Afternoon. I am trying to use if, elif in python script to work on each county. But it works only when the condition is else and jump to the point where I need to work but not for case one or two. Any help or idea is highly appreciated. Thanks in advance.

Re: [python-win32] problem in looping

2006-10-20 Thread Tim Roberts
Ahmed, Shakir wrote: HI All, Good Afternoon. I am trying to use if, elif in python script to work on each county. But it works only when the condition is else and jump to the point where I need to work but not for case one or two. Any help or idea is highly appreciated.

Re: [python-win32] disable mouse/keyboard input

2006-10-20 Thread Gabriel Genellina
At Friday 20/10/2006 12:51, Axiom X11 wrote: I'd like to be able to ignore all user input while a vidoe is playing, and then be able to allow the user to click things. For the question as posted, the answer is simple: just ignore all input! You should be more specific. Do you want to disable