Re: [python-win32] Flicker and parent window.

2006-10-20 Thread Cyril Giraudon
Hi, To be complete, the flicker occurs when the window is resized (enlarged) in its diagonal, with the rigth bottom corner. Thanks. Cyril. ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[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 cl

[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 appr

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 m