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