At my work we had the same problem. We found that the best solution
was to use a thread with the code to handle the model dialog. This
worked best for us because the only models in our product are the error
messages, and using a thread gave us the ability to check and see if
the modal dialog was
Rob Williscroft wrote:
> Here's a rewrite of the winGuiAuto.clickButton function,
> post_clickButton() that uses PostMessage:
Thanks for the info, I'll give it a try.
--
http://mail.python.org/mailman/listinfo/python-list
Grumman wrote in news:[EMAIL PROTECTED] in comp.lang.python:
[snip]
> Roughly, I have a script that fills in a field, sets a combobox, then
> clicks a button via clickButton. At this point, the python interpreter
> hangs. The only thing I've been able to identify as different about
> this form i