Re: [python-win32] simulate DoEvents by python/wxpython

2005-10-27 Thread James Hu
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Roberts Sent: Thursday, October 27, 2005 1:49 PM To: python-win32@python.org Subject: Re: [python-win32] simulate DoEvents by python/wxpython On Wed, 26 Oct 2005 14:10:07 -0400, "James Hu" <[EMAIL PROTECTED]> wrote: >

Re: [python-win32] simulate DoEvents by python/wxpython

2005-10-27 Thread Tim Roberts
On Wed, 26 Oct 2005 14:10:07 -0400, "James Hu" <[EMAIL PROTECTED]> wrote: >I need to simulate DoEvents in VB by python/wxPython, > >My application needs to capture live image in a loop until one specific >button pressed > >Multi-thread is also not very good solution, for there are big number of

Re: [python-win32] simulate DoEvents by python/wxpython

2005-10-27 Thread James Hu
Thanks a lot! -Original Message- From: Mark Hammond [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 7:16 PM To: James Hu; Python-win32@python.org; python-list@python.org Subject: RE: [python-win32] simulate DoEvents by python/wxpython Build 205 of win32gui does have

Re: [python-win32] simulate DoEvents by python/wxpython

2005-10-26 Thread Mark Hammond
-win32@python.org; python-list@python.org Subject: [python-win32] simulate DoEvents by python/wxpython Hi, all gurus, I need to simulate DoEvents in VB by python/wxPython, My application needs to capture live image in a loop until one specific button pressed Multi-thread is also not very good solu

[python-win32] simulate DoEvents by python/wxpython

2005-10-26 Thread James Hu
Hi, all gurus,   I  need to simulate DoEvents in VB by python/wxPython, My application needs to capture live image in a loop until one specific button pressed Multi-thread is also not very good solution, for there are big number of data to exchange between the two threads.   Win32g