event loop problem
Geoff Talvola
gtalvola at nameconnector.com
Mon Oct 23 16:41:26 EDT 2000
More information about the Python-list mailing list
Mon Oct 23 16:41:26 EDT 2000
- Previous message (by thread): event loop problem
- Next message (by thread): event loop problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Geoff Talvola wrote: > There are 2 solutions I can think of. First of all, win32all already > contains a function that can process all waiting messages: > win32gui.PumpWaitingMessages() inserted into your while loop should do the > trick. Oops, I meant to say pythoncom.PumpWaitingMessages(). The win32gui version might be the same thing, but I'm not sure. Use the pythoncom one. -- - Geoff Talvola Parlance Corporation gtalvola at NameConnector.com
- Previous message (by thread): event loop problem
- Next message (by thread): event loop problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list